moved default config file location
authorMatthias Förste <foerste@schlittermann.de>
Mon, 02 May 2016 12:25:42 +0200
changeset 15 57f440ea5ac8
parent 14 bd26976ed704
child 16 a499a7b58da1
moved default config file location
check_ldap_repl.pl
--- a/check_ldap_repl.pl	Tue Apr 19 16:47:02 2016 +0200
+++ b/check_ldap_repl.pl	Mon May 02 12:25:42 2016 +0200
@@ -51,7 +51,7 @@
     'dn|d=s'        => undef,
     'binddn|D=s'    => undef,
     'password=s'    => undef,
-    'config=s'      => '/etc/nagios/ius/plugins/config/check_ldap_repl.cfg',
+    'config=s'      => '/etc/nagios-plugins/config/ldap_repl.cfg',
     'provider|p=s'  => 'ldap://provider:389',
     'consumer|c=s@' => 'ldap://consumer:389',
     'wait|w=i'      => 1,
@@ -189,7 +189,8 @@
 
 Path to configuration file. Use this to store the binddn and its password.
 Verify the ownership and B<permissions>, B<(0400)> is a good choice! (default:
-/etc/nagios/ius/plugins/config/check_ldap_repl.cfg)
+/etc/nagios-plugins/config/ldap_repl.cfg)
+    
 
 
 Example: