Compare commits
2 Commits
da3f0a24f4
...
0beef5617b
Author | SHA1 | Date | |
---|---|---|---|
0beef5617b | |||
1e1946d8e0 |
@ -28,10 +28,14 @@
|
|||||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_cpu_stats -w 75 -c 90
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_cpu_stats -w 75 -c 90
|
||||||
- name: Disk Usage
|
- name: Disk Usage
|
||||||
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/'
|
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
|
- name: Memory Usage
|
||||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_reboot_required
|
command: check_by_ssh!/usr/lib/nagios/plugins/check_memory -w 20% -c 10%
|
||||||
- name: Package Updates
|
- name: Package Updates
|
||||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_apt_pending
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_apt_pending
|
||||||
|
- name: Reboot Required
|
||||||
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_reboot_required
|
||||||
|
- name: Stale Libraries
|
||||||
|
command: check_by_ssh!/usr/lib/nagios/plugins/check_libs
|
||||||
- name: Unit atd.service
|
- name: Unit atd.service
|
||||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit atd.service
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit atd.service
|
||||||
- name: Unit backup.service
|
- name: Unit backup.service
|
||||||
|
Loading…
Reference in New Issue
Block a user