Search found 19 matches

by gavinr98
Tue Feb 05, 2013 1:45 pm
Forum: Open Source Nagios Projects
Topic: Issue with MRTG
Replies: 9
Views: 2976

Re: Issue with MRTG

That worked... :)

Thanks for all your help.
by gavinr98
Mon Feb 04, 2013 3:00 pm
Forum: Open Source Nagios Projects
Topic: Issue with MRTG
Replies: 9
Views: 2976

Re: Issue with MRTG

Correct... this is what I have defined in the service

define service{
use generic-service ; Inherit values from a template
host_name SWITCH01
service_description Port 1 Bandwidth Usage
check_command check_local_mrtgtraf!/var/www/mrtg/172.X.X.X_1.log!AVG!1000000,1000000!5000000,5000000!10
}
by gavinr98
Mon Feb 04, 2013 1:45 pm
Forum: Open Source Nagios Projects
Topic: Issue with MRTG
Replies: 9
Views: 2976

Re: Issue with MRTG

Hi Gary,

When I run the command I get "Traffic OK - with a bunch of stuff after that, so that appears to be running fine. I also updated the commands as you pointed out but still get the same error?
by gavinr98
Fri Feb 01, 2013 5:39 pm
Forum: Open Source Nagios Projects
Topic: Issue with MRTG
Replies: 9
Views: 2976

Re: Issue with MRTG

I get this error in the Status Information, I also get a critical error under the Status.
by gavinr98
Fri Feb 01, 2013 3:33 pm
Forum: Open Source Nagios Projects
Topic: Issue with MRTG
Replies: 9
Views: 2976

Issue with MRTG

Need some help, I have setup MRTG and all the graphs have been generated and the log file has also been created. However I am getting this error (Return code of 139 is out of bounds). If I manually launch http://nagios/mrtg/172.16.x.x_1.log the log file opens. I can also go directly to the page and ...
by gavinr98
Wed Jan 30, 2013 7:22 pm
Forum: Open Source Nagios Projects
Topic: Monitoring with SNMP
Replies: 7
Views: 3801

Re: Monitoring with SNMP

I used the OID .1.3.6.1.2.1.1.3.0 to query the service and it worked, not sure why sysUpTime.0 does not work but got it working this way.
by gavinr98
Wed Jan 30, 2013 3:51 pm
Forum: Open Source Nagios Projects
Topic: Monitoring with SNMP
Replies: 7
Views: 3801

Re: Monitoring with SNMP

when I run this command nothing happens, just get a blank line? however if I run this command I do get a response ./check_snmp-C Public -o ifOperStatus.1 -r 1 -m RFC1213-MIB -H 172.x.x.x ... just curious why one would work and the other one would not? I do get a SNMP ok when I monitor port 1 but get...
by gavinr98
Mon Jan 28, 2013 5:58 pm
Forum: Open Source Nagios Projects
Topic: Missing trends.cgi statusmap.cgi
Replies: 5
Views: 3892

Re: Missing trends.cgi statusmap.cgi

Thanks, I recompiled the install and everything is working fine now.
by gavinr98
Sun Jan 27, 2013 1:00 am
Forum: Open Source Nagios Projects
Topic: Missing trends.cgi statusmap.cgi
Replies: 5
Views: 3892

Re: Missing trends.cgi statusmap.cgi

How would I do that without loosing any if the configurations? Sorry, I sm new to Linux and not sure how I would do this. Is there a document that would show me how to do this?
by gavinr98
Fri Jan 25, 2013 8:49 pm
Forum: Open Source Nagios Projects
Topic: Missing trends.cgi statusmap.cgi
Replies: 5
Views: 3892

Missing trends.cgi statusmap.cgi

Hello, When I try and access the trends or status maps i get the following error The requested URL /nagios/cgi-bin/trends.cgi was not found on this server and The requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server. I have checked in /usr/local/nagios/sbin and so not see any of ...