12 lines
257 B
Text
12 lines
257 B
Text
object CheckCommand "check_echeance_vie" {
|
|
|
|
command = [ PluginDir + "/check_echeance_vie.sh" ]
|
|
|
|
arguments = {
|
|
"--state" = "$mock_state$"
|
|
"--message" = "$mock_message$"
|
|
"--item-name" = "$service.name$"
|
|
"--date" = "$date_echeance$"
|
|
}
|
|
|
|
}
|