From d1e7e67bde77b0b87872b82e8612fe8fc68542c9 Mon Sep 17 00:00:00 2001 From: Daniel Allaire Date: Fri, 6 Mar 2026 14:41:50 -0500 Subject: [PATCH] =?UTF-8?q?m=C3=A9nage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icinga/services/finances.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 icinga/services/finances.conf 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" - -}