<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <div class="moz-text-plain" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-western">
      <pre>Hi Guys

Check this graph:
<a href="http://lnxbx.dk/%7Eakv/temp/eltavle.png">http://lnxbx.dk/~akv/temp/eltavle.png</a>

It's our current powerconsumption, the
blue is UPS and red is everything (meter in our circuit breaker panel).
The difference of the two is primary the cooling.

The green temperature graph is because if the temperature is 8 degrees
(C) or lower, we use freecooling (this data is grabbed from the local
airport). It would be nice to have the temperature graph as one
continuous line, but right now, it's broken each time the temperature
goes up or under 8 degrees. Can this be done in an other way?

This is how it's drawn right now:
...
CDEF:tempover=temp,8,GT,0,temp,IF
CDEF:tempunder=temp,8,GT,temp,0,IF
...
LINE2:tempover#006600:"Temperature (AIR)\n"
LINE2:tempunder#00BB00:"Temperature (AIR)\n"
...

It would of cause also be nice only to have ONE line definition, so it
only shows up once...

/Anders
</pre>
    </div>
  </body>
</html>