Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
This will check if the bgp session is established Since it parses the "show bgp summary" command to the router using expect, it worked only with devices that has already have plugin file. I've only writen code for Juniper routers Requirement: yum íntall expect yum install mysql phpmyadmin
Current Version
2.0
Last Release Date
2014-06-20
Owner
Thanh
Download URL
https://exchange.nagios.org/wp-content/uploads/project-files/2014/06/check_bgp_devel_expect
Compatible With
The main file, located at /PATH_to_NAGIOS/libexec/
This file parse the "show bgp summary" command into the expected router. Should be located at /PATH_to_NAGIOS/libexec/plugins/
This file parse the "show ip bgp summary" command into the expected router. Should be located at /PATH_to_NAGIOS/libexec/plugins/
Logical system, This file parse the "show bgp summary" command into the expected router. Should be located at /PATH_to_NAGIOS/libexec/plugins/
This will check if the bgp session is established Since it parses the "show bgp summary" command to the router using expect, it worked only with devices that has already have plugin file. I've only writen code for Juniper routers
Requirement: yum íntall expect yum install mysql phpmyadmin Location: /Path-to-nagios/libexec/check_bgp /Path-to-nagios/libexec/plugins/get_bgp_Juniper Usage: Create a mysql database that have 4 field: id | group_BGP | name_BGP | peer_BGP Insert data into the database've created It should be: mysql> show tables; +----------------------+ | Tables_in_$DBname | +----------------------+ | $DBtable | +----------------------+ 2 rows in set (0.00 sec)
mysql> select * from DBname.DBtables -> ; +----+-----------+----------------------+--------------------------------+ | id | group_BGP | name_BGP | peer_BGP | +----+-----------+----------------------+--------------------------------+ | 1 | iBGP | peer1 | 119.18.185.1 | | 2 | eBGP | peer2 | 119.18.185.102 | | 3 | iBGP | peer3 | 119.18.185.61 | ###################### copy files into their location
You must be logged in to submit a review.
To:
From: