Merge pull request #6743 from leonstr/master

Doc fix: error in example path.
This commit is contained in:
Michael Friedrich 2018-11-05 09:07:15 +01:00 committed by GitHub
commit bf990d9591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ and create a new global constant, e.g. `CustomPluginDir` in your [constants.conf
configuration file:
# cp check_snmp_int.pl /opt/monitoring/plugins
# chmod +x /opt/plugins/check_snmp_int.pl
# chmod +x /opt/monitoring/plugins/check_snmp_int.pl
# cat /etc/icinga2/constants.conf
/**