Life-NOC v0.1 initial architecture
This commit is contained in:
parent
7760d9aaa9
commit
5107557f12
3 changed files with 21 additions and 8 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
*.swp
|
||||
*.log
|
||||
*.retry
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.ansible/
|
||||
.vscode/
|
||||
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal 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
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
template Service "service-echance-vie" {
|
||||
|
||||
check_command = "check_echeance_vie"
|
||||
|
||||
vars.warning_days = 5
|
||||
vars.critical_days = 1
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue