From 963ad16bddcb2a21ca8a880f337a054e5d37d9d3 Mon Sep 17 00:00:00 2001 From: kkrumm1 Date: Tue, 29 Aug 2017 10:05:30 -0500 Subject: [PATCH] docs: Updated Services.md include chmod +x (#7230) * docs: Updated added in chmod +x (#0000) * Update Services.md * Update Services.md --- doc/Extensions/Services.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Extensions/Services.md b/doc/Extensions/Services.md index fb6d4acd42..5ce448734d 100644 --- a/doc/Extensions/Services.md +++ b/doc/Extensions/Services.md @@ -25,6 +25,10 @@ $config['nagios_plugins'] = "/usr/lib/nagios/plugins"; ``` This will point LibreNMS at the location of the nagios plugins - please ensure that any plugins you use are set to executable. +For example: +``` +chmod +x /usr/lib/nagios/plugins/* +``` Finally, you now need to add check-services.php to the current cron file (/etc/cron.d/librenms typically) like: ```bash