Daily archive for 09th February 2010
0902/2010
NAGIOS install-webconf error
at 8:22 p.m. Be the first to comment.
In the fifth step of quick installation guide it threw me the following error. In my case the problem was with the "MAKEFILE"
$ priya@priya:/etc/apache2/conf.d$ make install-webconf make: *** No rule to make target 'install-webconf'. Stop. $ root@priya:/home/priya/src/nagios-3.2.0# cat Makefile
Look For
$ HTTPD_CONF=/etc/httpd/conf.d
Make sure the path is correct. My problem solved when I pointed to the correct directory.
$ HTTPD_CONF=/etc/apache2/conf.d $ root@priya:/home/priya/src/nagios-3.2.0# make install-webconf $ /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/apache2/conf.d/nagios.conf Nagios/Apache conf file installed
Just started using Droplr, an app for Mac. Check it out at http://droplr.com
from Droplr Desktop
at 1:04 p.m.