I downloaded the current stable source of nagios and tried to install it using the quick configuration guide, i followed it fervently but when i reached the make install-webconf portion, i got stuck and received this error ->
make: *** No rule to make target `install-webconf’. Stop.
then i proceeded to install the plugins just the same and added the nagios service and started it and did not encounter any errors but when i try to browse localhost/nagios all i got was a http 404 not found page.
I’m having the same exact issue right now. I installed it on a laptop just to go thru it, and it worked perfectly. I installed in on the machine that will be hosting nagios for our monitoring and I got that same error. What the heck??
I already solved the problem, apparently the make install-webconf script does not do what is supposed to do i.e., to add the scriptalias to your httpd.conf. you have to manually add it to make it work.
I figured it out as well. I used this method. I copied the sample-config/nagios… to the /etc/apache2/conf.d directory (paths escape me right now, if needed I will post them definitely) Once that was done, I restarted apache, and Nagios worked perfectly!
fedora 6
nagios version 3.0 a4
nagios plugins 1.4.7
hy guys i have a same problem i received the error when i trie to make install-webconf.
i tried aswell to add manually a script config at the end of httpd.conf file but doesn’t work…
someone solve a problem???