Changes

From Amahi Wiki
Jump to: navigation, search
24 bytes added ,  03:53, 11 June 2011
no edit summary
* and the following packages installed
{{Code|yum groupinstall "Development Tools" "Legacy Software Development"}}
 
== Installation ==
Follow the [http://docs.icinga.org/1.4.0/en/quickstart-icinga.html Quickstart Installation Guide for Icinga] to compile and install Icinga and common Nagios plugins.
Now it's time to go into the terminal. All commands will be run as root and lines that start with # are comments.
{{Code|ls /etc/httpd/conf.d/ | grep icinga}}#you You should see two files. Something like 1007-icinga.conf and icinga.conf{{Code|cat /etc/httpd/conf.d/icinga.conf >> /etc/httpd/conf.d/1007-icinga.conf}}#Now edit /etc/httpd/conf.d/1007-icinga.conf{{Code|vim /etc/httpd/conf.d/1007-icinga.conf}}#and And move </VirtualHost> from the middle of the file to the end.#be Be sure to confirm that the contents of icinga.conf are within 1007-icinga.conf before removing it.{{Code|rm /etc/httpd/conf.d/icinga.conf}}
Now you should have a 1007-icinga.conf file similar to the following (not exact)
{{Code|
61

edits