3 Dec 2010 19:17
CDEF help
Tim Eberhard <xmin0s <at> gmail.com>
2010-12-03 18:17:21 GMT
2010-12-03 18:17:21 GMT
All, I'm trying to create this formula for measuring light levels on a DWDM system. Tx_Pwr(dBm) = 10xlog(AV/10000). AV is the SNMP value So basically.. I need 10xlog(SNMP_Value/10000). I tried to do this via a custom CDEF function but it's erroring out. Hopefully someone can point out my issue as I haven't dealt with any custom cdefs in the past. Item Item Value Item #1 Custom String: 10 Item #2 Operator: * Item #3 Function: LOG Item #4 Another CDEF: dwdm backend Item 4 is this: Item #1 Special Data Source: CURRENT_DATA_SOURCE Item #2 Operator: / Item #3 Custom String: 10000 Here is what I get: RRDTool Command: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="TX-HOU9991-EKN-1 - Received level" \ --base=1000 \(Continue reading)
RSS Feed