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:
Mikolaj Izdebski 2015-07-09 22:51:58 +00:00
parent 23f3174810
commit 2ca1f29c58
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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