diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-10-06 11:58:44 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-10-06 18:41:41 +0200 |
| commit | 4500fc25cb6587f1be69f15f942e535be5dd77e6 (patch) | |
| tree | afe82bf48dd2b1a4e5901cdc32050a5e6030397f | |
| parent | d48244de817c0593e285c0eda62cad625917c937 (diff) | |
| download | itzks-systems-4500fc25cb6587f1be69f15f942e535be5dd77e6.tar.gz itzks-systems-4500fc25cb6587f1be69f15f942e535be5dd77e6.tar.bz2 itzks-systems-4500fc25cb6587f1be69f15f942e535be5dd77e6.zip | |
debian/*.install: Install check_needs-rebooting.sh Icinga2 check command to all server types.
| -rw-r--r-- | debian/itzks-systems-backup.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-disklserver.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-displayserver.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-faiserver.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-filter.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-mainserver.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-puppetserver.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-terminalserver.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-virtman.install | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/debian/itzks-systems-backup.install b/debian/itzks-systems-backup.install index 5991d0a..16779d5 100644 --- a/debian/itzks-systems-backup.install +++ b/debian/itzks-systems-backup.install @@ -2,3 +2,4 @@ etc/sudoers.d/itzks-systems-backup etc/sudoers.d/ etc/chromium/policies/recommended/itzks-systems_search_provider.json usr-lib-nagios-plugins/check_dirvish* usr/lib/nagios/plugins/ usr-lib-nagios-plugins/check_md_raid usr/lib/nagios/plugins/ +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ diff --git a/debian/itzks-systems-disklserver.install b/debian/itzks-systems-disklserver.install index 9a32e48..9a31501 100644 --- a/debian/itzks-systems-disklserver.install +++ b/debian/itzks-systems-disklserver.install @@ -1,5 +1,6 @@ etc/cron.d/itzks-systems-disklserver etc/cron.d/ etc/systemd/system/autofs.service +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ sbin/diskless-workstation-shell* usr/sbin/ sbin/itzks-update-disklserver-squashfs-images usr/sbin/ sbin/itzks-puppet-refresh-ssl usr/sbin/ diff --git a/debian/itzks-systems-displayserver.install b/debian/itzks-systems-displayserver.install index bbd2e59..3e0d7fb 100644 --- a/debian/itzks-systems-displayserver.install +++ b/debian/itzks-systems-displayserver.install @@ -1,2 +1,3 @@ sbin/itzks-display-shell usr/sbin/ sbin/itzks-puppet-refresh-ssl usr/sbin/ +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ diff --git a/debian/itzks-systems-faiserver.install b/debian/itzks-systems-faiserver.install index 966ef43..d9ff6b8 100644 --- a/debian/itzks-systems-faiserver.install +++ b/debian/itzks-systems-faiserver.install @@ -1,2 +1,3 @@ etc/squid-deb-proxy/mirror-dstdomain.acl.d/90-itzks-systems-faiserver sbin/itzks-puppet-refresh-ssl usr/sbin/ +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ diff --git a/debian/itzks-systems-filter.install b/debian/itzks-systems-filter.install index f757290..cf836f1 100644 --- a/debian/itzks-systems-filter.install +++ b/debian/itzks-systems-filter.install @@ -1,5 +1,6 @@ usr-lib-nagios-plugins/check_squid usr/lib/nagios/plugins/ etc/cron.d/itzks-systems-filter etc/systemd/system/autofs.service +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ sbin/e2guardian-update-blacklists usr/sbin/ sbin/itzks-puppet-refresh-ssl usr/sbin/ diff --git a/debian/itzks-systems-mainserver.install b/debian/itzks-systems-mainserver.install index fed5b82..4bb62f5 100644 --- a/debian/itzks-systems-mainserver.install +++ b/debian/itzks-systems-mainserver.install @@ -13,5 +13,6 @@ sbin/itzks-prepare-reinstall usr/sbin/ sbin/itzks-check-ldap-group-not-in-correct-ou usr/sbin/ usr-lib-nagios-plugins/check_puppetmaster* usr/lib/nagios/plugins/ usr-lib-nagios-plugins/check_squid usr/lib/nagios/plugins/ +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ share/debian-edu-config/tools/gosa-*-itzks usr/share/debian-edu-config/tools/ share/debian-edu-config/tools/update-dlw-krb5-keytabs-itzks usr/share/debian-edu-config/tools/ diff --git a/debian/itzks-systems-puppetserver.install b/debian/itzks-systems-puppetserver.install index 5a498a6..5329fd4 100644 --- a/debian/itzks-systems-puppetserver.install +++ b/debian/itzks-systems-puppetserver.install @@ -2,3 +2,4 @@ bin/itzks-puppet-list-known-hosts usr/bin/ etc/cron.d/itzks-systems-puppetserver sbin/itzks-puppet-autosign-new-host-certificates usr/sbin/ sbin/itzks-prepare-reinstall usr/sbin/ +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ diff --git a/debian/itzks-systems-terminalserver.install b/debian/itzks-systems-terminalserver.install index 14a7dbf..3fbbba2 100644 --- a/debian/itzks-systems-terminalserver.install +++ b/debian/itzks-systems-terminalserver.install @@ -4,6 +4,7 @@ etc/X11/Xsession.d/98itzks-systems etc/X11/Xsession.d/ etc/mimeapps.list etc/ etc/profile.d/itzks-systems.sh etc/profile.d/ etc/systemd/system/autofs.service +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ share/glib-2.0/schemas/90_itzks+mate.gschema.override usr/share/glib-2.0/schemas/ share/mate-panel/layouts/itzks.layout usr/share/mate-panel/layouts/ sbin/itzks-puppet-refresh-ssl usr/sbin/ diff --git a/debian/itzks-systems-virtman.install b/debian/itzks-systems-virtman.install index fcc7d11..0b47c91 100644 --- a/debian/itzks-systems-virtman.install +++ b/debian/itzks-systems-virtman.install @@ -1,3 +1,4 @@ etc/chromium/policies/recommended/itzks-systems_search_provider.json usr-lib-nagios-plugins/check_apcupsd usr/lib/nagios/plugins/ usr-lib-nagios-plugins/check_md_raid usr/lib/nagios/plugins/ +usr-lib-nagios-plugins/check_needs-rebooting.sh usr/lib/nagios/plugins/ |
