nameservers

This commit is contained in:
Kameron Kenny - pi501 2025-02-19 13:39:08 -05:00
parent 0b1c2c6943
commit 39e3ca2b36
2 changed files with 22 additions and 0 deletions

View File

@ -145,6 +145,21 @@ define host{
register 0 ; DONT REGISTER THIS - ITS JUST A TEMPLATE
}
define host{
name nameservers
use generic-host
hostgroups nameservers
check_period 24x7
check_interval 2
retry_interval 1
max_check_attempts 3
check_command check-host-alive
notification_period 24x7
notification_interval 120
notification_options d,u,r
contact_groups admins
register 0
}

View File

@ -32,3 +32,10 @@ define hostgroup{
alias Network Devices - Access Points
members ap-1-1-garage.in.thelinuxpro.net,ap-1-2-office.in.thelinuxpro.net,ap-2-1-office.in.thelinuxpro.net,ap-2-2-mbr.in.thelinuxpro.net,ap-2-3-kbr.in.thelinuxpro.net
}
### Hostgroup - nameservers
define hostgroup{
hostgroup_name nameservers
alias Nameservers
members dns01.in.thelinuxpro.net,dns02.in.thelinuxpro.net
}