config.sample 769 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #log files
  2. log_dir=/opt/Eye/scripts/log
  3. #dnsmasq configs
  4. dhcpd_conf=/etc/dnsmasq.d
  5. #admin email
  6. admin_email=admin@example.com
  7. #sender address
  8. from_addr=admin@example.com
  9. #database - change it!!!
  10. DBSERVER=localhost
  11. DBUSER=mysql_user
  12. DBNAME=mysql_database
  13. DBPASS=mysql_password
  14. #login for windows AD
  15. #domain_auth=EXAMPLE\roman%password
  16. #winexe=/usr/bin/winexe
  17. #fping
  18. fping=/sbin/fping
  19. #mysql
  20. MYSQL=/usr/bin/mysql
  21. #log file owners
  22. #user=nagios
  23. #group=nagios
  24. user=www-data
  25. group=www-data
  26. #access to switches
  27. sw_login=admin
  28. sw_password=password
  29. #nagios settings
  30. nagios_dir=/etc/nagios4
  31. nagios_cmd=/var/spool/nagios4/cmd/nagios.cmd
  32. nagios_event_socket=/var/spool/nagios4/hoststate.socket
  33. #crypt config
  34. encryption_key="!!!CHANGE_ME!!!"
  35. encryption_iv="123456782345"