Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check FreeIPA replication
2018-01-01
- Nagios 3.x
- Nagios 4.x
Other
7186
File | Description |
---|---|
plugin_ipa_replication.sh | The plugin, shell script. |
ipareplication.JPG | Nagios screenshot. |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This plugin check replication between FreeIPA servers. This first release is only for RH/OL/CentOS version 7. And the plugin required password of Directory Manager, hence what I suggest is to download this shell script, and enter the password in the "ipa_passwd" variable. One idea of hiding a password in a shell script is to use 'shc' tool which will convert a shell script into executable binary.
The plugin runs on a FreeIPA server, hence it's called by NRPE. I've tested it for four master FreeIPA servers, works as expected in our environment, we're using here, as we eat our own dog food. Attached is screenshot from our Nagios.
Hope you'll find this initial script useful, please use it and improve it. I may add improvements if spare item permits, but no guarantees at all.
The plugin runs on a FreeIPA server, hence it's called by NRPE. I've tested it for four master FreeIPA servers, works as expected in our environment, we're using here, as we eat our own dog food. Attached is screenshot from our Nagios.
Hope you'll find this initial script useful, please use it and improve it. I may add improvements if spare item permits, but no guarantees at all.
Reviews (1)
bybernard@lheureux.be, February 4, 2020
Before anything, please perform a dos2unix on this file !