-
New Feature Request
-
Resolution: Unresolved
-
Trivial
-
None
-
2.0.4
I wanted to define Server and ServerActive the same way as it's possible with HostnameItem. The main reason is that I'd like to configure Server as hostname somehow instead of IP address - but without the need to run nscd on the local host or add the host to /etc/hosts or make the agents flood the dns server with requests. With the ServerItem option, I can just call a script which resolves the hostname at agent startup time or any other way. Attached patch makes this possible and keeps things flexible and in line with HostnameItem.