3 Dec 2010 22:07
Re: CDEF help
Gandalf <gandalf <at> cacti.net>
2010-12-03 21:07:47 GMT
2010-12-03 21:07:47 GMT
On 03.12.2010 19:17, Tim Eberhard wrote: > 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 try cdef=CURRENT_DATA_SOURCE,10000,/,LOG,10,* Reinhard > > 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:(Continue reading)
RSS Feed