Limit nagios check_procs process names to 16 chars
Top utility truncates long process names (eg. koschei-scheduler is displayed as "koschei-schedul") and I think Nagios expects this too.
This commit is contained in:
parent
23f3174810
commit
2ca1f29c58
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
command[check_koschei_resolver_proc]={{ libdir }}/nagios/plugins/check_procs -s RSD -u koschei -C koschei-resolver -c 1:1
|
||||
command[check_koschei_resolver_proc]={{ libdir }}/nagios/plugins/check_procs -s RSD -u koschei -C koschei-resolve -c 1:1
|
||||
|
|
|
@ -1 +1 @@
|
|||
command[check_koschei_scheduler_proc]={{ libdir }}/nagios/plugins/check_procs -s RSD -u koschei -C koschei-scheduler -c 1:1
|
||||
command[check_koschei_scheduler_proc]={{ libdir }}/nagios/plugins/check_procs -s RSD -u koschei -C koschei-schedul -c 1:1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue