Skip to content

raphaeldias85/zbx-frr-bgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring FRR BGP sessions for zabbix

Description

Discover and monitor BGP sessions with count of prefix or state like "Active" or Idle (Admin). Trigger if session change state.

Requirements

  • Python3
  • Zabbix from 3.4 version

Installation

  • copy zbx-frr-bgp to /usr/local/sbin
  • give execute bit chmod +x /usr/local/sbin/zbx-frr-bgp
  • copy file userparameter_zbx-frr-bgp.conf to /etc/zabbix/zabbix_agentd.d/
  • Provide vtysh access to user zabbix
    sudo usermod -a -G frrvty zabbix
    sudo usermod -a -G frr zabbix
    
  • restart zabbix-agent
systemctl restart zabbix-agent
  • Import template file

/// Based on https://github.com/den1s/quagga_zabbix_bgp_mon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages