Hi,

I am using the chartable macro in my probe but the resulting values are not 
correctly formatted and instead are appended with .00.

Has anyone run into this ??

Here is the relevant part of my probe...

<snmp-device-variables>
        
        siteName, .1.3.6.1.4.1.3052.10.3.1.0, DEFAULT, "SiteName"
        currentVal01, .1.3.6.1.4.1.3052.10.1.1.1.1.6.1.5.1 ,    INTEGER,        
"Current01"
        currentVal02, .1.3.6.1.4.1.3052.10.1.1.1.1.6.1.5.2 ,            
INTEGER,        "Current02"
                
</snmp-device-variables>

<snmp-device-display>

\B5\SNMP - Basic OID Results\0P\
  \4\Site Name:\0\  ${siteName}
  \4\Current 1:\0\ ${chartable: #.## : $currentVal01}
  \4\Current 2:\0\ ${chartable: #.## : $currentVal02}
        
</snmp-device-display>


-------------------- m2f --------------------

Read this topic online here:
http://forums.dartware.com/viewtopic.php?p=2045#2045





____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [email protected]

Reply via email to