Forum Discussion

Angel_Lopez_116's avatar
Angel_Lopez_116
Icon for Altostratus rankAltostratus
Apr 01, 2014

Exec of awk to return value of custom snmp oid

Hi,   I've defined a custom oid in /config/snmp/custom_mib.tcl as follows:   register_mib ".1" limitconn GAUGE   proc limitconn {} { set status [catch {exec tail -1 /var/log/irule_limitconn ...