Skip to content
Snippets Groups Projects
Commit b09bcf90 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

zabbixservers -> zabbixserver

Although the config formats allows for it, we do not want to have more
than one zabbix server. Not having a list containing just one element
simplifies the configuration.
parent 6858cc52
Branches
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ EnableRemoteCommands=1 ...@@ -92,7 +92,7 @@ EnableRemoteCommands=1
# Default: # Default:
# Server= # Server=
Server={% for server in zabbixservers %}{{ server }}, {% endfor %} Server={{zabbixserver}}
### Option: ListenPort ### Option: ListenPort
# Agent will listen on this port for connections from the server. # Agent will listen on this port for connections from the server.
...@@ -133,7 +133,7 @@ Server={% for server in zabbixservers %}{{ server }}, {% endfor %} ...@@ -133,7 +133,7 @@ Server={% for server in zabbixservers %}{{ server }}, {% endfor %}
# Default: # Default:
# ServerActive= # ServerActive=
ServerActive={% for server in zabbixservers %}{{ server }}, {% endfor %} ServerActive={{zabbixserver}}
### Option: Hostname ### Option: Hostname
# Unique, case sensitive hostname. # Unique, case sensitive hostname.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment