13 lines
221 B
Text
13 lines
221 B
Text
object CheckCommand "check_echeance_vie" {
|
|
|
|
command = [ PluginDir + "/check_echeance_vie.sh" ]
|
|
|
|
arguments = {
|
|
|
|
"--date" = "$date_echeance$"
|
|
"--warn" = "$warning_days$"
|
|
"--crit" = "$critical_days$"
|
|
|
|
}
|
|
|
|
}
|