Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/56076
Change subject: fix monitoring of carbon-cache.py on professor (check args instead of cmdline) ...................................................................... fix monitoring of carbon-cache.py on professor (check args instead of cmdline) Change-Id: Ieff1c2a650eb6baac8d9acd00a008a4aad630d44 --- M templates/icinga/nrpe_local.cfg.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/76/56076/1 diff --git a/templates/icinga/nrpe_local.cfg.erb b/templates/icinga/nrpe_local.cfg.erb index 20c59e7..932588e 100644 --- a/templates/icinga/nrpe_local.cfg.erb +++ b/templates/icinga/nrpe_local.cfg.erb @@ -15,7 +15,7 @@ command[check_poolcounterd]=/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:3 -C poolcounterd command[check_varnishncsa]=/usr/lib/nagios/plugins/check_procs -w 2:2 -c 2:6 -C varnishncsa command[check_mysqld]=/usr/lib/nagios/plugins/check_procs -c 1:1 -C mysqld -command[check_carbon_cache]=/usr/lib/nagios/plugins/check_procs -c 1:1 -C carbon-cache.py +command[check_carbon_cache]=/usr/lib/nagios/plugins/check_procs -c 1:1 -a carbon-cache.py command[check_profiler_to_carbon]=/usr/lib/nagios/plugins/check_procs -c 1:1 --ereg-argument-array='^/usr/bin/python /usr/udpprofile/sbin/profiler-to-carbon' command[check_profiling_collector]=/usr/lib/nagios/plugins/check_procs -c 1:20 -C collector -- To view, visit https://gerrit.wikimedia.org/r/56076 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieff1c2a650eb6baac8d9acd00a008a4aad630d44 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
