> Im running MRTG 2.9.17 on a Win2K Server and I recently tried to add some > Tripplite UPS into MRTG but im getting this error when running MRTG. Here is > my .cfg file and screen output. BTW- I've already check the OID with > snmputil and it's a valid OID. <snip> >Target[33.1.2.5.0]:33.1.2.5.0 & 33.1.2.5.0:[EMAIL PROTECTED]
Not certain, but try changing the spaces: Target[33.1.2.5.0]: 33.1.2.5.0&33.1.2.5.0:[EMAIL PROTECTED] (ie space after 'target[..]:', and no space around the '&') >How do you fix this Warning error? Also, the snmp value is displayed as an >Integer value 546 but I need it to be graphed in MRTG as 54.6Volts and not >546Volts. How do you do this? Thanks! Divide the target by 10 Target[33.1.2.5.0]: 33.1.2.5.0&33.1.2.5.0:[EMAIL PROTECTED] /10 Regards Peter -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
