I want to graph a simple counter. The counter increments when there is an event, events are not very often.
The script portion is setup and is collecting data along with 21 other custom scripts for monitor temperatures, wind speed, barometer, humidity and other items.
The problem graph is displaying as a number less than 1, the rra data is stored as
1st reading 1122343200: 0.0000000000e+00 (actual # was 192)
2nd reading 1122343500: 1.1878787879e-01 (actual # was 258)
0.11878787879
1122343800: 1.2121212121e-03 (actual # is still 258)
0.0012121212121
The script is returning the correct numbers I have to missing something here.
Suggestions?
Thanks
Simple Project no success
Moderators: Developers, Moderators
-
- Posts: 2
- Joined: Mon Jul 25, 2005 9:11 pm
Semi Success
Since data is stored as $value/300, I get what I expected to see by taking the # of occurances of the event in 5 minutes and multiply it by 300 feeding this to rrd.
See; http://forums.cacti.net/viewtopic.php?t ... le+counter
I am counting lighting activity, the actual values are realing what is meaningful.
Jerry
See; http://forums.cacti.net/viewtopic.php?t ... le+counter
I am counting lighting activity, the actual values are realing what is meaningful.
Jerry
Who is online
Users browsing this forum: No registered users and 1 guest