On Fri, 23 Sep 2005 14:37:15 +0900, Takumi Yamane wrote in <[EMAIL PROTECTED]>: > >> The target line for that particular machine looks like this: >> Target[server-disk_used]: >> iso.org.dod.internet.private.enterprises.ucdavis.dskTable.dskEntry. >> dskUsed.1&iso.org.dod.internet.private.enterprises.ucdavis. >> dskTable.dskEntry.dskAvail.1:[EMAIL PROTECTED] ... > I confirmed that your 'long target' does not work, dunno why.
I found that you can use 'long target' by modifing MRTG_lib.pm. around line 1235, add '.' to $ifComplex regex: before: '([a-zA-Z0-9]*(?:\.\d+)*?)' . after : '([a-zA-Z0-9.]*(?:\.\d+)*?)' . I believe there is no side-effect caused by this. -- Takumi Yamane <[EMAIL PROTECTED]> -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
