I'm trying to setup monitoring for my Check Point firewall vis SNMP. I found the following template which works for everything but the discovery: https://share.zabbix.com/network_dev...heckpoint-fw-1
The template mentioned needing the following for advanced snmp discovery: https://github.com/simonkowallik/Zab...snmp.discovery
However, that was last updated 6 years ago and only mentions Zabbix 2.0. I found a thread started by the author (I believe) here, but everything there is also old: https://www.zabbix.com/forum/zabbix-...ynamic-indexes
Long story short, the two discovery rules for the template that utilize this plug-in/script are:
advsnmp.discovery[{HOSTNAME},"-v2c -c{$SNMP_COMMUNITY}",1.3.6.1.4.1.2620.1.5.13.1.2,1. 3]
and
advsnmp.discovery[{HOSTNAME},"-v2c -c{$SNMP_COMMUNITY}",1.3.6.1.4.1.2620.1.6.7.5.1.1,1 .3]
I've got the MIBs imported and snmp all working, but I'm not familiar enough with SNMP OIDs. The documentation under https://www.zabbix.com/documentation...very/snmp_oids is way over my head. Can anyone lend some guidance on how I might convert this? Or does anyone know if this plug-in is compatible with Zabbix 3.4? I saw in the script a mention of them having to change something to deal with zabbix 2.0rc1, so I can only imagine other things have changed in the past 6 years.
The template mentioned needing the following for advanced snmp discovery: https://github.com/simonkowallik/Zab...snmp.discovery
However, that was last updated 6 years ago and only mentions Zabbix 2.0. I found a thread started by the author (I believe) here, but everything there is also old: https://www.zabbix.com/forum/zabbix-...ynamic-indexes
Long story short, the two discovery rules for the template that utilize this plug-in/script are:
advsnmp.discovery[{HOSTNAME},"-v2c -c{$SNMP_COMMUNITY}",1.3.6.1.4.1.2620.1.5.13.1.2,1. 3]
and
advsnmp.discovery[{HOSTNAME},"-v2c -c{$SNMP_COMMUNITY}",1.3.6.1.4.1.2620.1.6.7.5.1.1,1 .3]
I've got the MIBs imported and snmp all working, but I'm not familiar enough with SNMP OIDs. The documentation under https://www.zabbix.com/documentation...very/snmp_oids is way over my head. Can anyone lend some guidance on how I might convert this? Or does anyone know if this plug-in is compatible with Zabbix 3.4? I saw in the script a mention of them having to change something to deal with zabbix 2.0rc1, so I can only imagine other things have changed in the past 6 years.
Comment