diff --git a/icinga/services/finances.conf b/icinga/services/finances.conf deleted file mode 100644 index 0434606..0000000 --- a/icinga/services/finances.conf +++ /dev/null @@ -1,14 +0,0 @@ -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" - -}