1 Jun
2013
1 Jun
'13
12:44 a.m.
On 31/05/2013 19:51, Khapare Joshi wrote:
is there a way to integrate total power in observium ? I get the total by snmpwalk : snmpwalk -c public -v2c test01.local enterprises.232.22.2.5.1.1.1.10 |awk '{ sum+=$4} END {print sum}'
That's not "total by snmpwalk", that's "total by awk".
Tom