BGPHist stores MP-BGP updates activity and history into a database.
BGPHist is a tool that able to get MP-BGP updates, decode it, and write to the backend storage for logging and monitoring purposes.
It support not only internet routes, but also these address families:
1. ipv4 multicast
2. ipv4 labeled unicast
3. vpnv4 unicast
4. ipv6 unicast
5. ipv6 labeled unicast
6. vpnv6 unicast
7. l2vpn vpls-vpws
8. ipv4 mvpn
Backend storages supported - text output, MySQL database and Oracle database.
For MySql backend there is also a simple PHP frontend.
Possible usages:
1. Monitor and log ISP's customers activity for Internet and VPNs.
2. ...
WatchTower is a cloud server monitoring and management tool
WatchTower is a cloud server monitoring and management tool. This is actually a suite of tools that includes a dashboard and associated RESTful web services required for managing the servers and services. The dashboard uses PHP/MySQL (requires php5+), html, and css. It's all open source and very easy to work with and make changes. The client I'm using is included and is written in python. Currently tested with Python 2.4 and 2.6, but should work with any version. I'm not using anything...