bundles/sshmon: better cpu check

This commit is contained in:
Franzi 2024-09-27 10:02:27 +02:00
parent 2564f416c2
commit 7b6d811128
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 16 additions and 11 deletions

View file

@ -19,6 +19,8 @@ defaults = {
'services': {
'CPU': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_cpu_stats',
# takes samples over 10 seconds
'vars.sshmon_timeout': 20
},
'LOAD': {
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_load -r -w 4,2,1 -c 8,4,2',