You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
-
# ipa_check_consistency
1
+
# check_ipa_consistency
2
2
## Tool to check consistency across FreeIPA servers
3
+
### Formerly known as ipa_check_consistency
3
4
4
5
The tool can be used as a standalone consistency checker as well as a Nagios/Opsview plug-in (check [Nagios section below](#nagios-plug-in-mode) for more info).
5
6
6
-
The script was originally written and developed in BASH (see [v1.3.0](https://github.com/peterpakos/ipa_check_consistency/tree/v1.3.0)) and eventually ported to Python in v2.0.0.
7
+
The script was originally written and developed in BASH (see [v1.3.0](https://github.com/peterpakos/check_ipa_consistency/tree/v1.3.0)) and eventually ported to Python in v2.0.0.
7
8
8
9
It has been tested with multiple FreeIPA 4.2+ deployments across a range of operating systems.
Edit the sample config file `ipa_check_consistency.cfg_sample` and save it as either `~/.ipa_check_consistency.cfg` or `ipa_check_consistency.cfg` in the script's directory.
25
+
Edit the sample config file `check_ipa_consistency.cfg_sample` and save it as either `~/.check_ipa_consistency.cfg` or `check_ipa_consistency.cfg` in the script's directory.
0 commit comments