98 lines
2.5 KiB
INI
98 lines
2.5 KiB
INI
define host {
|
|
use linux-server
|
|
host_name srv-stage
|
|
alias srv-stage
|
|
address 127.0.0.1
|
|
}
|
|
# WPC01
|
|
define host {
|
|
use windows-server
|
|
host_name wpc01
|
|
alias wpc01
|
|
address wpc01
|
|
notification_interval 600
|
|
}
|
|
# WPC02
|
|
define host {
|
|
use windows-server
|
|
host_name wpc02
|
|
alias wpc02
|
|
address wpc02
|
|
notification_interval 600
|
|
}
|
|
# WPC03
|
|
define host {
|
|
use windows-server
|
|
host_name wpc03
|
|
alias wpc03
|
|
address wpc03
|
|
notification_interval 600
|
|
}
|
|
# WPC04
|
|
define host {
|
|
use windows-server
|
|
host_name wpc04
|
|
alias wpc04
|
|
address wpc04
|
|
notification_interval 600
|
|
}
|
|
# WPC05
|
|
define host {
|
|
use windows-server
|
|
host_name wpc05
|
|
alias wpc05
|
|
address wpc05
|
|
notification_interval 600
|
|
}
|
|
# WPC06
|
|
define host {
|
|
use windows-server
|
|
host_name wpc06
|
|
alias wpc06
|
|
address wpc06
|
|
notification_interval 600
|
|
}
|
|
# WPC07
|
|
define host {
|
|
use windows-server
|
|
host_name wpc07
|
|
alias wpc07
|
|
address wpc07
|
|
notification_interval 600
|
|
}
|
|
# WPC08
|
|
define host {
|
|
use windows-server
|
|
host_name wpc08
|
|
alias wpc08
|
|
address wpc08
|
|
notification_interval 600
|
|
}
|
|
# WPC09
|
|
define host {
|
|
use windows-server
|
|
host_name wpc09
|
|
alias wpc09
|
|
address wpc09
|
|
notification_interval 600
|
|
}
|
|
# WPC10
|
|
define host {
|
|
use windows-server
|
|
host_name wpc10
|
|
alias wpc10
|
|
address wpc10
|
|
notification_interval 600
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name linux-servers
|
|
alias Linux Servers
|
|
members srv-stage
|
|
}
|
|
define hostgroup {
|
|
hostgroup_name windows-servers
|
|
alias Windows workstations
|
|
members wpc01,wpc02,wpc03,wpc04,wpc05,wpc06,wpc07,wpc08,wpc09,wpc10
|
|
}
|