ldap.conf 330 B

1234567891011121314
  1. #
  2. # Check LDAP replication
  3. object CheckCommand "ldap_replication" {
  4. import "plugin-check-command"
  5. command = [ "/usr/local/share/monitoring-plugins/check_ldap_replication" ]
  6. arguments = {
  7. "--master" = "$ldap_master$"
  8. "--mirror" = "$ldap_mirror$"
  9. "--bind-dn" = "$ldap_bind_dn$"
  10. "--sync-base" = "$ldap_sync_base$"
  11. }
  12. }