Andrea Russos said: > Hi everybody, i'm new to the list and also pretty new to the "deep" use > of RRD; i mean that i always use rrd as a part of Network Monitoring > tools like CRicket and, above all, OpenNMS. > Now i'm dealing with the graphing of some GAUGE values obtained from a > perl script that give's back some ldap stats. My problem is how can i > graph these values like, for example, "number of connection" per second ?? > I mean: i make an snmpget of these OIDs every 5min ( 300 sec ), but if i
you could do something like this: DEF:my_datapoint=/path/to/file.rrd:DS_NAME:AVERAGE CDEF:my_datapoint_second="my_datapoint,5,/,60,/" then graph my_datapoint_second nate -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
