This is my first post. Hello everyone 
I am having problems using wildcards under the following parameter in Zabbix Agent2 6.0.6 on RHEL7:
I have to add about 30 servers and the amount is a subject to change.
Example:
myexampleserver001.com
myexampleserver002.com
...
myexampleserver*.com
I tried myexampleserver*.com but doesn't seem to work.
Any tips? Specifying IP and/or range/subnet is out of question unfortunately. DNS names only.
Thanks in advance!

I am having problems using wildcards under the following parameter in Zabbix Agent2 6.0.6 on RHEL7:
Code:
### Option: Server # List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of Zabbix servers and Zabbix proxies. # Incoming connections will be accepted only from the hosts listed here. # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally # and '::/0' will allow any IPv4 or IPv6 address. # '0.0.0.0/0' can be used to allow any IPv4 address. # Example: Server=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.example.com # # Mandatory: yes, if StartAgents is not explicitly set to 0 # Default: # Server=
Example:
myexampleserver001.com
myexampleserver002.com
...
myexampleserver*.com
I tried myexampleserver*.com but doesn't seem to work.
Any tips? Specifying IP and/or range/subnet is out of question unfortunately. DNS names only.
Thanks in advance!
Comment