zabbix-cli_default.toml 879 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [api]
  2. url = "https://__DOMAIN____PATH__"
  3. username = "Admin"
  4. password = "zabbix"
  5. auth_token = ""
  6. verify_ssl = false
  7. [app]
  8. default_hostgroups = [
  9. "All-hosts",
  10. ]
  11. default_admin_usergroups = []
  12. default_create_user_usergroups = []
  13. default_notification_users_usergroups = [
  14. "All-notification-users",
  15. ]
  16. export_directory = "/usr/share/zabbix-cli/exports"
  17. export_format = "json"
  18. export_timestamps = false
  19. use_auth_token_file = true
  20. auth_token_file = "/usr/share/zabbix-cli/.zabbix-cli_auth_token"
  21. auth_file = "/usr/share/zabbix-cli/.zabbix-cli_auth"
  22. history = true
  23. history_file = "/usr/share/zabbix-cli/history"
  24. bulk_mode = "strict"
  25. allow_insecure_auth_file = true
  26. legacy_json_format = false
  27. [app.output]
  28. format = "table"
  29. color = true
  30. paging = false
  31. theme = "default"
  32. [logging]
  33. enabled = true
  34. log_level = "INFO"
  35. log_file = "/usr/share/zabbix-cli/log/zabbix-cli.log"
  36. [plugins]