Issue
Code backup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// -*- mode: icinga -*-
|
||||
|
||||
template Host "WatchGuard" {
|
||||
address = "172.16.254.240"
|
||||
check_command = "hostalive"
|
||||
}
|
||||
|
||||
template Service "WatchGuard - check_watchguard" {
|
||||
check_command = "check_watchguard"
|
||||
check_interval = 5m
|
||||
retry_interval = 3m
|
||||
command_endpoint = null
|
||||
vars.wgsnmp_types = "InfoGav"
|
||||
}
|
||||
Reference in New Issue
Block a user