syncrepl_extended.conf 472 B

123456789101112131415161718192021222324
  1. #
  2. # Check LDAP replication
  3. #
  4. object CheckCommand "syncrepl_extended" {
  5. import "plugin-check-command"
  6. command = [ "/usr/local/share/monitoring-plugins/check_syncrepl_extended" ]
  7. arguments = {
  8. "--provider" = "$provider$"
  9. "--consumer" = "$consumer$"
  10. "--serverID" = "$serverid$"
  11. "--starttls" = {
  12. set_if = "$starttls$"
  13. }
  14. "--dn" = "$bind_dn$"
  15. "--pwd" = "$bind_password$"
  16. "--basedn" = "$base_dn$"
  17. "--nagios" = {
  18. set_if = true
  19. }
  20. }
  21. }