Hi everybody,
I want to import in zabbix a snmpwalk file with the script zload_snmpwalk, how can i do?
for my snmpwalk , i run this:
snmpwalk -Of -v2c -c community 192.168.209.23 > /root/snmpwalk-zabbix-isdn-router
I create a new template in Zabbix UI.
run the zload_snmpwalk.pl for import snmp:
zload_snmpwalk -s localhost -d zabbix -u root -P password -v 2c community 10025 /root/snmpwalk-zabbix-isdn-router
and have this error:
.DBD::mysql::st execute failed: Duplicate entry '0' for key 1 at /usr/src/zabbix-1.4.4/zload_snmpwalk line 314, <SWALK> line 5.
Insert Failure: DBI::st=HASH(0x9ea6c9c)->strerror
What's wrong??
Thanks
I want to import in zabbix a snmpwalk file with the script zload_snmpwalk, how can i do?
for my snmpwalk , i run this:
snmpwalk -Of -v2c -c community 192.168.209.23 > /root/snmpwalk-zabbix-isdn-router
I create a new template in Zabbix UI.
run the zload_snmpwalk.pl for import snmp:
zload_snmpwalk -s localhost -d zabbix -u root -P password -v 2c community 10025 /root/snmpwalk-zabbix-isdn-router
and have this error:
.DBD::mysql::st execute failed: Duplicate entry '0' for key 1 at /usr/src/zabbix-1.4.4/zload_snmpwalk line 314, <SWALK> line 5.
Insert Failure: DBI::st=HASH(0x9ea6c9c)->strerror
What's wrong??
Thanks
Comment