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