>I am trying to use the 'reversing' feature, but it doesn't >appear to work as advertised when using MIB variables. I >have interfaces which I'm monitoring using the following: >ifHCInOctets#ae1.0&ifHCOutOctets#ae1.0:[EMAIL PROTECTED]: >If I use: >-ifHCInOctets#ae1.0&ifHCOutOctets#ae1.0:[EMAIL PROTECTED]: >I get no data in my graphs and no reported errors.
Hmm, correct me if I'm wrong, but what's wrong with instead using: ifHCOutOctets#ae1.0&ifHCInOctets#ae1.0:[EMAIL PROTECTED]: since this is swapping over the two values, which is all that the '-' prefix does. I think the '-' prefix is only active when you are using a interface number or some other identifier, and not when you are using backquotes or an explicit OID pair. Steve -- 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
