[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
"absolute values" in RRD graph
- To: hobbit (at) hswn.dk
- Subject: "absolute values" in RRD graph
- From: ipnd-alerts <ipnd-alerts (at) logicaltech.com.au>
- Date: Wed, 27 Jan 2010 09:46:57 +1100
- User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20091202 Lightning/1.0pre Thunderbird/3.0
Hi,
I want to get statistics about up/down time on our Solaris cluster in a
graph form.
I would like to see 4 states in a graph.
3 - UP
2 - FAILED OVER
1 - PLANNED DOWNTIME
0 - DOWN
I got the cluster script that reports these states to BB or Xymon.
But I can't find a way to do the graph.
RRD graphs seems to always average out data.
The problem is that I want to report the absolute values and not the
averaged out data that seems to be default.
For instance if the cluster is DOWN ( 0 ) for 10 minutes I would like
that state to remain and not to averaged out to 2.5 after an hour.
Is this possible?
- Roland