Alexandros Kosiaris has submitted this change and it was merged. Change subject: Update etherpad icinga check ......................................................................
Update etherpad icinga check In etherpad 1.4.0 the way the process is started has changed slightly. Now the absolute path is used instead of the relative. Adjust the check Change-Id: Ib48b2fbbc4a51a4c419163bb878838d6968979ea --- M modules/nrpe/templates/nrpe_local.cfg.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/nrpe/templates/nrpe_local.cfg.erb b/modules/nrpe/templates/nrpe_local.cfg.erb index b635f5f..3efb50e 100644 --- a/modules/nrpe/templates/nrpe_local.cfg.erb +++ b/modules/nrpe/templates/nrpe_local.cfg.erb @@ -17,4 +17,4 @@ # process checks, we can't make this generic because we don't pass args via nrpe (security) command[check_varnishncsa]=/usr/lib/nagios/plugins/check_procs -w 2:2 -c 2:6 -C varnishncsa -command[check_etherpad_lite]=/usr/lib/nagios/plugins/check_procs -c 1:1 --ereg-argument-array='^node node_modules/ep_etherpad-lite/node/server.js' +command[check_etherpad_lite]=/usr/lib/nagios/plugins/check_procs -c 1:1 --ereg-argument-array='^node /usr/share/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js' -- To view, visit https://gerrit.wikimedia.org/r/141942 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib48b2fbbc4a51a4c419163bb878838d6968979ea Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
