14 lines
250 B
Text
14 lines
250 B
Text
apply Service "CP-MENSUEL-FINANCES-REVISION_COMPTES" {
|
|
|
|
import "service-echance-vie"
|
|
|
|
vars.date_echeance = "2026-04-01"
|
|
|
|
vars.warning_days = 5
|
|
vars.critical_days = 1
|
|
|
|
vars.domaine_vie = "FINANCES"
|
|
|
|
assign where host.name == "life-noc"
|
|
|
|
}
|