diff --git a/domains.yaml b/domains.yaml index 376df07..c4942b2 100644 --- a/domains.yaml +++ b/domains.yaml @@ -533,6 +533,10 @@ domains: unknown_gte: 90 policy: on_error: critical + ui: + form_mode: due_date + allow_complete: false + allow_manual_edit: true - name: verification-carte-assurance-maladie date: 2026-10-01 notes: Vérifier l'expiration de la carte d'assurance maladie diff --git a/icinga/services/actifs-chezlepro.conf b/icinga/services/actifs-chezlepro.conf index 4b4a46a..43a0f93 100644 --- a/icinga/services/actifs-chezlepro.conf +++ b/icinga/services/actifs-chezlepro.conf @@ -20,7 +20,7 @@ apply Service "actifs-chezlepro-revision-inventaire-materiel" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revoir l'inventaire du matériel de Chezlepro" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/actifs-chezlepro/revision-inventaire-materiel" + vars.instructions_url = "/life-noc/item/actifs-chezlepro/revision-inventaire-materiel" assign where host.name == "life-noc" } @@ -31,7 +31,7 @@ apply Service "actifs-chezlepro-verification-amortissables" { vars.mock_message = "Sous contrôle" groups = [ "ACTIFS-CHEZLEPRO" ] notes = "Vérifier le registre des biens amortissables" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/actifs-chezlepro/verification-amortissables" + vars.instructions_url = "/life-noc/item/actifs-chezlepro/verification-amortissables" assign where host.name == "life-noc" } @@ -51,7 +51,7 @@ apply Service "actifs-chezlepro-verification-serveurs-et-composants" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier l'état des serveurs et composants matériels" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/actifs-chezlepro/verification-serveurs-et-composants" + vars.instructions_url = "/life-noc/item/actifs-chezlepro/verification-serveurs-et-composants" assign where host.name == "life-noc" } @@ -62,7 +62,7 @@ apply Service "actifs-chezlepro-verification-reserve-pieces" { vars.mock_message = "Sous contrôle" groups = [ "ACTIFS-CHEZLEPRO" ] notes = "Vérifier les pièces de rechange critiques" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/actifs-chezlepro/verification-reserve-pieces" + vars.instructions_url = "/life-noc/item/actifs-chezlepro/verification-reserve-pieces" assign where host.name == "life-noc" } @@ -82,6 +82,6 @@ apply Service "actifs-chezlepro-revision-actifs-transferts" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Réviser les actifs transférés ou à transférer à l'entreprise" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/actifs-chezlepro/revision-actifs-transferts" + vars.instructions_url = "/life-noc/item/actifs-chezlepro/revision-actifs-transferts" assign where host.name == "life-noc" } diff --git a/icinga/services/animaux.conf b/icinga/services/animaux.conf index 41da7b4..365d8f4 100644 --- a/icinga/services/animaux.conf +++ b/icinga/services/animaux.conf @@ -11,7 +11,7 @@ apply Service "animaux-verification-stock-nourriture-chats" { vars.mock_message = "Sous contrôle" groups = [ "ANIMAUX" ] notes = "Vérification du stock de nourriture pour chats" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/animaux/verification-stock-nourriture-chats" + vars.instructions_url = "/life-noc/item/animaux/verification-stock-nourriture-chats" assign where host.name == "life-noc" } @@ -22,7 +22,7 @@ apply Service "animaux-verification-friandises-et-litiere" { vars.mock_message = "Sous contrôle" groups = [ "ANIMAUX" ] notes = "Vérification des stocks de friandises et de litière" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/animaux/verification-friandises-et-litiere" + vars.instructions_url = "/life-noc/item/animaux/verification-friandises-et-litiere" assign where host.name == "life-noc" } @@ -42,6 +42,6 @@ apply Service "animaux-revision-routine-soins-animaux" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue de la routine de soins et des besoins matériels des chats" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/animaux/revision-routine-soins-animaux" + vars.instructions_url = "/life-noc/item/animaux/revision-routine-soins-animaux" assign where host.name == "life-noc" } diff --git a/icinga/services/communaute.conf b/icinga/services/communaute.conf index 23521d8..6d7e701 100644 --- a/icinga/services/communaute.conf +++ b/icinga/services/communaute.conf @@ -20,7 +20,7 @@ apply Service "communaute-verification-outils-aa" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier les outils numériques liés aux activités communautaires" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/communaute/verification-outils-aa" + vars.instructions_url = "/life-noc/item/communaute/verification-outils-aa" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "communaute-verification-espace-87-16" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier l'espace Nextcloud du district" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/communaute/verification-espace-87-16" + vars.instructions_url = "/life-noc/item/communaute/verification-espace-87-16" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "communaute-verification-salles-visio-groupes" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier les salles de visioconférence des groupes" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/communaute/verification-salles-visio-groupes" + vars.instructions_url = "/life-noc/item/communaute/verification-salles-visio-groupes" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "communaute-verification-depots-rapports-rsg" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier les dépôts de rapports RSG" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/communaute/verification-depots-rapports-rsg" + vars.instructions_url = "/life-noc/item/communaute/verification-depots-rapports-rsg" assign where host.name == "life-noc" } @@ -100,6 +100,6 @@ apply Service "communaute-revision-outils-communication-communaute" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Réviser les moyens de communication communautaires" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/communaute/revision-outils-communication-communaute" + vars.instructions_url = "/life-noc/item/communaute/revision-outils-communication-communaute" assign where host.name == "life-noc" } diff --git a/icinga/services/documentation.conf b/icinga/services/documentation.conf index 845ae54..72181f7 100644 --- a/icinga/services/documentation.conf +++ b/icinga/services/documentation.conf @@ -20,7 +20,7 @@ apply Service "documentation-revue-docs-personnelles-importantes" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revoir l'organisation des documents personnels importants" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/documentation/revue-docs-personnelles-importantes" + vars.instructions_url = "/life-noc/item/documentation/revue-docs-personnelles-importantes" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "documentation-revue-wiki-technique" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revoir le wiki technique et sa cohérence" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/documentation/revue-wiki-technique" + vars.instructions_url = "/life-noc/item/documentation/revue-wiki-technique" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "documentation-revue-base-connaissances" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revoir la base de connaissances globale" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/documentation/revue-base-connaissances" + vars.instructions_url = "/life-noc/item/documentation/revue-base-connaissances" assign where host.name == "life-noc" } @@ -80,6 +80,6 @@ apply Service "documentation-verification-sauvegarde-docs-cles" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier la sauvegarde des documents clés" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/documentation/verification-sauvegarde-docs-cles" + vars.instructions_url = "/life-noc/item/documentation/verification-sauvegarde-docs-cles" assign where host.name == "life-noc" } diff --git a/icinga/services/energie.conf b/icinga/services/energie.conf index 67a5832..d99d3d9 100644 --- a/icinga/services/energie.conf +++ b/icinga/services/energie.conf @@ -20,7 +20,7 @@ apply Service "energie-inspection-batteries-lifepo4" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Inspection physique et logique des batteries LiFePO4" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/inspection-batteries-lifepo4" + vars.instructions_url = "/life-noc/item/energie/inspection-batteries-lifepo4" assign where host.name == "life-noc" } @@ -31,7 +31,7 @@ apply Service "energie-verification-tension-batteries" { vars.mock_message = "Sous contrôle" groups = [ "ENERGIE" ] notes = "Vérification des tensions et cohérence des batteries" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/verification-tension-batteries" + vars.instructions_url = "/life-noc/item/energie/verification-tension-batteries" assign where host.name == "life-noc" } @@ -42,7 +42,7 @@ apply Service "energie-verification-smartshunt" { vars.mock_message = "Sous contrôle" groups = [ "ENERGIE" ] notes = "Vérification SmartShunt et cohérence du monitoring" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/verification-smartshunt" + vars.instructions_url = "/life-noc/item/energie/verification-smartshunt" assign where host.name == "life-noc" } @@ -53,7 +53,7 @@ apply Service "energie-verification-cerbo-gx" { vars.mock_message = "Sous contrôle" groups = [ "ENERGIE" ] notes = "Vérification Cerbo GX et remontée des données" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/verification-cerbo-gx" + vars.instructions_url = "/life-noc/item/energie/verification-cerbo-gx" assign where host.name == "life-noc" } @@ -73,7 +73,7 @@ apply Service "energie-verification-can-rs485" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des communications CAN ou RS485" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/verification-can-rs485" + vars.instructions_url = "/life-noc/item/energie/verification-can-rs485" assign where host.name == "life-noc" } @@ -93,7 +93,7 @@ apply Service "energie-inspection-cablage-energie" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Inspection du câblage et des connexions énergétiques" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/inspection-cablage-energie" + vars.instructions_url = "/life-noc/item/energie/inspection-cablage-energie" assign where host.name == "life-noc" } @@ -113,7 +113,7 @@ apply Service "energie-verification-busbars" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification du serrage, corrosion et échauffement des busbars" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/verification-busbars" + vars.instructions_url = "/life-noc/item/energie/verification-busbars" assign where host.name == "life-noc" } @@ -133,7 +133,7 @@ apply Service "energie-verification-parametres-charge" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des paramètres de charge et float" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/verification-parametres-charge" + vars.instructions_url = "/life-noc/item/energie/verification-parametres-charge" assign where host.name == "life-noc" } @@ -153,7 +153,7 @@ apply Service "energie-test-charge-batteries" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Test de comportement en charge des batteries" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/test-charge-batteries" + vars.instructions_url = "/life-noc/item/energie/test-charge-batteries" assign where host.name == "life-noc" } @@ -173,7 +173,7 @@ apply Service "energie-test-comportement-onduleur" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier le comportement du Multiplus sous charge légère" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/test-comportement-onduleur" + vars.instructions_url = "/life-noc/item/energie/test-comportement-onduleur" assign where host.name == "life-noc" } @@ -193,6 +193,6 @@ apply Service "energie-verification-journal-evenements-victron" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des événements et anomalies Victron" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/energie/verification-journal-evenements-victron" + vars.instructions_url = "/life-noc/item/energie/verification-journal-evenements-victron" assign where host.name == "life-noc" } diff --git a/icinga/services/exploitation-chezlepro.conf b/icinga/services/exploitation-chezlepro.conf index c635018..3b3b715 100644 --- a/icinga/services/exploitation-chezlepro.conf +++ b/icinga/services/exploitation-chezlepro.conf @@ -20,7 +20,7 @@ apply Service "exploitation-chezlepro-revision-playbooks-ansible" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue des playbooks Ansible" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/exploitation-chezlepro/revision-playbooks-ansible" + vars.instructions_url = "/life-noc/item/exploitation-chezlepro/revision-playbooks-ansible" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "exploitation-chezlepro-verification-inventaires-ansible" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des inventaires Ansible" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/exploitation-chezlepro/verification-inventaires-ansible" + vars.instructions_url = "/life-noc/item/exploitation-chezlepro/verification-inventaires-ansible" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "exploitation-chezlepro-revision-documentation-technique" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue de la documentation technique Chezlepro" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/exploitation-chezlepro/revision-documentation-technique" + vars.instructions_url = "/life-noc/item/exploitation-chezlepro/revision-documentation-technique" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "exploitation-chezlepro-verification-procedures-reprise" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier les procédures de reprise et restauration" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/exploitation-chezlepro/verification-procedures-reprise" + vars.instructions_url = "/life-noc/item/exploitation-chezlepro/verification-procedures-reprise" assign where host.name == "life-noc" } @@ -100,7 +100,7 @@ apply Service "exploitation-chezlepro-revue-capacite-ressources" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue CPU RAM stockage et charge de l'infrastructure" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/exploitation-chezlepro/revue-capacite-ressources" + vars.instructions_url = "/life-noc/item/exploitation-chezlepro/revue-capacite-ressources" assign where host.name == "life-noc" } @@ -120,6 +120,6 @@ apply Service "exploitation-chezlepro-verification-jobs-automatises" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des jobs automatisés et scripts périodiques" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/exploitation-chezlepro/verification-jobs-automatises" + vars.instructions_url = "/life-noc/item/exploitation-chezlepro/verification-jobs-automatises" assign where host.name == "life-noc" } diff --git a/icinga/services/finances-personnelles.conf b/icinga/services/finances-personnelles.conf index 29fea8c..b71d7a5 100644 --- a/icinga/services/finances-personnelles.conf +++ b/icinga/services/finances-personnelles.conf @@ -20,7 +20,7 @@ apply Service "finances-personnelles-revision-comptes-bancaires" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Révision mensuelle des comptes bancaires personnels" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/revision-comptes-bancaires" + vars.instructions_url = "/life-noc/item/finances-personnelles/revision-comptes-bancaires" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "finances-personnelles-verification-cartes-credit" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des soldes et transactions des cartes de crédit" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/verification-cartes-credit" + vars.instructions_url = "/life-noc/item/finances-personnelles/verification-cartes-credit" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "finances-personnelles-paiement-cartes-credit" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Paiement des cartes de crédit personnelles" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/paiement-cartes-credit" + vars.instructions_url = "/life-noc/item/finances-personnelles/paiement-cartes-credit" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "finances-personnelles-revision-budget-personnel" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Révision mensuelle du budget personnel" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/revision-budget-personnel" + vars.instructions_url = "/life-noc/item/finances-personnelles/revision-budget-personnel" assign where host.name == "life-noc" } @@ -100,7 +100,7 @@ apply Service "finances-personnelles-verification-prelevements-automatiques" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des prélèvements automatiques personnels" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/verification-prelevements-automatiques" + vars.instructions_url = "/life-noc/item/finances-personnelles/verification-prelevements-automatiques" assign where host.name == "life-noc" } @@ -120,7 +120,7 @@ apply Service "finances-personnelles-verification-placements" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification périodique des placements et comptes enregistrés" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/verification-placements" + vars.instructions_url = "/life-noc/item/finances-personnelles/verification-placements" assign where host.name == "life-noc" } @@ -140,7 +140,7 @@ apply Service "finances-personnelles-verification-cotisations-reer" { vars.life_noc_threshold_critical_gte = "10" vars.life_noc_on_error = "critical" notes = "Vérification des cotisations REER" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/verification-cotisations-reer" + vars.instructions_url = "/life-noc/item/finances-personnelles/verification-cotisations-reer" assign where host.name == "life-noc" } @@ -160,7 +160,7 @@ apply Service "finances-personnelles-verification-celi" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification de l'espace CELI et de son utilisation" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/verification-celi" + vars.instructions_url = "/life-noc/item/finances-personnelles/verification-celi" assign where host.name == "life-noc" } @@ -180,6 +180,6 @@ apply Service "finances-personnelles-preparation-dossier-financier-annuel" { vars.life_noc_threshold_critical_gte = "395" vars.life_noc_on_error = "critical" notes = "Préparer le dossier financier annuel personnel" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/finances-personnelles/preparation-dossier-financier-annuel" + vars.instructions_url = "/life-noc/item/finances-personnelles/preparation-dossier-financier-annuel" assign where host.name == "life-noc" } diff --git a/icinga/services/fiscalite-personnelle.conf b/icinga/services/fiscalite-personnelle.conf index 9605ff3..f5af1f1 100644 --- a/icinga/services/fiscalite-personnelle.conf +++ b/icinga/services/fiscalite-personnelle.conf @@ -20,7 +20,7 @@ apply Service "fiscalite-personnelle-preparation-documents-impots" { vars.life_noc_threshold_critical_gte = "10" vars.life_noc_on_error = "critical" notes = "Rassembler tous les documents fiscaux personnels" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/fiscalite-personnelle/preparation-documents-impots" + vars.instructions_url = "/life-noc/item/fiscalite-personnelle/preparation-documents-impots" assign where host.name == "life-noc" } @@ -31,7 +31,7 @@ apply Service "fiscalite-personnelle-production-impots-federal" { vars.mock_message = "Sous contrôle" groups = [ "FISCALITE-PERSONNELLE" ] notes = "Produire la déclaration de revenus fédérale" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/fiscalite-personnelle/production-impots-federal" + vars.instructions_url = "/life-noc/item/fiscalite-personnelle/production-impots-federal" assign where host.name == "life-noc" } @@ -42,7 +42,7 @@ apply Service "fiscalite-personnelle-production-impots-quebec" { vars.mock_message = "Sous contrôle" groups = [ "FISCALITE-PERSONNELLE" ] notes = "Produire la déclaration de revenus Québec" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/fiscalite-personnelle/production-impots-quebec" + vars.instructions_url = "/life-noc/item/fiscalite-personnelle/production-impots-quebec" assign where host.name == "life-noc" } @@ -53,7 +53,7 @@ apply Service "fiscalite-personnelle-paiement-solde-impots" { vars.mock_message = "Sous contrôle" groups = [ "FISCALITE-PERSONNELLE" ] notes = "Payer tout solde d'impôt exigible" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/fiscalite-personnelle/paiement-solde-impots" + vars.instructions_url = "/life-noc/item/fiscalite-personnelle/paiement-solde-impots" assign where host.name == "life-noc" } @@ -73,7 +73,7 @@ apply Service "fiscalite-personnelle-verification-avis-cotisation" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier les avis de cotisation ARC et Revenu Québec" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/fiscalite-personnelle/verification-avis-cotisation" + vars.instructions_url = "/life-noc/item/fiscalite-personnelle/verification-avis-cotisation" assign where host.name == "life-noc" } @@ -93,7 +93,7 @@ apply Service "fiscalite-personnelle-archivage-documents-fiscaux" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Archiver les documents fiscaux personnels" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/fiscalite-personnelle/archivage-documents-fiscaux" + vars.instructions_url = "/life-noc/item/fiscalite-personnelle/archivage-documents-fiscaux" assign where host.name == "life-noc" } @@ -104,6 +104,6 @@ apply Service "fiscalite-personnelle-verification-acomptes-provisionnels" { vars.mock_message = "Sous contrôle" groups = [ "FISCALITE-PERSONNELLE" ] notes = "Vérifier si des acomptes provisionnels sont requis" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/fiscalite-personnelle/verification-acomptes-provisionnels" + vars.instructions_url = "/life-noc/item/fiscalite-personnelle/verification-acomptes-provisionnels" assign where host.name == "life-noc" } diff --git a/icinga/services/focus.conf b/icinga/services/focus.conf index 500f7aa..a3abf8a 100644 --- a/icinga/services/focus.conf +++ b/icinga/services/focus.conf @@ -20,7 +20,7 @@ apply Service "focus-entretien-processus-focus" { vars.life_noc_threshold_critical_gte = "10" vars.life_noc_on_error = "critical" notes = "Vérifier que les cartouches FOCUS sont à jour" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/focus/entretien-processus-focus" + vars.instructions_url = "/life-noc/item/focus/entretien-processus-focus" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "focus-nettoyage-inbox-mentale" { vars.life_noc_threshold_critical_gte = "10" vars.life_noc_on_error = "critical" notes = "Vider et clarifier les éléments capturés hors système" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/focus/nettoyage-inbox-mentale" + vars.instructions_url = "/life-noc/item/focus/nettoyage-inbox-mentale" assign where host.name == "life-noc" } @@ -60,6 +60,6 @@ apply Service "focus-revue-limitation-engagements" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérifier que les engagements actifs demeurent réalistes" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/focus/revue-limitation-engagements" + vars.instructions_url = "/life-noc/item/focus/revue-limitation-engagements" assign where host.name == "life-noc" } diff --git a/icinga/services/garage-et-rangement.conf b/icinga/services/garage-et-rangement.conf index 0836cdd..afa702d 100644 --- a/icinga/services/garage-et-rangement.conf +++ b/icinga/services/garage-et-rangement.conf @@ -20,7 +20,7 @@ apply Service "garage-et-rangement-inspection-rangement-plafond" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des supports suspendus au plafond du garage" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/garage-et-rangement/inspection-rangement-plafond" + vars.instructions_url = "/life-noc/item/garage-et-rangement/inspection-rangement-plafond" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "garage-et-rangement-revue-inventaire-garage" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Revue de l'inventaire et de l'ordre du garage" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/garage-et-rangement/revue-inventaire-garage" + vars.instructions_url = "/life-noc/item/garage-et-rangement/revue-inventaire-garage" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "garage-et-rangement-verification-rouille-outillage" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification de la corrosion sur les outils et équipements" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/garage-et-rangement/verification-rouille-outillage" + vars.instructions_url = "/life-noc/item/garage-et-rangement/verification-rouille-outillage" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "garage-et-rangement-inspection-securite-garage" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des conditions de sécurité du garage" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/garage-et-rangement/inspection-securite-garage" + vars.instructions_url = "/life-noc/item/garage-et-rangement/inspection-securite-garage" assign where host.name == "life-noc" } @@ -100,6 +100,6 @@ apply Service "garage-et-rangement-rotation-stockage-bacs" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue des contenus de bacs de rangement" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/garage-et-rangement/rotation-stockage-bacs" + vars.instructions_url = "/life-noc/item/garage-et-rangement/rotation-stockage-bacs" assign where host.name == "life-noc" } diff --git a/icinga/services/informatique-personnelle.conf b/icinga/services/informatique-personnelle.conf index 16a0967..fa8ea11 100644 --- a/icinga/services/informatique-personnelle.conf +++ b/icinga/services/informatique-personnelle.conf @@ -20,7 +20,7 @@ apply Service "informatique-personnelle-verification-sauvegardes-personnelles" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des sauvegardes personnelles" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/informatique-personnelle/verification-sauvegardes-personnelles" + vars.instructions_url = "/life-noc/item/informatique-personnelle/verification-sauvegardes-personnelles" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "informatique-personnelle-nettoyage-stockage-personnel" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Nettoyage du stockage numérique personnel" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/informatique-personnelle/nettoyage-stockage-personnel" + vars.instructions_url = "/life-noc/item/informatique-personnelle/nettoyage-stockage-personnel" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "informatique-personnelle-verification-comptes-importants" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des comptes numériques personnels importants" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/informatique-personnelle/verification-comptes-importants" + vars.instructions_url = "/life-noc/item/informatique-personnelle/verification-comptes-importants" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "informatique-personnelle-revue-mots-de-passe-personnels" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue des mots de passe personnels critiques" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/informatique-personnelle/revue-mots-de-passe-personnels" + vars.instructions_url = "/life-noc/item/informatique-personnelle/revue-mots-de-passe-personnels" assign where host.name == "life-noc" } @@ -100,6 +100,6 @@ apply Service "informatique-personnelle-verification-documents-cloud-personnels" vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier la cohérence des documents personnels sauvegardés" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/informatique-personnelle/verification-documents-cloud-personnels" + vars.instructions_url = "/life-noc/item/informatique-personnelle/verification-documents-cloud-personnels" assign where host.name == "life-noc" } diff --git a/icinga/services/infrastructure-chezlepro.conf b/icinga/services/infrastructure-chezlepro.conf index 893c785..331e057 100644 --- a/icinga/services/infrastructure-chezlepro.conf +++ b/icinga/services/infrastructure-chezlepro.conf @@ -20,7 +20,7 @@ apply Service "infrastructure-chezlepro-verification-proxmox" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification générale de l'environnement Proxmox" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-proxmox" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-proxmox" assign where host.name == "life-noc" } @@ -31,7 +31,7 @@ apply Service "infrastructure-chezlepro-verification-ceph" { vars.mock_message = "Sous contrôle" groups = [ "INFRASTRUCTURE-CHEZLEPRO" ] notes = "Vérification générale de l'état Ceph" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-ceph" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-ceph" assign where host.name == "life-noc" } @@ -51,7 +51,7 @@ apply Service "infrastructure-chezlepro-test-restauration-backups" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Test de restauration des sauvegardes" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/test-restauration-backups" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/test-restauration-backups" assign where host.name == "life-noc" } @@ -71,7 +71,7 @@ apply Service "infrastructure-chezlepro-verification-pbs-truenas" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des solutions de sauvegarde et synchronisation" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-pbs-truenas" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-pbs-truenas" assign where host.name == "life-noc" } @@ -82,7 +82,7 @@ apply Service "infrastructure-chezlepro-verification-ups-infrastructure" { vars.mock_message = "Sous contrôle" groups = [ "INFRASTRUCTURE-CHEZLEPRO" ] notes = "Vérification des UPS de l'infrastructure" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-ups-infrastructure" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-ups-infrastructure" assign where host.name == "life-noc" } @@ -93,7 +93,7 @@ apply Service "infrastructure-chezlepro-verification-capacite-stockage" { vars.mock_message = "Sous contrôle" groups = [ "INFRASTRUCTURE-CHEZLEPRO" ] notes = "Vérifier capacité et croissance du stockage" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-capacite-stockage" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-capacite-stockage" assign where host.name == "life-noc" } @@ -113,7 +113,7 @@ apply Service "infrastructure-chezlepro-verification-apt-cacher-ng" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification du bon fonctionnement d'apt-cacher-ng" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-apt-cacher-ng" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-apt-cacher-ng" assign where host.name == "life-noc" } @@ -133,7 +133,7 @@ apply Service "infrastructure-chezlepro-verification-icinga2" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification de la supervision Icinga2" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-icinga2" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-icinga2" assign where host.name == "life-noc" } @@ -153,7 +153,7 @@ apply Service "infrastructure-chezlepro-verification-keycloak-openldap" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification de l'identité et de l'authentification centralisées" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-keycloak-openldap" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-keycloak-openldap" assign where host.name == "life-noc" } @@ -173,7 +173,7 @@ apply Service "infrastructure-chezlepro-verification-nextcloud" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification de l'état Nextcloud" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-nextcloud" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-nextcloud" assign where host.name == "life-noc" } @@ -193,7 +193,7 @@ apply Service "infrastructure-chezlepro-verification-mailcow" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification de l'infrastructure Mailcow" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-mailcow" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-mailcow" assign where host.name == "life-noc" } @@ -213,7 +213,7 @@ apply Service "infrastructure-chezlepro-verification-openvas" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification de la plateforme OpenVAS" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-openvas" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-openvas" assign where host.name == "life-noc" } @@ -233,6 +233,6 @@ apply Service "infrastructure-chezlepro-verification-journaux-systemes" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Revue des journaux systèmes critiques" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/infrastructure-chezlepro/verification-journaux-systemes" + vars.instructions_url = "/life-noc/item/infrastructure-chezlepro/verification-journaux-systemes" assign where host.name == "life-noc" } diff --git a/icinga/services/jardin.conf b/icinga/services/jardin.conf index 4d333b3..921ffcf 100644 --- a/icinga/services/jardin.conf +++ b/icinga/services/jardin.conf @@ -20,7 +20,7 @@ apply Service "jardin-inspection-vignes" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Inspection et entretien des vignes" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/inspection-vignes" + vars.instructions_url = "/life-noc/item/jardin/inspection-vignes" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "jardin-entretien-bleuetiers" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Entretien des bleuetiers" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/entretien-bleuetiers" + vars.instructions_url = "/life-noc/item/jardin/entretien-bleuetiers" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "jardin-entretien-framboisiers" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Entretien des framboisiers" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/entretien-framboisiers" + vars.instructions_url = "/life-noc/item/jardin/entretien-framboisiers" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "jardin-inspection-kiwis-nordiques" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des kiwis nordiques" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/inspection-kiwis-nordiques" + vars.instructions_url = "/life-noc/item/jardin/inspection-kiwis-nordiques" assign where host.name == "life-noc" } @@ -100,7 +100,7 @@ apply Service "jardin-entretien-rhubarbe" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Entretien de la rhubarbe" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/entretien-rhubarbe" + vars.instructions_url = "/life-noc/item/jardin/entretien-rhubarbe" assign where host.name == "life-noc" } @@ -120,7 +120,7 @@ apply Service "jardin-inspection-groseillier" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Inspection du groseillier" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/inspection-groseillier" + vars.instructions_url = "/life-noc/item/jardin/inspection-groseillier" assign where host.name == "life-noc" } @@ -140,7 +140,7 @@ apply Service "jardin-inspection-muriers" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Inspection des mûriers" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/inspection-muriers" + vars.instructions_url = "/life-noc/item/jardin/inspection-muriers" assign where host.name == "life-noc" } @@ -160,7 +160,7 @@ apply Service "jardin-entretien-houblon" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification et entretien du houblon" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/entretien-houblon" + vars.instructions_url = "/life-noc/item/jardin/entretien-houblon" assign where host.name == "life-noc" } @@ -171,7 +171,7 @@ apply Service "jardin-revision-pharmacopée-jardin" { vars.mock_message = "Sous contrôle" groups = [ "JARDIN" ] notes = "Vérification du stock de soins pour végétaux" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/revision-pharmacopée-jardin" + vars.instructions_url = "/life-noc/item/jardin/revision-pharmacopée-jardin" assign where host.name == "life-noc" } @@ -182,6 +182,6 @@ apply Service "jardin-revision-armoire-produits-jardin" { vars.mock_message = "Sous contrôle" groups = [ "JARDIN" ] notes = "Vérification et ordre de l'armoire des produits pour végétaux" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/jardin/revision-armoire-produits-jardin" + vars.instructions_url = "/life-noc/item/jardin/revision-armoire-produits-jardin" assign where host.name == "life-noc" } diff --git a/icinga/services/maison.conf b/icinga/services/maison.conf index f3bba93..596804c 100644 --- a/icinga/services/maison.conf +++ b/icinga/services/maison.conf @@ -20,7 +20,7 @@ apply Service "maison-remplacement-filtre-fournaise" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Remplacer le filtre de la fournaise" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/remplacement-filtre-fournaise" + vars.instructions_url = "/life-noc/item/maison/remplacement-filtre-fournaise" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "maison-inspection-fournaise" { vars.life_noc_threshold_critical_gte = "210" vars.life_noc_on_error = "critical" notes = "Inspection générale de la fournaise avant saison froide" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/inspection-fournaise" + vars.instructions_url = "/life-noc/item/maison/inspection-fournaise" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "maison-inspection-thermopompe" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Inspection et entretien de la thermopompe" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/inspection-thermopompe" + vars.instructions_url = "/life-noc/item/maison/inspection-thermopompe" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "maison-nettoyage-unites-exterieures" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Nettoyer les unités extérieures et vérifier le dégagement" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/nettoyage-unites-exterieures" + vars.instructions_url = "/life-noc/item/maison/nettoyage-unites-exterieures" assign where host.name == "life-noc" } @@ -100,7 +100,7 @@ apply Service "maison-inspection-toiture" { vars.life_noc_threshold_critical_gte = "210" vars.life_noc_on_error = "critical" notes = "Inspection annuelle de la toiture" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/inspection-toiture" + vars.instructions_url = "/life-noc/item/maison/inspection-toiture" assign where host.name == "life-noc" } @@ -120,7 +120,7 @@ apply Service "maison-inspection-gouttieres" { vars.life_noc_threshold_critical_gte = "210" vars.life_noc_on_error = "critical" notes = "Inspection et nettoyage des gouttières" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/inspection-gouttieres" + vars.instructions_url = "/life-noc/item/maison/inspection-gouttieres" assign where host.name == "life-noc" } @@ -140,7 +140,7 @@ apply Service "maison-inspection-fondation" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Inspection de la fondation et des fissures" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/inspection-fondation" + vars.instructions_url = "/life-noc/item/maison/inspection-fondation" assign where host.name == "life-noc" } @@ -160,7 +160,7 @@ apply Service "maison-verification-drainage-terrain" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification du drainage autour de la maison" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/verification-drainage-terrain" + vars.instructions_url = "/life-noc/item/maison/verification-drainage-terrain" assign where host.name == "life-noc" } @@ -180,7 +180,7 @@ apply Service "maison-test-detecteurs-fumee" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Test des détecteurs de fumée" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/test-detecteurs-fumee" + vars.instructions_url = "/life-noc/item/maison/test-detecteurs-fumee" assign where host.name == "life-noc" } @@ -200,7 +200,7 @@ apply Service "maison-test-detecteurs-co" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Test des détecteurs de monoxyde de carbone" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/test-detecteurs-co" + vars.instructions_url = "/life-noc/item/maison/test-detecteurs-co" assign where host.name == "life-noc" } @@ -220,7 +220,7 @@ apply Service "maison-remplacement-piles-detecteurs" { vars.life_noc_threshold_critical_gte = "210" vars.life_noc_on_error = "critical" notes = "Remplacement préventif des piles des détecteurs" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/remplacement-piles-detecteurs" + vars.instructions_url = "/life-noc/item/maison/remplacement-piles-detecteurs" assign where host.name == "life-noc" } @@ -240,7 +240,7 @@ apply Service "maison-verification-plomberie-visible" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification visuelle de la plomberie accessible" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/verification-plomberie-visible" + vars.instructions_url = "/life-noc/item/maison/verification-plomberie-visible" assign where host.name == "life-noc" } @@ -260,7 +260,7 @@ apply Service "maison-inspection-sump-pump" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification de la pompe de puisard si applicable" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/inspection-sump-pump" + vars.instructions_url = "/life-noc/item/maison/inspection-sump-pump" assign where host.name == "life-noc" } @@ -280,7 +280,7 @@ apply Service "maison-verification-calfetrage" { vars.life_noc_threshold_critical_gte = "210" vars.life_noc_on_error = "critical" notes = "Vérification du calfeutrage portes et fenêtres" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/verification-calfetrage" + vars.instructions_url = "/life-noc/item/maison/verification-calfetrage" assign where host.name == "life-noc" } @@ -300,7 +300,7 @@ apply Service "maison-inspection-portes-garage" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification mécanique et sécurité des portes de garage" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/inspection-portes-garage" + vars.instructions_url = "/life-noc/item/maison/inspection-portes-garage" assign where host.name == "life-noc" } @@ -311,6 +311,6 @@ apply Service "maison-verification-extincteurs" { vars.mock_message = "Sous contrôle" groups = [ "MAISON" ] notes = "Vérification des extincteurs" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/maison/verification-extincteurs" + vars.instructions_url = "/life-noc/item/maison/verification-extincteurs" assign where host.name == "life-noc" } diff --git a/icinga/services/obligations-chezlepro.conf b/icinga/services/obligations-chezlepro.conf index 881e5c0..839949b 100644 --- a/icinga/services/obligations-chezlepro.conf +++ b/icinga/services/obligations-chezlepro.conf @@ -20,7 +20,7 @@ apply Service "obligations-chezlepro-verification-dossier-comptable-entreprise" vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérifier l'ordre du dossier comptable Chezlepro" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-chezlepro/verification-dossier-comptable-entreprise" + vars.instructions_url = "/life-noc/item/obligations-chezlepro/verification-dossier-comptable-entreprise" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "obligations-chezlepro-verification-facturation-clients" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérifier la facturation et son suivi" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-chezlepro/verification-facturation-clients" + vars.instructions_url = "/life-noc/item/obligations-chezlepro/verification-facturation-clients" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "obligations-chezlepro-verification-paiements-fournisseurs" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérifier les paiements fournisseurs" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-chezlepro/verification-paiements-fournisseurs" + vars.instructions_url = "/life-noc/item/obligations-chezlepro/verification-paiements-fournisseurs" assign where host.name == "life-noc" } @@ -71,7 +71,7 @@ apply Service "obligations-chezlepro-verification-contrats-ententes" { vars.mock_message = "Sous contrôle" groups = [ "OBLIGATIONS-CHEZLEPRO" ] notes = "Vérifier contrats, ententes et obligations associées" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-chezlepro/verification-contrats-ententes" + vars.instructions_url = "/life-noc/item/obligations-chezlepro/verification-contrats-ententes" assign where host.name == "life-noc" } @@ -90,7 +90,7 @@ apply Service "obligations-chezlepro-verification-registraire-entreprise" { vars.life_noc_threshold_critical_lt = "30" vars.life_noc_on_error = "critical" notes = "Entrer la prochaine date limite pertinente." - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-chezlepro/verification-registraire-entreprise" + vars.instructions_url = "/life-noc/item/obligations-chezlepro/verification-registraire-entreprise" assign where host.name == "life-noc" } @@ -109,7 +109,7 @@ apply Service "obligations-chezlepro-verification-declarations-taxes" { vars.life_noc_threshold_critical_lt = "15" vars.life_noc_on_error = "critical" notes = "Entrer la prochaine date limite applicable." - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-chezlepro/verification-declarations-taxes" + vars.instructions_url = "/life-noc/item/obligations-chezlepro/verification-declarations-taxes" assign where host.name == "life-noc" } @@ -128,7 +128,7 @@ apply Service "obligations-chezlepro-verification-assurances-entreprise" { vars.life_noc_threshold_critical_lt = "30" vars.life_noc_on_error = "critical" notes = "Entrer la date de renouvellement la plus proche." - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-chezlepro/verification-assurances-entreprise" + vars.instructions_url = "/life-noc/item/obligations-chezlepro/verification-assurances-entreprise" assign where host.name == "life-noc" } @@ -148,6 +148,6 @@ apply Service "obligations-chezlepro-archivage-documents-entreprise" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Archiver les documents administratifs et financiers de l'entreprise" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-chezlepro/archivage-documents-entreprise" + vars.instructions_url = "/life-noc/item/obligations-chezlepro/archivage-documents-entreprise" assign where host.name == "life-noc" } diff --git a/icinga/services/obligations-legales-personnelles.conf b/icinga/services/obligations-legales-personnelles.conf index cde546f..6956879 100644 --- a/icinga/services/obligations-legales-personnelles.conf +++ b/icinga/services/obligations-legales-personnelles.conf @@ -20,7 +20,7 @@ apply Service "obligations-legales-personnelles-verification-testament" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier la pertinence et l'actualité du testament" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-legales-personnelles/verification-testament" + vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-testament" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "obligations-legales-personnelles-verification-mandat-inaptitude" vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier le mandat de protection et documents connexes" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-legales-personnelles/verification-mandat-inaptitude" + vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-mandat-inaptitude" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "obligations-legales-personnelles-verification-directives-medicale vars.life_noc_threshold_critical_gte = "210" vars.life_noc_on_error = "critical" notes = "Vérifier les directives médicales anticipées" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-legales-personnelles/verification-directives-medicales" + vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-directives-medicales" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "obligations-legales-personnelles-verification-papiers-identite" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier l'expiration des papiers d'identité" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-legales-personnelles/verification-papiers-identite" + vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-papiers-identite" assign where host.name == "life-noc" } @@ -100,7 +100,7 @@ apply Service "obligations-legales-personnelles-renouvellement-permis-conduire" vars.life_noc_threshold_critical_lt = "7" vars.life_noc_on_error = "critical" notes = "Vérifier la proximité de l’échéance du permis" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-legales-personnelles/renouvellement-permis-conduire" + vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/renouvellement-permis-conduire" assign where host.name == "life-noc" } @@ -111,7 +111,7 @@ apply Service "obligations-legales-personnelles-verification-carte-assurance-mal vars.mock_message = "Sous contrôle" groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ] notes = "Vérifier l'expiration de la carte d'assurance maladie" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-legales-personnelles/verification-carte-assurance-maladie" + vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-carte-assurance-maladie" assign where host.name == "life-noc" } @@ -122,6 +122,6 @@ apply Service "obligations-legales-personnelles-verification-passeport" { vars.mock_message = "Sous contrôle" groups = [ "OBLIGATIONS-LEGALES-PERSONNELLES" ] notes = "Vérifier l'expiration du passeport" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/obligations-legales-personnelles/verification-passeport" + vars.instructions_url = "/life-noc/item/obligations-legales-personnelles/verification-passeport" assign where host.name == "life-noc" } diff --git a/icinga/services/outils-et-equipements.conf b/icinga/services/outils-et-equipements.conf index bc0af37..d6a2705 100644 --- a/icinga/services/outils-et-equipements.conf +++ b/icinga/services/outils-et-equipements.conf @@ -20,7 +20,7 @@ apply Service "outils-et-equipements-entretien-outils-jardin" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Nettoyage et entretien des outils de jardin" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/outils-et-equipements/entretien-outils-jardin" + vars.instructions_url = "/life-noc/item/outils-et-equipements/entretien-outils-jardin" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "outils-et-equipements-inspection-outils-electriques" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des outils électriques" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/outils-et-equipements/inspection-outils-electriques" + vars.instructions_url = "/life-noc/item/outils-et-equipements/inspection-outils-electriques" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "outils-et-equipements-verification-rallonges-et-connecteurs" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des rallonges et connecteurs" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/outils-et-equipements/verification-rallonges-et-connecteurs" + vars.instructions_url = "/life-noc/item/outils-et-equipements/verification-rallonges-et-connecteurs" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "outils-et-equipements-verification-compresseur-et-accessoires" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification du compresseur et accessoires" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/outils-et-equipements/verification-compresseur-et-accessoires" + vars.instructions_url = "/life-noc/item/outils-et-equipements/verification-compresseur-et-accessoires" assign where host.name == "life-noc" } @@ -100,6 +100,6 @@ apply Service "outils-et-equipements-revision-inventaire-outillage" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue de l'inventaire d'outillage" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/outils-et-equipements/revision-inventaire-outillage" + vars.instructions_url = "/life-noc/item/outils-et-equipements/revision-inventaire-outillage" assign where host.name == "life-noc" } diff --git a/icinga/services/projets.conf b/icinga/services/projets.conf index 6ba24a0..cd81068 100644 --- a/icinga/services/projets.conf +++ b/icinga/services/projets.conf @@ -20,7 +20,7 @@ apply Service "projets-revision-life-noc" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Révision du projet Life-NOC" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/projets/revision-life-noc" + vars.instructions_url = "/life-noc/item/projets/revision-life-noc" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "projets-revision-alliance-boreale" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Révision du projet Alliance Boréale" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/projets/revision-alliance-boreale" + vars.instructions_url = "/life-noc/item/projets/revision-alliance-boreale" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "projets-revision-erplibre" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Révision du projet ERPLibre" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/projets/revision-erplibre" + vars.instructions_url = "/life-noc/item/projets/revision-erplibre" assign where host.name == "life-noc" } @@ -80,7 +80,7 @@ apply Service "projets-revision-semence-numerique" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Révision du projet semence numérique" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/projets/revision-semence-numerique" + vars.instructions_url = "/life-noc/item/projets/revision-semence-numerique" assign where host.name == "life-noc" } @@ -100,7 +100,7 @@ apply Service "projets-revision-ortrux-1" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Révision du système Ortrux-1" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/projets/revision-ortrux-1" + vars.instructions_url = "/life-noc/item/projets/revision-ortrux-1" assign where host.name == "life-noc" } @@ -120,6 +120,6 @@ apply Service "projets-revision-district16" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Révision du projet DISTRICT16" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/projets/revision-district16" + vars.instructions_url = "/life-noc/item/projets/revision-district16" assign where host.name == "life-noc" } diff --git a/icinga/services/reseau-chezlepro.conf b/icinga/services/reseau-chezlepro.conf index 510d036..915e56b 100644 --- a/icinga/services/reseau-chezlepro.conf +++ b/icinga/services/reseau-chezlepro.conf @@ -20,7 +20,7 @@ apply Service "reseau-chezlepro-verification-firewalls" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des firewalls" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-firewalls" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-firewalls" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "reseau-chezlepro-verification-vpn-openvpn" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des tunnels OpenVPN" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-vpn-openvpn" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-vpn-openvpn" assign where host.name == "life-noc" } @@ -51,7 +51,7 @@ apply Service "reseau-chezlepro-verification-crl-certificats" { vars.mock_message = "Sous contrôle" groups = [ "RESEAU-CHEZLEPRO" ] notes = "Vérification de la CRL et des certificats" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-crl-certificats" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-crl-certificats" assign where host.name == "life-noc" } @@ -71,7 +71,7 @@ apply Service "reseau-chezlepro-verification-switches" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des switches et uplinks" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-switches" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-switches" assign where host.name == "life-noc" } @@ -91,7 +91,7 @@ apply Service "reseau-chezlepro-verification-vlans-segmentation" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification de la segmentation réseau" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-vlans-segmentation" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-vlans-segmentation" assign where host.name == "life-noc" } @@ -111,7 +111,7 @@ apply Service "reseau-chezlepro-verification-dns" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification DNS interne et externe" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-dns" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-dns" assign where host.name == "life-noc" } @@ -131,7 +131,7 @@ apply Service "reseau-chezlepro-verification-dynamic-dns" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification du DNS dynamique si utilisé" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-dynamic-dns" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-dynamic-dns" assign where host.name == "life-noc" } @@ -151,7 +151,7 @@ apply Service "reseau-chezlepro-audit-regles-firewall" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Audit périodique des règles de firewall" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/audit-regles-firewall" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/audit-regles-firewall" assign where host.name == "life-noc" } @@ -171,7 +171,7 @@ apply Service "reseau-chezlepro-verification-geoblocking" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier le geoblocking et son effet attendu" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-geoblocking" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-geoblocking" assign where host.name == "life-noc" } @@ -190,6 +190,6 @@ apply Service "reseau-chezlepro-verification-certificats-publics" { vars.life_noc_threshold_critical_lt = "15" vars.life_noc_on_error = "critical" notes = "Retenir la date d’expiration la plus proche parmi les certificats publics suivis." - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/reseau-chezlepro/verification-certificats-publics" + vars.instructions_url = "/life-noc/item/reseau-chezlepro/verification-certificats-publics" assign where host.name == "life-noc" } diff --git a/icinga/services/resilience.conf b/icinga/services/resilience.conf index e42baa4..d1f7726 100644 --- a/icinga/services/resilience.conf +++ b/icinga/services/resilience.conf @@ -20,7 +20,7 @@ apply Service "resilience-test-generatrice-propane" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Test mensuel de la génératrice au propane" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/resilience/test-generatrice-propane" + vars.instructions_url = "/life-noc/item/resilience/test-generatrice-propane" assign where host.name == "life-noc" } @@ -31,7 +31,7 @@ apply Service "resilience-verification-carburant-generatrice" { vars.mock_message = "Sous contrôle" groups = [ "RESILIENCE" ] notes = "Vérification de l'approvisionnement propane lié à la génératrice" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/resilience/verification-carburant-generatrice" + vars.instructions_url = "/life-noc/item/resilience/verification-carburant-generatrice" assign where host.name == "life-noc" } @@ -51,7 +51,7 @@ apply Service "resilience-verification-procedure-bascule" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Réviser la procédure de bascule en mode secours" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/resilience/verification-procedure-bascule" + vars.instructions_url = "/life-noc/item/resilience/verification-procedure-bascule" assign where host.name == "life-noc" } @@ -62,7 +62,7 @@ apply Service "resilience-verification-stock-lampes-piles" { vars.mock_message = "Sous contrôle" groups = [ "RESILIENCE" ] notes = "Vérification des lampes, piles et éclairage d'urgence" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/resilience/verification-stock-lampes-piles" + vars.instructions_url = "/life-noc/item/resilience/verification-stock-lampes-piles" assign where host.name == "life-noc" } @@ -73,7 +73,7 @@ apply Service "resilience-verification-trousses-urgence" { vars.mock_message = "Sous contrôle" groups = [ "RESILIENCE" ] notes = "Vérification des trousses d'urgence" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/resilience/verification-trousses-urgence" + vars.instructions_url = "/life-noc/item/resilience/verification-trousses-urgence" assign where host.name == "life-noc" } @@ -93,7 +93,7 @@ apply Service "resilience-revision-plan-urgence" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Réviser le plan d'urgence domestique" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/resilience/revision-plan-urgence" + vars.instructions_url = "/life-noc/item/resilience/revision-plan-urgence" assign where host.name == "life-noc" } @@ -113,7 +113,7 @@ apply Service "resilience-test-autonomie-base" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier l'autonomie énergétique minimale attendue" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/resilience/test-autonomie-base" + vars.instructions_url = "/life-noc/item/resilience/test-autonomie-base" assign where host.name == "life-noc" } @@ -124,6 +124,6 @@ apply Service "resilience-verification-moyens-cuisson-secours" { vars.mock_message = "Sous contrôle" groups = [ "RESILIENCE" ] notes = "Vérification des moyens de cuisson de secours" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/resilience/verification-moyens-cuisson-secours" + vars.instructions_url = "/life-noc/item/resilience/verification-moyens-cuisson-secours" assign where host.name == "life-noc" } diff --git a/icinga/services/revue.conf b/icinga/services/revue.conf index 00e6bfd..a0a1a95 100644 --- a/icinga/services/revue.conf +++ b/icinga/services/revue.conf @@ -20,7 +20,7 @@ apply Service "revue-revue-quotidienne-life-noc" { vars.life_noc_threshold_critical_gte = "3" vars.life_noc_on_error = "critical" notes = "Vérifier le tableau de bord Life-NOC" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/revue/revue-quotidienne-life-noc" + vars.instructions_url = "/life-noc/item/revue/revue-quotidienne-life-noc" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "revue-revue-mensuelle-systeme-vie" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Revue mensuelle de l'ensemble du système Life-NOC" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/revue/revue-mensuelle-systeme-vie" + vars.instructions_url = "/life-noc/item/revue/revue-mensuelle-systeme-vie" assign where host.name == "life-noc" } @@ -80,6 +80,6 @@ apply Service "revue-revue-trimestrielle-orientation" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue trimestrielle des orientations de vie et de Chezlepro" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/revue/revue-trimestrielle-orientation" + vars.instructions_url = "/life-noc/item/revue/revue-trimestrielle-orientation" assign where host.name == "life-noc" } diff --git a/icinga/services/sante.conf b/icinga/services/sante.conf index f089a06..1e788a3 100644 --- a/icinga/services/sante.conf +++ b/icinga/services/sante.conf @@ -11,7 +11,7 @@ apply Service "sante-verification-trousse-premiers-soins" { vars.mock_message = "Sous contrôle" groups = [ "SANTE" ] notes = "Vérification de la trousse de premiers soins" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/sante/verification-trousse-premiers-soins" + vars.instructions_url = "/life-noc/item/sante/verification-trousse-premiers-soins" assign where host.name == "life-noc" } @@ -30,7 +30,7 @@ apply Service "sante-verification-expiration-medicaments" { vars.life_noc_threshold_critical_lt = "30" vars.life_noc_on_error = "critical" notes = "Mettre la plus proche date d’expiration pertinente." - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/sante/verification-expiration-medicaments" + vars.instructions_url = "/life-noc/item/sante/verification-expiration-medicaments" assign where host.name == "life-noc" } @@ -49,7 +49,7 @@ apply Service "sante-revision-rendez-vous-medicaux" { vars.life_noc_threshold_critical_lt = "2" vars.life_noc_on_error = "critical" notes = "Entrer la prochaine date significative déjà connue." - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/sante/revision-rendez-vous-medicaux" + vars.instructions_url = "/life-noc/item/sante/revision-rendez-vous-medicaux" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "sante-verification-lunettes-prescriptions" { vars.mock_message = "Sous contrôle" groups = [ "SANTE" ] notes = "Vérifier les prescriptions et besoins de renouvellement" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/sante/verification-lunettes-prescriptions" + vars.instructions_url = "/life-noc/item/sante/verification-lunettes-prescriptions" assign where host.name == "life-noc" } @@ -80,6 +80,6 @@ apply Service "sante-verification-dossier-sante" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérifier l'ordre et l'accessibilité des documents de santé" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/sante/verification-dossier-sante" + vars.instructions_url = "/life-noc/item/sante/verification-dossier-sante" assign where host.name == "life-noc" } diff --git a/icinga/services/securite-chezlepro.conf b/icinga/services/securite-chezlepro.conf index b17598d..205cd07 100644 --- a/icinga/services/securite-chezlepro.conf +++ b/icinga/services/securite-chezlepro.conf @@ -20,7 +20,7 @@ apply Service "securite-chezlepro-verification-mises-a-jour-securite" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérification des mises à jour de sécurité" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/securite-chezlepro/verification-mises-a-jour-securite" + vars.instructions_url = "/life-noc/item/securite-chezlepro/verification-mises-a-jour-securite" assign where host.name == "life-noc" } @@ -40,7 +40,7 @@ apply Service "securite-chezlepro-audit-comptes-acces" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Audit des comptes et accès privilégiés" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/securite-chezlepro/audit-comptes-acces" + vars.instructions_url = "/life-noc/item/securite-chezlepro/audit-comptes-acces" assign where host.name == "life-noc" } @@ -60,7 +60,7 @@ apply Service "securite-chezlepro-verification-ids-snort" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des IDS et de leur état" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/securite-chezlepro/verification-ids-snort" + vars.instructions_url = "/life-noc/item/securite-chezlepro/verification-ids-snort" assign where host.name == "life-noc" } @@ -71,7 +71,7 @@ apply Service "securite-chezlepro-revue-pki-privee" { vars.mock_message = "Sous contrôle" groups = [ "SECURITE-CHEZLEPRO" ] notes = "Revue de la PKI privée et des autorités intermédiaires" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/securite-chezlepro/revue-pki-privee" + vars.instructions_url = "/life-noc/item/securite-chezlepro/revue-pki-privee" assign where host.name == "life-noc" } @@ -91,7 +91,7 @@ apply Service "securite-chezlepro-revue-politiques-securite" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Revue des politiques et pratiques de sécurité numérique" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/securite-chezlepro/revue-politiques-securite" + vars.instructions_url = "/life-noc/item/securite-chezlepro/revue-politiques-securite" assign where host.name == "life-noc" } @@ -111,6 +111,6 @@ apply Service "securite-chezlepro-verification-sauvegardes-configuration" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Vérifier les sauvegardes des configurations critiques" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/securite-chezlepro/verification-sauvegardes-configuration" + vars.instructions_url = "/life-noc/item/securite-chezlepro/verification-sauvegardes-configuration" assign where host.name == "life-noc" } diff --git a/icinga/services/stock-alimentaire.conf b/icinga/services/stock-alimentaire.conf index 18f26b3..4c6c937 100644 --- a/icinga/services/stock-alimentaire.conf +++ b/icinga/services/stock-alimentaire.conf @@ -20,7 +20,7 @@ apply Service "stock-alimentaire-rotation-nourriture-seche" { vars.life_noc_threshold_critical_gte = "45" vars.life_noc_on_error = "critical" notes = "Rotation des stocks de nourriture sèche" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/stock-alimentaire/rotation-nourriture-seche" + vars.instructions_url = "/life-noc/item/stock-alimentaire/rotation-nourriture-seche" assign where host.name == "life-noc" } @@ -31,7 +31,7 @@ apply Service "stock-alimentaire-verification-reserve-eau" { vars.mock_message = "Sous contrôle" groups = [ "STOCK-ALIMENTAIRE" ] notes = "Vérification de la réserve d'eau potable" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/stock-alimentaire/verification-reserve-eau" + vars.instructions_url = "/life-noc/item/stock-alimentaire/verification-reserve-eau" assign where host.name == "life-noc" } @@ -42,7 +42,7 @@ apply Service "stock-alimentaire-verification-mylar-absorbeurs" { vars.mock_message = "Sous contrôle" groups = [ "STOCK-ALIMENTAIRE" ] notes = "Vérifier l'intégrité des emballages Mylar et absorbeurs" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/stock-alimentaire/verification-mylar-absorbeurs" + vars.instructions_url = "/life-noc/item/stock-alimentaire/verification-mylar-absorbeurs" assign where host.name == "life-noc" } @@ -53,7 +53,7 @@ apply Service "stock-alimentaire-revue-inventaire-conserves" { vars.mock_message = "Sous contrôle" groups = [ "STOCK-ALIMENTAIRE" ] notes = "Revue des conserves et dates de rotation" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/stock-alimentaire/revue-inventaire-conserves" + vars.instructions_url = "/life-noc/item/stock-alimentaire/revue-inventaire-conserves" assign where host.name == "life-noc" } @@ -64,7 +64,7 @@ apply Service "stock-alimentaire-revue-inventaire-farine-riz-pates" { vars.mock_message = "Sous contrôle" groups = [ "STOCK-ALIMENTAIRE" ] notes = "Vérification des gros stocks alimentaires de base" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/stock-alimentaire/revue-inventaire-farine-riz-pates" + vars.instructions_url = "/life-noc/item/stock-alimentaire/revue-inventaire-farine-riz-pates" assign where host.name == "life-noc" } @@ -75,7 +75,7 @@ apply Service "stock-alimentaire-verification-bacs-legumes-racines" { vars.mock_message = "Sous contrôle" groups = [ "STOCK-ALIMENTAIRE" ] notes = "Vérification des bacs de stockage de légumes racines" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/stock-alimentaire/verification-bacs-legumes-racines" + vars.instructions_url = "/life-noc/item/stock-alimentaire/verification-bacs-legumes-racines" assign where host.name == "life-noc" } @@ -86,6 +86,6 @@ apply Service "stock-alimentaire-revue-supplements-vitamines" { vars.mock_message = "Sous contrôle" groups = [ "STOCK-ALIMENTAIRE" ] notes = "Vérification du stock de suppléments et dates utiles" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/stock-alimentaire/revue-supplements-vitamines" + vars.instructions_url = "/life-noc/item/stock-alimentaire/revue-supplements-vitamines" assign where host.name == "life-noc" } diff --git a/icinga/services/voiture.conf b/icinga/services/voiture.conf index 82c90a8..0ef2fd8 100644 --- a/icinga/services/voiture.conf +++ b/icinga/services/voiture.conf @@ -11,7 +11,7 @@ apply Service "voiture-verification-huile-moteur" { vars.mock_message = "Sous contrôle" groups = [ "VOITURE" ] notes = "Vérification de l'huile moteur" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/verification-huile-moteur" + vars.instructions_url = "/life-noc/item/voiture/verification-huile-moteur" assign where host.name == "life-noc" } @@ -22,7 +22,7 @@ apply Service "voiture-inspection-freins" { vars.mock_message = "Sous contrôle" groups = [ "VOITURE" ] notes = "Inspection des freins" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/inspection-freins" + vars.instructions_url = "/life-noc/item/voiture/inspection-freins" assign where host.name == "life-noc" } @@ -33,7 +33,7 @@ apply Service "voiture-verification-pneus" { vars.mock_message = "Sous contrôle" groups = [ "VOITURE" ] notes = "Vérification usure, pression et permutation des pneus" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/verification-pneus" + vars.instructions_url = "/life-noc/item/voiture/verification-pneus" assign where host.name == "life-noc" } @@ -44,7 +44,7 @@ apply Service "voiture-ajustement-valves" { vars.mock_message = "Sous contrôle" groups = [ "VOITURE" ] notes = "Vérification et ajustement des valves Honda Accord" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/ajustement-valves" + vars.instructions_url = "/life-noc/item/voiture/ajustement-valves" assign where host.name == "life-noc" } @@ -55,7 +55,7 @@ apply Service "voiture-verification-timing-belt" { vars.mock_message = "Sous contrôle" groups = [ "VOITURE" ] notes = "Vérification de la courroie de distribution et pompe à eau" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/verification-timing-belt" + vars.instructions_url = "/life-noc/item/voiture/verification-timing-belt" assign where host.name == "life-noc" } @@ -66,7 +66,7 @@ apply Service "voiture-verification-batterie-voiture" { vars.mock_message = "Sous contrôle" groups = [ "VOITURE" ] notes = "Vérification de l'état de la batterie automobile" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/verification-batterie-voiture" + vars.instructions_url = "/life-noc/item/voiture/verification-batterie-voiture" assign where host.name == "life-noc" } @@ -86,7 +86,7 @@ apply Service "voiture-verification-balais-essuie-glace" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification des essuie-glaces" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/verification-balais-essuie-glace" + vars.instructions_url = "/life-noc/item/voiture/verification-balais-essuie-glace" assign where host.name == "life-noc" } @@ -97,7 +97,7 @@ apply Service "voiture-verification-liquides" { vars.mock_message = "Sous contrôle" groups = [ "VOITURE" ] notes = "Vérification des liquides de la voiture" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/verification-liquides" + vars.instructions_url = "/life-noc/item/voiture/verification-liquides" assign where host.name == "life-noc" } @@ -117,7 +117,7 @@ apply Service "voiture-verification-eclairage" { vars.life_noc_threshold_critical_gte = "120" vars.life_noc_on_error = "critical" notes = "Vérification de l'éclairage et des phares" - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/verification-eclairage" + vars.instructions_url = "/life-noc/item/voiture/verification-eclairage" assign where host.name == "life-noc" } @@ -136,6 +136,6 @@ apply Service "voiture-verification-immatriculation-assurance" { vars.life_noc_threshold_critical_lt = "30" vars.life_noc_on_error = "critical" notes = "Retenir la date la plus proche à renouveler." - vars.instructions_url = "http://192.168.12.40:8787/life-noc/item/voiture/verification-immatriculation-assurance" + vars.instructions_url = "/life-noc/item/voiture/verification-immatriculation-assurance" assign where host.name == "life-noc" }