Hello!

It's possible to add to the Disman 'monitor' feature the possibility to 
monitor
columns in only one specified row in the table?

For example.
I have a table(enterprises.5000.1), which describe links state.
Each row of the table - one link.
One column describe the link state(0 - down/1 - up).
enterprises.5000.1.1 - link index
enterprises.5000.1.2 - link state

monitor -u me -r 10 "link[0] is down" enterprises.5000.1.2.0 == 0
monitor -u me -r 10 "link[0] is up" enterprises.5000.1.2.0 == 1
monitor -u me -r 10 "link[1] is down" enterprises.5000.1.2.1 == 0
monitor -u me -r 10 "link[1] is up" enterprises.5000.1.2.1 == 1
monitor -u me -r 10 "link[2] is down" enterprises.5000.1.2.1 == 0
monitor -u me -r 10 "link[2] is up" enterprises.5000.1.2.1 == 1

But now, it's not work, because monitor works only with the whole table.
monitor -u me -r 10 "link[UNKNOWN] is down" enterprises.5000.1.2 == 0
monitor -u me -r 10 "link[UNKNOWN] is up" enterprises.5000.1.2 == 1

Thanks.

-- 
Nickolay Vinogradov
Protei Reseach and Development Center
St.Petersburg, 194044, Russia
Tel.: +7 812 449 47 27


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to