ldap-agent.conf.in 1.0 KB

123456789101112131415161718192021222324252627282930
  1. # The agentx-master setting defines how to communicate
  2. # with the SNMP master agent using the AgentX protocol.
  3. # The default is to use a UNIX domain socket. If your
  4. # master agent is listening on a tcp port for AgentX
  5. # subagents, use a line like the following:
  6. #
  7. # agentx-master localhost:705
  8. agentx-master /var/agentx/master
  9. # The agent-logdir settings defines where the subagent
  10. # will write it's logfile.
  11. agent-logdir @localstatedir@/log/@package_name@
  12. # The server setting specifies a Directory Server
  13. # instance that you want to monitor. You must use one
  14. # server setting for each Directory Server instance. The
  15. # subagent requires at least one server setting to be
  16. # specified. The server setting
  17. # should be set to the name of the Directory Server
  18. # instance you would like to monitor. For example:
  19. #
  20. # server slapd-phonebook
  21. #
  22. # To monitor multiple Directory Server instances, add
  23. # an additional server parameter for each instance:
  24. #
  25. # server slapd-phonebook
  26. # server slapd-example
  27. # server slapd-directory