Hello all,
Let me start off by mentioning that I am fairly new to Zabbix. I am trying to create a template for the PaloAlto Firewalls running 9.0.8. This template will monitor the gateway utilization and will graph a percentage.
Per PaloAlto documentation, the SNMP OID for GlobalProtect are the following:
ubuntu@server:~$ snmpwalk -v 2c -Of -c public 192.168.0.124 .1.3.6.1.4.1.25461.2.1.2.5.1
.iso.3.6.1.4.1.25461.2.1.2.5.1.1.0 = INTEGER: 8
.iso.3.6.1.4.1.25461.2.1.2.5.1.2.0 = INTEGER: 1000
.iso.3.6.1.4.1.25461.2.1.2.5.1.3.0 = INTEGER: 86
I have created a template but I am unsure if it is correct, I will attach below. There are no Preprocessing, LLD macros, Filters, or Overrides.

And the item prototype: There are no preprocessing steps.

Currently, I am not getting any errors on the discovery rule for the host that it is attached to (Configureation> Host > {myhost} > Discovery Rules). The issue is that the graph does not have any data, I see [no data] on the legend. Can someone please give me some pointers?
Note: I can share the template created afterwards for anyone who needs!
Thanks,
msalas
Let me start off by mentioning that I am fairly new to Zabbix. I am trying to create a template for the PaloAlto Firewalls running 9.0.8. This template will monitor the gateway utilization and will graph a percentage.
Per PaloAlto documentation, the SNMP OID for GlobalProtect are the following:
| GlobalProtect gateway utilization | panGPGatewayUtilization | 1.3.6.1.4.1.25461.2.1.2.5.1 | PAN-COMMON-MIB | |
| GlobalProtect gateway % utilization | panGPGWUtilizationPct.0 | 1.3.6.1.4.1.25461.2.1.2.5.1.1 | PAN-COMMON-MIB | |
| GlobalProtect gateway max tunnels | panGPGWUtilizationMaxTunnels.0 | 1.3.6.1.4.1.25461.2.1.2.5.1.2 | PAN-COMMON-MIB | |
| GlobalProtect gateway active tunnels | panGPGWUtilizationActiveTunnels.0 | 1.3.6.1.4.1.25461.2.1.2.5.1.3 | PAN-COMMON-MIB |
.iso.3.6.1.4.1.25461.2.1.2.5.1.1.0 = INTEGER: 8
.iso.3.6.1.4.1.25461.2.1.2.5.1.2.0 = INTEGER: 1000
.iso.3.6.1.4.1.25461.2.1.2.5.1.3.0 = INTEGER: 86
I have created a template but I am unsure if it is correct, I will attach below. There are no Preprocessing, LLD macros, Filters, or Overrides.
And the item prototype: There are no preprocessing steps.
Currently, I am not getting any errors on the discovery rule for the host that it is attached to (Configureation> Host > {myhost} > Discovery Rules). The issue is that the graph does not have any data, I see [no data] on the legend. Can someone please give me some pointers?
Note: I can share the template created afterwards for anyone who needs!
Thanks,
msalas
Comment