new macro variable for snmp table test needed

Need new test, action, option? Post request here.
Post Reply
rc
Posts: 100
Joined: Mon Aug 01, 2005 7:51 am

new macro variable for snmp table test needed

Post by rc »

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
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

We will add new variables in next version

Regards
Alex
Post Reply