摘要:
#select *from hosts where hostid=10322#select * from items where hostid=10322 and key_ like 'net.if%' and `name` like '%0/0/1%'#select * from history_ 阅读全文
摘要:
#!/bin/sh Date=`date +%F" "%H:%M:%S` snmp="XXX" Host="XXX" MIB="IF-MIB::ifHCOutOctets.44 = Counter64" while true do for i in `ls -l` do first=`snmpwal 阅读全文