Life-NOC v0.1 initial architecture

This commit is contained in:
Daniel Allaire 2026-03-06 13:36:20 -05:00
parent 7760d9aaa9
commit 5107557f12
3 changed files with 21 additions and 8 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
*.swp
*.log
*.retry
*.pyc
__pycache__/
.ansible/
.vscode/

14
CHANGELOG.md Normal file
View file

@ -0,0 +1,14 @@
# CHANGELOG
## v0.1
Initialisation du projet Life-NOC
Contenu :
- concept Life-NOC
- architecture Icinga
- premiers services
- check échéance
- structure BPM
- déploiement Ansible initial

View file

@ -1,8 +0,0 @@
template Service "service-echance-vie" {
check_command = "check_echeance_vie"
vars.warning_days = 5
vars.critical_days = 1
}