Hello everyone,
I have Zabbix 6.4.15. I am trying to monitor an Epson CW-C6000Ae. I could not find a template for that or anything suitable/similar.
So google says you do this:
use this program:
to convert the snmp answer of the printer to a zabbix template.
Unfortunately the script returns an error:
python3 snmpwalk2zabbix.py public 123.0.0.23 1.3.6.1.2.1
Processing 519 rows
Traceback (most recent call last):
File "/home/user/snmpwalk2zabbix.py", line 174, in <module>
name = mib.split("::")[1]
IndexError: list index out of range
user@ubuntu ~ [1]>
So that didn't work.
There also is an even older perl script mib2template.pl, but I couldn't get that to work either.
So I guess the question is: how do you all do that?
I just wanted to add the printer. I was expecting to work on this for a few minutes, now I have spent a few hours.
Could you please help me? How do you create new templates?
I hope you are not writing them by hand.
Thank you for your assistance!
I have Zabbix 6.4.15. I am trying to monitor an Epson CW-C6000Ae. I could not find a template for that or anything suitable/similar.
So google says you do this:
use this program:
to convert the snmp answer of the printer to a zabbix template.
Unfortunately the script returns an error:
python3 snmpwalk2zabbix.py public 123.0.0.23 1.3.6.1.2.1
Processing 519 rows
Traceback (most recent call last):
File "/home/user/snmpwalk2zabbix.py", line 174, in <module>
name = mib.split("::")[1]
IndexError: list index out of range
user@ubuntu ~ [1]>
So that didn't work.
There also is an even older perl script mib2template.pl, but I couldn't get that to work either.
So I guess the question is: how do you all do that?
I just wanted to add the printer. I was expecting to work on this for a few minutes, now I have spent a few hours.
Could you please help me? How do you create new templates?
I hope you are not writing them by hand.
Thank you for your assistance!
Comment