Cacti SNMP Generic OID template, NaN problem


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Cacti SNMP Generic OID template, NaN problem
# 1  
Old 05-20-2013
Ubuntu Cacti SNMP Generic OID template, NaN problem

Hello All,
I have installed cacti and I have Nan values on created graph.
I really appreciate any help.
I have done the following:

1. Linux Ubuntu 12.04.2 LTS 64 bits
2. apt-get install cacti // the cacti Version 0.8.7i was installed
3. Accessed "http://MyIP/cacti/index.php"
4. Set SNMP Version: 2c
SNMP Community: public
Poller Type: spine
5. Created new Device "QA" with SNMP v2 and SNMP Community: public
6. Console -> New Graph:
Host: QA
Create: SNMP Generic OID template
Data Source Type: GUAGE
Custom Data OID: .1.3.6.1.6.3.12.1.3.1.6.105.110.116.101.114.110.97.108.48
7. Console -> Management -> Graph Tree -> Add QA host.

[Result]
My Graph is empty and shows Nan Value

[Investigation]
1. QA machine is also Linux Ubuntu 12.04.2 LTS 64 bits with snmpd installed. (apt-get install snmpd )
2. snmpget -v 2c -c public QA_IP .1.3.6.1.6.3.12.1.3.1.6.105.110.116.101.114.110.97.108.48 is returning value "5"
3. tcpdump on QA Machine has output:
12:37:56.293812 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 83)
dev-qa19.snmp > 192.168.13.87.36824: [bad udp cksum 0x9b12 -> 0xa535!] { SNMPv2c { GetResponse(40) R=1122116738 S:12.1.3.1.6.105.110.116.101.114.110.97.108.48=5 } }
4. Date and Time are identical on both machines
5. rrdtool fetch qa_snmp_oid_21.rrd AVERAGE displays only "nan" values
6. ufw are stopped on both machines
7. /var/lib/cacti/rra has 777 permissions.


If you have any Ideas please share them with me.

Thank You in Advance, Best Regards Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

SNMP Problem - SNMP not getting to the agent.

I am having a problem with an SNMP event, and I am not sure where I should be looking to solve this problem. Description: There is an SNMP event in our system that for one reason or another is not getting sent out as an email because it is never getting to our SNMP agent. I see where the... (0 Replies)
Discussion started by: broberts
0 Replies

2. IP Networking

SNMP OID for Network Utilization measurement

Hi everyone, I've just copied a snmpget script from somewhere. This script is basically used to collect basic router information. Ex: syscontact,syslocation,etc. And I want to extend the script to be able to collect some network information and utilization of some machines ex: bandwith usage,... (0 Replies)
Discussion started by: franzramadhan
0 Replies

3. Solaris

Sysedge SNMP OID

I'll preface this by saying I'm just a novice, with just basic knowledge of shell scripting, as well as basic knowledge in SNMP. I working on a script that takes the motd file on a solaris 5.x box and parses the information out into an OID to be passed to the SNMP server. We're using SysEDGE client... (0 Replies)
Discussion started by: jsoper1
0 Replies

4. Infrastructure Monitoring

Problem Installing Cacti on Red Hat

Can someone please point me in the direction of where I can find out how to install cacti? there doesn't seem to be straightforward steps for it. after downloading the tar.gz file from cacti.net, there's basically no instructions of what to do from that point on. any help will be appreciated. ... (1 Reply)
Discussion started by: SkySmart
1 Replies

5. IP Networking

SNMP Problem

Hi, basically I'm just looking at the O'Reilly book 'Essential SNMP' and am following one of the examples. The code in the example is: #!/usr/bin/perl use SNMP::Util; my $MIB1 = $ARGV; my $HOST = $ARGV; ($MIB1) && ($HOST) || die "Usage: $0 MIB_OID HOSTNAME"; my $value =... (0 Replies)
Discussion started by: cabaiste
0 Replies

6. Infrastructure Monitoring

Solaris 10 Snmp command to MiB OID

Hi guys, I am doing follow this guy Tech deposits. : iostat monitoring for zenoss and such I stuck at this step: Add a line into /etc/snmp/snmpd.conf file: pass .1.3.6.1.4.1.2021.255.1 /usr/local/bin/sar_iostat_snmp.sh -m 1 -d dev253 -o .1.3.6.1.4.1.2021.255.1 and test snmp by the... (1 Reply)
Discussion started by: tien86
1 Replies

7. Infrastructure Monitoring

SNMP problem

Hi all I had the server, when i run the below snmp command in the server (CNORA4/10.86.33.18), it cant give me the result. # snmpwalk -v1 -ctestuser 10.86.33.18 hrProcessorLoad Timeout: No Response from 10.86.33.18 but when i run another command, it seem like ok # snmpwalk -v1 -ctestuser... (1 Reply)
Discussion started by: SmartAntz
1 Replies

8. Infrastructure Monitoring

SNMP OID for System Status LED's

I am trying to locate the proper MIB and OID location, to determine if the system attention light is on IBM-702x servers running 5.x. Currently, we get this on our Blade Centers Management Modules at location: 1.3.6.1.4.1.2.3.51.2.2.8.2.1.1.7.xx were xx is the actual Blade number. A value of 1... (0 Replies)
Discussion started by: stamfdf
0 Replies

9. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

10. Programming

Template problem ...

Hi all, Need your help. I am doing a simple template program , getting some error ... here is the code #include <iostream> #include <stdio.h> #include <stdlib.h> #include<iostream> #include<string> #include <sstream> using namespace std; class Base_class { public: Base_class(){... (1 Reply)
Discussion started by: amartya_sock
1 Replies
Login or Register to Ask a Question