Compare commits

..

1 Commits

Author SHA1 Message Date
root
e9ff347a17 modif dns 2021-05-27 15:47:26 +02:00
2 changed files with 6 additions and 6 deletions

View File

@@ -60,11 +60,11 @@ define hostgroup{
members srv-2012
}
#define hostgroup{
# hostgroup_name switch
# alias switch
# members netgear
#}
define hostgroup{
hostgroup_name dns-win
alias dns-win
members srv-2012
}
define hostgroup{
hostgroup_name uptimegrp

View File

@@ -79,7 +79,7 @@ define service{
define service{
use generic-service
hostgroup_name windows-servers
hostgroup_name dns-win
service_description Service DNS
check_command check_nt!SERVICESTATE!-l W32Time,"Client DNS"
}