Dzahn has submitted this change and it was merged. Change subject: icinga: add USER4 macro for /usr/local/lib/ ......................................................................
icinga: add USER4 macro 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. Bug:T110893 Change-Id: I4afb7fb09f355b187e2bd2ce3042c508530ffe57 --- M modules/nagios_common/files/resource.cfg 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved 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: merged Gerrit-Change-Id: I4afb7fb09f355b187e2bd2ce3042c508530ffe57 Gerrit-PatchSet: 5 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
