Hi guys.
I new with zabbix, not sure how to works the snmp items
Somebody can help me with any advice on how to created the items to zabbix to get snmp values.
I want to get this values
this is my setup using another tool, but to sure how put these on Zabbix.
[[inputs.snmp]]
[[inputs.snmp.field]]
name = "sysName"
oid = ".1.3.6.1.2.1.1.5.0"
is_tag = true
[[inputs.snmp.table]]
name = "printer"
inherit_tags = [ "sysName" ]
[[inputs.snmp.table.field]]
name = "prtMarkerSuppliesDescription"
oid = ".1.3.6.1.2.1.43.11.1.1.6.1"
is_tag = true
[[inputs.snmp.table.field]]
name = "prtMarkerSuppliesLevel"
oid = ".1.3.6.1.2.1.43.11.1.1.9.1"
[[inputs.snmp.table.field]]
name = "prtMarkerSuppliesMaxCapacity"
oid = ".1.3.6.1.2.1.43.11.1.1.8.1"
I new with zabbix, not sure how to works the snmp items
Somebody can help me with any advice on how to created the items to zabbix to get snmp values.
I want to get this values
this is my setup using another tool, but to sure how put these on Zabbix.
[[inputs.snmp]]
[[inputs.snmp.field]]
name = "sysName"
oid = ".1.3.6.1.2.1.1.5.0"
is_tag = true
[[inputs.snmp.table]]
name = "printer"
inherit_tags = [ "sysName" ]
[[inputs.snmp.table.field]]
name = "prtMarkerSuppliesDescription"
oid = ".1.3.6.1.2.1.43.11.1.1.6.1"
is_tag = true
[[inputs.snmp.table.field]]
name = "prtMarkerSuppliesLevel"
oid = ".1.3.6.1.2.1.43.11.1.1.9.1"
[[inputs.snmp.table.field]]
name = "prtMarkerSuppliesMaxCapacity"
oid = ".1.3.6.1.2.1.43.11.1.1.8.1"
Comment