Search found 5 matches

by agarcia9
Wed Nov 26, 2014 5:54 pm
Forum: Open Source Nagios Projects
Topic: check_mrtgtraf: Unable to open MRTG log file
Replies: 9
Views: 6306

Re: check_mrtgtraf: Unable to open MRTG log file

Thanks, sreinhardt! I could solve the problem! for those who are going through the same situation, here I tell you what I did: just add the next router/switch followed with a space. Ex: cfgmaker --global 'WorkDir: /var/www/mrtg' --output /etc/mrtg/mrtg.cfg public@10.0.0.1 public@10.0.0.2 public@10.0...
by agarcia9
Thu Nov 13, 2014 7:57 am
Forum: Open Source Nagios Projects
Topic: check_mrtgtraf: Unable to open MRTG log file
Replies: 9
Views: 6306

Re: check_mrtgtraf: Unable to open MRTG log file

All I need is show in nagios one port Bandwidth usage of each swtich I have in my network. The main problem was that I couldn't get into myip/mrtg because of permissions, I've solved that. Now, I'm still facing with the problem with mrtg + nagios because when I'm in my nagios page I got a message in...
by agarcia9
Tue Nov 11, 2014 9:56 am
Forum: Open Source Nagios Projects
Topic: check_mrtgtraf: Unable to open MRTG log file
Replies: 9
Views: 6306

Re: check_mrtgtraf: Unable to open MRTG log file

Thanks abrist! It Works now! but only when I go through http://myip/mrtg not by myip/nagios. In that page I have all the graphics from one switch. I tried to add another one with cfgmaker --global 'WorkDir: /var/www/mrtg' --output /etc/mrtg/mrtg.cfg public@myip and it seems that mrtg replaces the in...
by agarcia9
Fri Oct 31, 2014 2:48 pm
Forum: Open Source Nagios Projects
Topic: check_mrtgtraf: Unable to open MRTG log file
Replies: 9
Views: 6306

Re: check_mrtgtraf: Unable to open MRTG log file

cat /etc/httpd/conf.d/mrtg.conf # # This configuration file maps the mrtg output (generated daily) # into the URL space. By default these results are only accessible # from the local host. # Alias /mrtg /var/www/mrtg <Location /mrtg> Order deny,allow Deny from all Allow from 127.0.0.1 Allow from ::1...
by agarcia9
Thu Oct 30, 2014 10:03 am
Forum: Open Source Nagios Projects
Topic: check_mrtgtraf: Unable to open MRTG log file
Replies: 9
Views: 6306

check_mrtgtraf: Unable to open MRTG log file

Hi! Sorry, I shouldn't probably open a new topic but I have read a lot about this error in this and other forums and I'm still stuck in the same error. the only thing I could do was with this: http://bigunix.blogspot.com/2009/07/how-to-monitor-bandwidht-using-mrtg-and.html the problem is that I am v...