You are here

host.txt in Monitoring 7

; Host @host definition
define host{
    use                     generic-host
    host_name               @host
    alias                   @host
    address                 @ip
    }

File

modules/monitoring_icinga/config_tpl/host.txt
View source
  1. ; Host @host definition
  2. define host{
  3. use generic-host
  4. host_name @host
  5. alias @host
  6. address @ip
  7. }