nagios-plugins/check_ipa
Michael Salsone f774b44b47
Update check_ipa_replication
Fix this slice so it gets the correct value.
2017-12-07 10:27:20 -06:00
..
nrpe.d Added check_ipa 2013-04-25 00:58:43 +00:00
LICENSE Added check_ipa 2013-04-25 00:58:43 +00:00
README.md Renamed to markdown 2013-10-27 23:05:51 +00:00
check_ipa_replication Update check_ipa_replication 2017-12-07 10:27:20 -06:00
grant_anonymous_replication_view.ldif Added examples and documentation 2013-10-27 22:57:43 +00:00
nagios-okplugin-ipa.spec Automatic commit of package [nagios-okplugin-ipa] release [0.0.4-1]. 2014-04-04 15:19:32 +00:00

README.md

check_ipa_replication

You need some configuration for this plugin to have access to replication information.

Allow anonymous read to replication information

You will need to do this for every IPA server, masters and replicas

ldapmodify -x -D "cn=directory manager" -W -f grant_anonymous_replication_view.ldif -h ipa-host.example.com

Configure the directory manager credentials

NOT RECOMENDED, you can use -D and -w with the directory manager credentials and the plugin will work as expected.