Faidon has submitted this change and it was merged. Change subject: Sync icinga's nrpe_local.cfg with nagios' ......................................................................
Sync icinga's nrpe_local.cfg with nagios' This fixes at least the check_ircecho check. Change-Id: I6b035fdf5358fc87fb87c6730b2d9227d5f4283e --- M templates/nagios/nrpe_local_icinga.cfg.erb 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Faidon: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/nagios/nrpe_local_icinga.cfg.erb b/templates/nagios/nrpe_local_icinga.cfg.erb index 7aa77b2..452323b 100644 --- a/templates/nagios/nrpe_local_icinga.cfg.erb +++ b/templates/nagios/nrpe_local_icinga.cfg.erb @@ -6,8 +6,10 @@ command[check_disk_6_3]=/usr/lib/nagios/plugins/check_disk -w 6% -c 3% -l -e command[check_disk_6_4]=/usr/lib/nagios/plugins/check_disk -w 6% -c 4% -l -e command[check_raid]=sudo /usr/bin/check-raid.py +command[check_ram]=/usr/lib/nagios/plugins/check_ram.sh 20 5 b # process checks, we can't make this generic because we don't pass args via nrpe (security) +command[check_ircecho]=/usr/lib/nagios/plugins/check_procs -w 1:3 -c 1:20 -a ircecho command[check_jenkins]=/usr/lib/nagios/plugins/check_procs -w 1:3 -c 1:20 -a jenkins command[check_mailman]=/usr/lib/nagios/plugins/check_procs -w 1:25 -c 1:35 -a mailman command[check_spamd]=/usr/lib/nagios/plugins/check_procs -w 1:20 -c 1:40 -a spamd -- To view, visit https://gerrit.wikimedia.org/r/49373 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6b035fdf5358fc87fb87c6730b2d9227d5f4283e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon <[email protected]> Gerrit-Reviewer: Faidon <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
