life-noc/icinga/services/fiscalite-personnelle.conf
2026-03-15 14:43:50 -04:00

82 lines
3 KiB
Text

/*
AUTO-GENERATED FILE - DOMAIN: fiscalite-personnelle
Ne pas modifier manuellement.
Source: domains.yaml
*/
apply Service "fiscalite-personnelle-preparation-documents-impots" {
import "service_echeance"
vars.date_echeance = "2026-03-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "FISCALITE-PERSONNELLE" ]
notes = "Rassembler tous les documents fiscaux personnels"
vars.instructions_url = "/life-noc/item/fiscalite-personnelle/preparation-documents-impots"
assign where host.name == "life-noc"
}
apply Service "fiscalite-personnelle-production-impots-federal" {
import "service_echeance"
vars.date_echeance = "2026-04-30"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "FISCALITE-PERSONNELLE" ]
notes = "Produire la déclaration de revenus fédérale"
vars.instructions_url = "/life-noc/item/fiscalite-personnelle/production-impots-federal"
assign where host.name == "life-noc"
}
apply Service "fiscalite-personnelle-production-impots-quebec" {
import "service_echeance"
vars.date_echeance = "2026-04-30"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "FISCALITE-PERSONNELLE" ]
notes = "Produire la déclaration de revenus Québec"
vars.instructions_url = "/life-noc/item/fiscalite-personnelle/production-impots-quebec"
assign where host.name == "life-noc"
}
apply Service "fiscalite-personnelle-paiement-solde-impots" {
import "service_echeance"
vars.date_echeance = "2026-04-30"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "FISCALITE-PERSONNELLE" ]
notes = "Payer tout solde d'impôt exigible"
vars.instructions_url = "/life-noc/item/fiscalite-personnelle/paiement-solde-impots"
assign where host.name == "life-noc"
}
apply Service "fiscalite-personnelle-verification-avis-cotisation" {
import "service_echeance"
vars.date_echeance = "2026-05-31"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "FISCALITE-PERSONNELLE" ]
notes = "Vérifier les avis de cotisation ARC et Revenu Québec"
vars.instructions_url = "/life-noc/item/fiscalite-personnelle/verification-avis-cotisation"
assign where host.name == "life-noc"
}
apply Service "fiscalite-personnelle-archivage-documents-fiscaux" {
import "service_echeance"
vars.date_echeance = "2026-06-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "FISCALITE-PERSONNELLE" ]
notes = "Archiver les documents fiscaux personnels"
vars.instructions_url = "/life-noc/item/fiscalite-personnelle/archivage-documents-fiscaux"
assign where host.name == "life-noc"
}
apply Service "fiscalite-personnelle-verification-acomptes-provisionnels" {
import "service_echeance"
vars.date_echeance = "2026-03-15"
vars.mock_state = "OK"
vars.mock_message = "Sous contrôle"
groups = [ "FISCALITE-PERSONNELLE" ]
notes = "Vérifier si des acomptes provisionnels sont requis"
vars.instructions_url = "/life-noc/item/fiscalite-personnelle/verification-acomptes-provisionnels"
assign where host.name == "life-noc"
}