|
From: Chris M. <chr...@cr...> - 2006-07-07 17:31:52
|
I'm having a problem when trying to get an OID value displayed in a
template.
I added the following line to the 'oids' in my template...
devHostname : .1.3.6.1.2.1.1.5.0 : leaf
In my 'messages', I have...
Interface error rates:
TABLE:
Interface|Speed|Rate in (load %)|Rate out (load %)|Load Trend
{ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed}
({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed}
({ifOutLoad}%){ifOutLoad.errors}|<a href="/mrtg/?={devHostname}">Load</a>
But once I save the changes to 'messages', the devmon[master] process
tanks, and devmon stops polling. The only solution is for me to remove
<a href="/mrtg/?={devHostname}">Load</a> from my messages file.
Is there a problem adding a leaf value OID to a table?
|