Difference between revisions of "Icinga2"
(Created page with "Notes for setting up icinga2 on Debian9/Stretch * base debian9 vm (2vcpu + 1gb mem + 4gb disk) * apt-get install mariadb-server (note that mariadb root uses socket auth like...") |
|||
Line 1: | Line 1: | ||
Notes for setting up icinga2 on Debian9/Stretch | Notes for setting up icinga2 on Debian9/Stretch | ||
+ | |||
+ | * see this https://www.howtoforge.com/tutorial/install-icinga2-and-icingaweb2-on-centos-7/ | ||
* base debian9 vm (2vcpu + 1gb mem + 4gb disk) | * base debian9 vm (2vcpu + 1gb mem + 4gb disk) | ||
* apt-get install mariadb-server (note that mariadb root uses socket auth like postgres has been doing for many years) | * apt-get install mariadb-server (note that mariadb root uses socket auth like postgres has been doing for many years) | ||
+ | * apt-get install icinga2 | ||
+ | * apt-get install vim-icinga2 (this is optional) |
Revision as of 16:15, 15 February 2017
Notes for setting up icinga2 on Debian9/Stretch
- see this https://www.howtoforge.com/tutorial/install-icinga2-and-icingaweb2-on-centos-7/
- base debian9 vm (2vcpu + 1gb mem + 4gb disk)
- apt-get install mariadb-server (note that mariadb root uses socket auth like postgres has been doing for many years)
- apt-get install icinga2
- apt-get install vim-icinga2 (this is optional)