how to define the domain instead of using ip
snoringcat opened this issue · 1 comments
snoringcat commented
how do we define a domain instead of the ip address in shinken ? im using webui2 and dont any way of changing that. i would like to use mydomain.com instead.
geektophe commented
You just have to specify the FQDN instead of the IP address in your configuration file:
define host {
host_name test
address test.example.com
...
}