Nagvis - Weatherlines falsche Anzeige werte

Also bis auf aufhängen habe ich soweit alles durch

in ./share/nagvis/htdocs/frontend/nagvis-js/js/ElementLine.js auf bits umgestellt:

    // Check_MK if/if64 checks support switching between bytes/bits. The detection
    // can be made by some curios hack. The most hackish hack I've ever seen. From hell.
    // Well, let's deal with it.
    var display_bits = true;
    if(oldPerfdata.length >= 11 && oldPerfdata[10][5] == '0.0')
        display_bits = true;

die Regel: Hosts forced to use if instead of if64 gesetzt

Der Host zieht auch die Regel und check_mk-if wird stat dem 64er verwendet

Die Performenc Graphen und auch der Output sind in Bit/s

Service performance data (source code)
in=54943.18723;;;0;1250000 inucast=179.4673;;;; innucast=0;;;; indisc=0;;;; inerr=0;0.01;0.1;; out=94851.916021;;;0;1250000 outucast=481.715832;;;; outnucast=0;;;; outdisc=0;;;; outerr=0;0.01;0.1;; outqlen=0;;;;

trotz allem das:

:triumph:

weis der Teufel wo hier der BUG sitzt …

Gruß Bernd