55 lines
1.7 KiB
Text
55 lines
1.7 KiB
Text
/*
|
|
AUTO-GENERATED FILE - DOMAIN: actifs-chezlepro
|
|
Ne pas modifier manuellement.
|
|
Source: domains.yaml
|
|
*/
|
|
|
|
apply Service "actifs-chezlepro-revision-inventaire-materiel" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-05-01"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "ACTIFS-CHEZLEPRO" ]
|
|
notes = "Revoir l'inventaire du matériel de Chezlepro"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "actifs-chezlepro-verification-amortissables" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-06-01"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "ACTIFS-CHEZLEPRO" ]
|
|
notes = "Vérifier le registre des biens amortissables"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "actifs-chezlepro-verification-serveurs-et-composants" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-05-15"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "ACTIFS-CHEZLEPRO" ]
|
|
notes = "Vérifier l'état des serveurs et composants matériels"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "actifs-chezlepro-verification-reserve-pieces" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-06-01"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "ACTIFS-CHEZLEPRO" ]
|
|
notes = "Vérifier les pièces de rechange critiques"
|
|
assign where host.name == "life-noc"
|
|
}
|
|
|
|
apply Service "actifs-chezlepro-revision-actifs-transferts" {
|
|
import "service_echeance"
|
|
vars.date_echeance = "2026-06-15"
|
|
vars.mock_state = "OK"
|
|
vars.mock_message = "Sous contrôle"
|
|
groups = [ "ACTIFS-CHEZLEPRO" ]
|
|
notes = "Réviser les actifs transférés ou à transférer à l'entreprise"
|
|
assign where host.name == "life-noc"
|
|
}
|