Hi,
I need to monitoring BGPstate and BGPprefix on a server using Zabbix (now are monitored by another system, but I need to migrate on Zabbix).
I have these rows in my SNMP.conf:
extend bgpstatus /bin/check_bgp
How can configure Zabbix to check these three rows?
I need to monitoring BGPstate and BGPprefix on a server using Zabbix (now are monitored by another system, but I need to migrate on Zabbix).
I have these rows in my SNMP.conf:
extend bgpstatus /bin/check_bgp
Code:
proc custom_service extend bgpstatus /bin/check_bgp extend bgpprefix /bin/check_bgp_prefix
How can configure Zabbix to check these three rows?
Comment