Hi Alexs,
if it is possible I need another macro variable for tune up reply value:
%SNMPFilteredTable% without <oid>
I only need for each row the <value>
This ist important for a good readability in web interface
background:
We monitor our linux server via snmp get and current we have for each path and each process a separate snmp get test in hostmonitor. With only
one snmp table test I can realize the same but the reply delivers only the value of first found row. But If there are more than one bad paths I need all found rows.
Example for current configuration with variable %SNMPFilteredTable% for tune up reply:
current disk status
1.3.6.1.4.1.2021.9.1.101.1 = /: less than 10% free (= 92%)
1.3.6.1.4.1.2021.9.1.101.2 = /media/nss/VOL1: less than 10% free (= 100%)
What I need is this:
current disk status
/: less than 10% free (= 92%)
/media/nss/VOL1: less than 10% free (= 100%)
Thanks
Rico