# HG changeset patch # User Matthias Förste # Date 1462184742 -7200 # Node ID 57f440ea5ac8c98ac56107b0dd8fc32cf8089182 # Parent bd26976ed704fdf4f24b334289f3fad00a1e2a87 moved default config file location diff -r bd26976ed704 -r 57f440ea5ac8 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, B<(0400)> is a good choice! (default: -/etc/nagios/ius/plugins/config/check_ldap_repl.cfg) +/etc/nagios-plugins/config/ldap_repl.cfg) + Example: