Add check for unapplied package updates

This commit is contained in:
Salt 2021-10-03 15:47:28 -05:00
parent 3e20928e14
commit bfab992eb8

View File

@ -28,6 +28,8 @@
command: check_by_ssh!/usr/lib/nagios/plugins/check_disk -M -u GB -X nfs -X tracefs -X cgroup -X tmpfs -X overlay -X shm -w 15% -c 10% -W 15% -K 10% -A -I '^/run/' -I '^udev$' -I '^/var/lib/kubelet/'
- name: Reboot Required
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_reboot_required
- name: Package Updates
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_apt_pending
- name: Unit atd.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit atd.service
- name: Unit backup.service