On Thu, Oct 14, 2004 at 01:59:23PM +0400, skenga wrote: > I'm plotting graph representing state of cisco ports, almost always > its up and very seldom down. I draw one line, green when up and red > when down. The problem is - when I plot for time more then 12hours my > red doesn't shows at all, its too small I guess. How can I make it > visible? R.
You probably have a CDEF looking at "uptime" or so and check if uptime is zero. When "uptime" is consolidated, it will become something else than 100% or 0%. Don't look for " equal to 0 ". Look for " not equal to 100% ". HTH Alex -- You want an answer? You'd better follow the following guidelines! Linesize well below 80 chars. Reply to the list, not to me. Trim irrelevant lines. Reply _below_ the relevant lines, not on top. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
