bundles/sshmon: better cpu check
This commit is contained in:
parent
2564f416c2
commit
7b6d811128
2 changed files with 16 additions and 11 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue