Icinga2

From HoerupWiki
Revision as of 08:49, 16 February 2017 by Torben (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 icinga2-ido-mysql (this will create database and mysql user)
  • apt-get install vim-icinga2 (this is optional)
  • apt-get install icingaweb2
    • /etc/php/7.0/apache2/php.ini: set date.timezone = Europe/Copenhagen