life-noc/icinga/services/obligations-chezlepro.conf

85 lines
2.8 KiB
Text

/*
AUTO-GENERATED FILE - DOMAIN: obligations-chezlepro
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "obligations-chezlepro-verification-registraire-entreprise" {
import "service_echeance"
vars.date_echeance = "2026-06-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-CHEZLEPRO" ]
notes = "Vérifier les obligations au Registraire des entreprises"
assign where host.name == "life-noc"
}
apply Service "obligations-chezlepro-verification-declarations-taxes" {
import "service_echeance"
vars.date_echeance = "2026-04-30"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-CHEZLEPRO" ]
notes = "Vérifier les obligations de taxes de l'entreprise si applicables"
assign where host.name == "life-noc"
}
apply Service "obligations-chezlepro-verification-dossier-comptable-entreprise" {
import "service_echeance"
vars.date_echeance = "2026-04-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-CHEZLEPRO" ]
notes = "Vérifier l'ordre du dossier comptable Chezlepro"
assign where host.name == "life-noc"
}
apply Service "obligations-chezlepro-verification-facturation-clients" {
import "service_echeance"
vars.date_echeance = "2026-04-10"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-CHEZLEPRO" ]
notes = "Vérifier la facturation et son suivi"
assign where host.name == "life-noc"
}
apply Service "obligations-chezlepro-verification-paiements-fournisseurs" {
import "service_echeance"
vars.date_echeance = "2026-04-10"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-CHEZLEPRO" ]
notes = "Vérifier les paiements fournisseurs"
assign where host.name == "life-noc"
}
apply Service "obligations-chezlepro-verification-contrats-ententes" {
import "service_echeance"
vars.date_echeance = "2026-05-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-CHEZLEPRO" ]
notes = "Vérifier contrats, ententes et obligations associées"
assign where host.name == "life-noc"
}
apply Service "obligations-chezlepro-verification-assurances-entreprise" {
import "service_echeance"
vars.date_echeance = "2026-06-01"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-CHEZLEPRO" ]
notes = "Vérifier les assurances de l'entreprise"
assign where host.name == "life-noc"
}
apply Service "obligations-chezlepro-archivage-documents-entreprise" {
import "service_echeance"
vars.date_echeance = "2026-05-31"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "OBLIGATIONS-CHEZLEPRO" ]
notes = "Archiver les documents administratifs et financiers de l'entreprise"
assign where host.name == "life-noc"
}