Nagios: Difference between revisions

Content added Content deleted
No edit summary
Line 21: Line 21:
use generic-host ; Inherit default values from a template
use generic-host ; Inherit default values from a template
host_name PROD_aman-client1 ; The name we're giving to this host
host_name PROD_aman-client1 ; The name we're giving to this host
alias PROD_DO_NOT_TOUCH_aman-client1 ; A longer name associated with the host
alias XYZ_aman-client1 ; A longer name associated with the host
address 10.10.30.81 ; IP address of the host
address 10.10.30.81 ; IP address of the host
#hostgroups allhosts ; Host groups this host is associated with
#hostgroups allhosts ; Host groups this host is associated with
}
}
</pre>
</pre>