45 lines
1 KiB
Text
45 lines
1 KiB
Text
|
|
---
|
||
|
|
timezone: America/Montreal
|
||
|
|
|
||
|
|
icingaweb_admin_user: icingaadmin
|
||
|
|
icingaweb_admin_password: ChangeMeNow123!
|
||
|
|
|
||
|
|
mysql_root_password: ChangeMeRoot123!
|
||
|
|
icingadb_database: icingadb
|
||
|
|
icingadb_user: icingadb
|
||
|
|
icingadb_password: ChangeMeIcingaDb123!
|
||
|
|
icingaweb_database: icingaweb2
|
||
|
|
icingaweb_db_user: icingaweb2
|
||
|
|
icingaweb_db_password: ChangeMeIcingaWeb123!
|
||
|
|
|
||
|
|
icinga_api_root_password: ChangeMeApiRoot123!
|
||
|
|
|
||
|
|
monitoring_zone_dir: /etc/icinga2/zones.d/global-templates/chezlepro
|
||
|
|
|
||
|
|
notification_mail_to: daniel@example.test
|
||
|
|
notification_mail_from: icinga@example.test
|
||
|
|
|
||
|
|
# Exemple volontairement simple. À remplacer par ton inventaire réel.
|
||
|
|
infrastructure_hosts:
|
||
|
|
- name: proxmox-01
|
||
|
|
address: 192.168.12.11
|
||
|
|
groups: [proxmox, linux]
|
||
|
|
checks:
|
||
|
|
- name: ping4
|
||
|
|
command: hostalive
|
||
|
|
- name: ssh
|
||
|
|
command: ssh
|
||
|
|
- name: pbs-01
|
||
|
|
address: 192.168.12.21
|
||
|
|
groups: [backup, linux]
|
||
|
|
checks:
|
||
|
|
- name: ping4
|
||
|
|
command: hostalive
|
||
|
|
- name: ssh
|
||
|
|
command: ssh
|
||
|
|
|
||
|
|
hostgroups:
|
||
|
|
- proxmox
|
||
|
|
- linux
|
||
|
|
- backup
|