life-noc/icinga/services/sante.conf

61 lines
2 KiB
Text
Raw Normal View History

2026-03-06 14:35:42 -05:00
/*
AUTO-GENERATED FILE - DOMAIN: sante
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "sante-verification-trousse-premiers-soins" {
import "service_echeance"
vars.date_echeance = "2026-04-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "SANTE" ]
2026-03-06 14:35:42 -05:00
notes = "Vérification de la trousse de premiers soins"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/sante/verification-trousse-premiers-soins"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "sante-verification-expiration-medicaments" {
import "service_echeance"
vars.date_echeance = "2026-05-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "SANTE" ]
2026-03-06 14:35:42 -05:00
notes = "Vérification des dates d'expiration des médicaments"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/sante/verification-expiration-medicaments"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "sante-revision-rendez-vous-medicaux" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "SANTE" ]
2026-03-06 14:35:42 -05:00
notes = "Revoir les rendez-vous médicaux requis"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/sante/revision-rendez-vous-medicaux"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "sante-verification-lunettes-prescriptions" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "SANTE" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier les prescriptions et besoins de renouvellement"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/sante/verification-lunettes-prescriptions"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}
apply Service "sante-verification-dossier-sante" {
import "service_echeance"
vars.date_echeance = "2026-06-15"
2026-03-13 16:13:37 -04:00
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "SANTE" ]
2026-03-06 14:35:42 -05:00
notes = "Vérifier l'ordre et l'accessibilité des documents de santé"
2026-03-15 14:43:50 -04:00
vars.instructions_url = "/life-noc/item/sante/verification-dossier-sante"
2026-03-06 14:35:42 -05:00
assign where host.name == "life-noc"
}