life-noc/icinga/commands/check_echeance_vie.conf

13 lines
257 B
Text
Raw Normal View History

2026-03-06 13:35:44 -05:00
object CheckCommand "check_echeance_vie" {
command = [ PluginDir + "/check_echeance_vie.sh" ]
arguments = {
2026-03-13 16:13:37 -04:00
"--state" = "$mock_state$"
"--message" = "$mock_message$"
"--item-name" = "$service.name$"
2026-03-06 13:35:44 -05:00
"--date" = "$date_echeance$"
}
}