Browse Source

restored zabbix config file to default

tags/v1.0.0
Robin Thoni 7 years ago
parent
commit
dd64e6de63
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      zabbix/zabbix_server.conf

+ 3
- 3
zabbix/zabbix_server.conf View File

9
 # Mandatory: no
9
 # Mandatory: no
10
 # Range: 1024-32767
10
 # Range: 1024-32767
11
 # Default:
11
 # Default:
12
-# ListenPort=10051
12
+ListenPort=ZABBIX_PORT
13
 
13
 
14
 ### Option: SourceIP
14
 ### Option: SourceIP
15
 #	Source IP address for outgoing connections.
15
 #	Source IP address for outgoing connections.
137
 # Mandatory: no
137
 # Mandatory: no
138
 # Range: 0-1000
138
 # Range: 0-1000
139
 # Default:
139
 # Default:
140
-# StartPollers=1
140
+StartPollers=20
141
 
141
 
142
 ### Option: StartIPMIPollers
142
 ### Option: StartIPMIPollers
143
 #	Number of pre-forked instances of IPMI pollers.
143
 #	Number of pre-forked instances of IPMI pollers.
513
 # Mandatory: no
513
 # Mandatory: no
514
 # Range: 0-250
514
 # Range: 0-250
515
 # Default:
515
 # Default:
516
-StartProxyPollers=20
516
+# StartProxyPollers=1
517
 
517
 
518
 ### Option: ProxyConfigFrequency
518
 ### Option: ProxyConfigFrequency
519
 #	How often Zabbix Server sends configuration data to a Zabbix Proxy in seconds.
519
 #	How often Zabbix Server sends configuration data to a Zabbix Proxy in seconds.

Loading…
Cancel
Save