git-svn-id: svn://192.168.202.10@2888 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
apply Service "raid" {
|
||||
import "service-5minlow"
|
||||
check_command = "snmp-raid-stat"
|
||||
assign where host.address != "127.0.0.1" && host.vars.raid == "1"
|
||||
}
|
||||
|
||||
apply Service "raid2" {
|
||||
import "service-5minlow"
|
||||
check_command = "snmp-raid-stat"
|
||||
vars.raid_device = "raid-md1"
|
||||
assign where host.address != "127.0.0.1" && host.vars.raid2 == "1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user