27 lines
452 B
INI
27 lines
452 B
INI
|
define host {
|
||
|
host_name icom-m-1
|
||
|
use generic-host
|
||
|
alias icom-m-1
|
||
|
address 10.23.0.35
|
||
|
hostgroups intercom-group,ssh-servers
|
||
|
parents mrvocsw
|
||
|
}
|
||
|
|
||
|
define host {
|
||
|
host_name icom-m-2
|
||
|
use generic-host
|
||
|
alias icom-m-2
|
||
|
address 10.23.0.36
|
||
|
hostgroups intercom-group,ssh-servers
|
||
|
parents mrvocsw
|
||
|
}
|
||
|
|
||
|
define host {
|
||
|
host_name icom-m-3
|
||
|
use generic-host
|
||
|
alias icom-m-3
|
||
|
address 10.23.0.37
|
||
|
hostgroups intercom-group,ssh-servers
|
||
|
parents mrvocsw
|
||
|
}
|