1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 22:55:17 +01:00

Added examples and documentation

This commit is contained in:
Tomas Edwardsson
2013-10-27 22:57:43 +00:00
parent 814426a5a8
commit bc15b653b1
3 changed files with 23 additions and 2 deletions

View File

@@ -1,3 +1,19 @@
check_ipa
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.
Various checks for IPA http://freeipa.org/ server