27 lines
452 B
INI
27 lines
452 B
INI
define host {
|
|
host_name icom-s-1
|
|
use generic-host
|
|
alias icom-s-1
|
|
address 10.23.0.45
|
|
hostgroups intercom-group,ssh-servers
|
|
parents srvocsw
|
|
}
|
|
|
|
define host {
|
|
host_name icom-s-2
|
|
use generic-host
|
|
alias icom-s-2
|
|
address 10.23.0.46
|
|
hostgroups intercom-group,ssh-servers
|
|
parents srvocsw
|
|
}
|
|
|
|
define host {
|
|
host_name icom-s-3
|
|
use generic-host
|
|
alias icom-s-3
|
|
address 10.23.0.47
|
|
hostgroups intercom-group,ssh-servers
|
|
parents srvocsw
|
|
}
|