[rrd-users] help with RRD update

Anthony Mendoza anthony at embracenetworks.com
Mon Jul 22 06:53:02 MEST 2002


Hello all, wanted to find out if anyone can spot anything screwed up 
with what I have going on.

Below is a small script I'm using to collect data every 5 minutes:

#!/bin/sh
#
# check extreme temp
#
RRDHOME=/fs0/rrdtool

MTEMP=`snmpget -m ALL -c public morphine .enterprises.1916.1.1.1.8.0 \

         | awk -F= '{print $2}' | sed 's/ //'`
CTEMP=`snmpget -m ALL -c public cocaine .enterprises.1916.1.1.1.8.0 | \
         awk -F= '{print $2}' | sed 's/ //'`
UTEMP=`snmpget -m ALL -c public steroids .1.3.6.1.4.1.318.1.1.1.2.2.2.0 \
| awk -F: '{print $2}' | sed 's/ //'`

#echo "[${MTEMP}]:[${CTEMP}]:[${UTEMP}]"
rrdtool update $RRDHOME/temp_data.rrd -t morphine:cocaine:steroids
N:${MTEMP}:${CTEMP}:${UTEMP}

#END OF SCRIPT

(line wrapping may be munged..)
in short, the echo line I've been using for debugging and what I've
found is the 3 variables always have values, yet the rrdtool update line
shows the following in the database via:

rrdtool fetch temp_data.rrd AVERAGE

(small subset of data)

1027308300: 4.1993333333e+01 3.7000000000e+01 3.0000000000e+01
1027308600: 4.1010000000e+01 3.7000000000e+01 3.0000000000e+01
1027308900: 4.1000000000e+01 3.7000000000e+01 nan
1027309200: 4.1993333333e+01 3.7000000000e+01 nan
1027309500: 4.2000000000e+01 3.7000000000e+01 nan
1027309800: 4.2000000000e+01 3.7000000000e+01 nan
1027310100: 4.2000000000e+01 3.7000000000e+01 nan
1027310400: 4.2000000000e+01 3.6006666667e+01 nan
1027310700: 4.1013333333e+01 3.6000000000e+01 nan
1027311000: 4.1000000000e+01 3.6000000000e+01 nan
1027311300: 4.1000000000e+01 3.6000000000e+01 nan
1027311600: 4.1000000000e+01 3.6000000000e+01 nan
1027311900: 4.1000000000e+01 3.6000000000e+01 nan
1027312200: 4.1000000000e+01 3.6000000000e+01 nan
1027312500: 4.1000000000e+01 3.6000000000e+01 nan
1027312800: 4.1000000000e+01 3.6000000000e+01 nan
1027313100: 4.1000000000e+01 3.6000000000e+01 nan

what can I do to stop getting the nans for the 3rd value?
-- 
Anthony Mendoza
IT & Customer Support
anthony at embracenetworks.com
t: 408-585-5612 / c: 408-314-5038
p: 888-886-7205 / f: 208-247-5501


-- Attached file removed by Listar and put at URL below --
-- Type: application/x-pkcs7-signature
-- Desc: S/MIME Cryptographic Signature
-- Size: 2k (2873 bytes)
-- URL : http://www.ee.ethz.ch/~slist/pantomime/43-smime.p7s


--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list