Share

nagiosgraph

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Graph is not showing corect data

You are viewing a single message from this topic. View all messages.

  1. 2006-05-10 16:53:05 UTC
    I have built a new map for CPU utilization

    # output: CPU OK :util=16.79%,83.21%
    /output:CPU.*?(\d+).*(\d+)/
    and push @s, [ 'util',
    [ 'use', GAUGE, $2 ],
    [ 'idle', GAUGE, $3 ]
    ];
    1st is util 2nd is idle

    Wed May 10 12:48:34 2006 INSERT info: Input servicedescr:Check Util
    Wed May 10 12:48:34 2006 INSERT info: Input output:CPU OK : 16.82%,83.18% Wed May 10 12:48:34 2006 INSERT info: RRDs::update /shared/app/nagios/var/rrd/btas%2D02%2Ebudco%2Ecom_Check%20Util_util.rrd 1147279705:8:0

    shows up in my nagiosgraph.log

    I look at the rrd graph online and it is giving me 4.56 avg???

    I have tried using just util and only have 1 output, rrd seems to graph this upside down?? any advice
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.