This shows you the differences between two versions of the page.
| — |
icinga:icinga_confgiguration [2020/04/10 17:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== 1. Installing Icinga ===== | ||
| + | |||
| + | |[[:icinga:icinga_confgiguration|Page 1]] |[[:icinga:icinga_configuration_page2|Page 2]] |[[:icinga:icinga_configuration_page3|Page 3]] |[[:icinga:icinga_configuration_page4|Page 4]] | | ||
| + | |||
| + | Before you proceed make sure you are using Ubuntu/Debian OS. This icinga documentation is done for Ubuntu/Debian Linux platform ! | ||
| + | |||
| + | Icinga can now be installed as follows: | ||
| + | |||
| + | <code> | ||
| + | # apt-get install icinga icinga-doc icinga-phpapi | ||
| + | </code> | ||
| + | |||
| + | You will be asked the following questions: | ||
| + | |||
| + | |||
| + | Apache servers to configure for icinga:<– apache2 | ||
| + | |||
| + | |||
| + | Please provide the password to be created with the "icingaadmin" user. Icinga web administration password: <– icingaadmin_password \\ | ||
| + | Re-enter password to verify:<– icingaadmin_password | ||
| + | |||
| + | |||
| + | Configure database for icinga-idoutils with dbconfig-common? <– No | ||
| + | |||
| + | |||
| + | Afterwards you can access Icinga under [[http://www.example.com/icinga/|http://www.example.com/icinga/]] . You will be asked for a username ( icingaadmin ) and the password you specified during installation: | ||
| + | |||
| + | {{:icinga:1.png?nolink&385x279|}} | ||
| + | |||
| + | This is how the Icinga web interface looks: | ||
| + | |||
| + | {{:icinga:2.png?nolink&388x281|}} | ||
| + | |||
| + | If you look around, you will notice that there are already a few service checks enabled for localhost by default configuration: | ||
| + | {{:icinga:2a.png?nolink&390x282|}} | ||
| + | |||
| + | {{:icinga:3.png?nolink&391x283|}} | ||
| + | |||
| + | |[[:icinga:icinga_confgiguration|Page 1]] |[[:icinga:icinga_configuration_page2|Page 2]] |[[:icinga:icinga_configuration_page3|Page 3]] |[[:icinga:icinga_configuration_page4|Page 4]] | | ||