shinken-solutions/shinken

how to define the domain instead of using ip

snoringcat opened this issue · 1 comments

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.

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
    ...
}