Hi all,
how can i extract values from this sting:
snmpwalk -v2c -c public 192.168.0.100 .1.3.6.1.4.1.14823.2.2.1.2.1.10.0
SNMPv2-SMI::enterprises.14823.2.2.1.2.1.10.0 = STRING: "56.00 degrees Celsius (NORMAL)"
i want to graph the 56.00 value and make a trigger on NORMAL
please help
how can i extract values from this sting:
snmpwalk -v2c -c public 192.168.0.100 .1.3.6.1.4.1.14823.2.2.1.2.1.10.0
SNMPv2-SMI::enterprises.14823.2.2.1.2.1.10.0 = STRING: "56.00 degrees Celsius (NORMAL)"
i want to graph the 56.00 value and make a trigger on NORMAL
please help
Comment