2026-03-06 13:35:44 -05:00
|
|
|
apply Service "FOCUS-01" {
|
|
|
|
|
|
|
|
|
|
import "service-focus"
|
|
|
|
|
|
|
|
|
|
check_command = "dummy"
|
|
|
|
|
vars.dummy_state = 0
|
|
|
|
|
vars.dummy_text = "Priorité 1"
|
|
|
|
|
|
|
|
|
|
assign where host.name == "life-noc"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
apply Service "FOCUS-02" {
|
|
|
|
|
|
|
|
|
|
import "service-focus"
|
|
|
|
|
|
|
|
|
|
check_command = "dummy"
|
|
|
|
|
vars.dummy_state = 0
|
|
|
|
|
vars.dummy_text = "Priorité 2"
|
|
|
|
|
|
|
|
|
|
assign where host.name == "life-noc"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
apply Service "FOCUS-03" {
|
|
|
|
|
|
|
|
|
|
import "service-focus"
|
|
|
|
|
|
|
|
|
|
check_command = "dummy"
|
|
|
|
|
vars.dummy_state = 0
|
|
|
|
|
vars.dummy_text = "Priorité 3"
|
|
|
|
|
|
|
|
|
|
assign where host.name == "life-noc"
|
|
|
|
|
|
|
|
|
|
}
|