I am polling a Windows server to check on DHCP addresses free and in use. I've built the data and graph templates, and the values are being polled correctly in the log file;
08/09/2005 03:25:14 PM - CMDPHP: Poller[0] Host[36] DS[707] SNMP: v2: server1.domain.co.uk, dsname: DhcpNoAddInUse, oid: .1.3.6.1.4.1.311.1.3.2.1.1.2, output: 473
08/09/2005 03:25:14 PM - CMDPHP: Poller[0] Host[36] DS[706] SNMP: v2: server1.domain.co.uk, dsname: DhcpNoAddFree, oid: .1.3.6.1.4.1.311.1.3.2.1.1.3, output: 35
The graph though, looks completely weird. The values are not being displayed, and I'm getting odd spikes. All other graphs being polled (50 odd devices) are showing correct. The rra files are being updated ok. I'm using Cacti on Win32;
v0.8.6f (patched)
MySQL v4.1.12a
PHP v4.3.11
Net-snmp 5.1.2
rrdtool v1.2.11
Anyone have any idea why the graph should look like this?
Thanks
Why does my graph look like this
Moderators: Developers, Moderators
Why does my graph look like this
- Attachments
-
- Weird graph
- Image1.jpg (26.53 KiB) Viewed 2901 times
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
You should be using a GUAGE RRD type and not the others.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
I've tried using Counter and Gauge, deleting the rra's and re-creating them each time. If you do an snmpwalk on the oid, it returns as;TheWitness wrote:You should be using a GUAGE RRD type and not the others.
TheWitness
SNMPv2-SMI::enterprises.311.1.3.2.1.1.2.0 = Counter32: 469
So I think it should be a Counter. Do you agree?
Thanks
The MIB (snmp) data type is not related to the rrdtool data source type. COUNTER is for continuously increasing numbers and stores a per-second rate.
GAUGE is what you want.
The spikes on your graph correspond to increases of 1 or 2 - and decreases, which result in overflows... therefore huge numbers... are probably ignored due to the graph max value.
For instance if you poll every 300 seconds and receive 469 when the previous result was 468, the COUNTER data type calculates a value of (469-468)/300=0.0033 or 3.3 milli-addresses per second. Which isn't much use.
GAUGE is what you want.
The spikes on your graph correspond to increases of 1 or 2 - and decreases, which result in overflows... therefore huge numbers... are probably ignored due to the graph max value.
For instance if you poll every 300 seconds and receive 469 when the previous result was 468, the COUNTER data type calculates a value of (469-468)/300=0.0033 or 3.3 milli-addresses per second. Which isn't much use.
[url=http://www.welham.net/]Steve W[/url]
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Steve's got it down to a science.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 0 guests