Search found 4 matches

by xyzcmd
Thu Dec 22, 2011 11:31 am
Forum: Open Source Nagios Projects
Topic: Upgrade to 3.3.1 problem
Replies: 1
Views: 1603

Re: Upgrade to 3.3.1 problem

got it resolved by comment out the line
by xyzcmd
Wed Dec 21, 2011 6:04 pm
Forum: Open Source Nagios Projects
Topic: Upgrade to 3.3.1 problem
Replies: 1
Views: 1603

Upgrade to 3.3.1 problem

Just upgraded to the latest version and I get this message at "Home" Warning: require_once(./includes/rss/extlib/./includes/rss/extlib/Snoopy.class.inc) [function.require-once]: failed to open stream: No such file or directory in /usr/local/nagios/share/includes/rss/rss_fetch.inc on line 3...
by xyzcmd
Wed Dec 21, 2011 5:36 pm
Forum: Open Source Nagios Projects
Topic: Problem installing web config file
Replies: 2
Views: 5797

Re: Problem installing web config file

Thank you. it helped. there was one step missing is to add DirectoryIndex to apache config file after that command ran successfully. root@de-ap32:~/downloads/nagios-3.2.3# sudo make install-webconf /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/apache2/conf.d/nagios.conf *** Nagios/Apache ...
by xyzcmd
Wed Dec 21, 2011 3:59 pm
Forum: Open Source Nagios Projects
Topic: Problem installing web config file
Replies: 2
Views: 5797

Problem installing web config file

Hi, I am following this guide http://nagios.sourceforge.net/docs/3...rt-ubuntu.html on how to install Nagios. Getting this error messages when i try to install web config file: root@de-ap32:/etc/apache2/conf.d# make install-webconf make: *** No rule to make target `install-webconf'. Stop. I have tri...