Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. [backend_ndomy_1]
  2. ; type of backend - MUST be set
  3. backendtype="ndomy"
  4. ; The status host can be used to prevent annoying timeouts when a backend is not
  5. ; reachable. This is only useful in multi backend setups.
  6. ;
  7. ; It works as follows: The assumption is that there is a "local" backend which
  8. ; monitors the host of the "remote" backend. When the remote backend host is
  9. ; reported as UP the backend is queried as normal.
  10. ; When the remote backend host is reported as "DOWN" or "UNREACHABLE" NagVis won't
  11. ; try to connect to the backend anymore until the backend host gets available again.
  12. ;
  13. ; The statushost needs to be given in the following format:
  14. ; "<backend_id>:<hostname>" -> e.g. "live_2:nagios"
  15. ;statushost=""
  16. ; hostname for NDO-db
  17. dbhost="localhost"
  18. ; portname for NDO-db
  19. dbport=3306
  20. ; database name for NDO-db
  21. dbname="nagios"
  22. ; username for NDO-db
  23. dbuser="ndoutils"
  24. ; password for NDO-db
  25. dbpass="anhdat96"
  26. ; prefix for tables in NDO-db
  27. ;dbprefix="nagios_"
  28. ; instance name for tables in NDO-db
  29. dbinstancename="default"
  30. ; maximum delay of the NDO Database in seconds
  31. ;maxtimewithoutupdate=180
  32. ; path to the cgi-bin of this backend
  33. ;htmlcgi="/nagios/cgi-bin"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement