Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/262417
Change subject: icinga: add USER2 resource for /usr/local/lib/ ...................................................................... icinga: add USER2 resource for /usr/local/lib/ /usr/lib/nagios/plugins is where the standard plugins from the distro plugin packages are installed (and some of our own custom plugins) /usr/local/lib/nagios/plugins has some (but not all) of our own custom plugins The latter one should be used for all of our own plugins and it should have a resource, like USER1 for the other path, defined here. Change-Id: I4afb7fb09f355b187e2bd2ce3042c508530ffe57 --- M modules/nagios_common/files/resource.cfg 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/17/262417/1 diff --git a/modules/nagios_common/files/resource.cfg b/modules/nagios_common/files/resource.cfg index f0f697f..539ab60 100644 --- a/modules/nagios_common/files/resource.cfg +++ b/modules/nagios_common/files/resource.cfg @@ -34,3 +34,5 @@ $USER3$=/usr/lib/nagios/plugins +# our own plugins are in /usr/local/ separate from package plugins +$USER4$=/usr/local/lib/nagios/plugins -- To view, visit https://gerrit.wikimedia.org/r/262417 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4afb7fb09f355b187e2bd2ce3042c508530ffe57 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
