Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.13 KB

File metadata and controls

22 lines (14 loc) · 1.13 KB

White Rabbit Monitoring

This repository contains different scripts and tools in order to monitor the performance and characterize the behavior of a White Rabbit network. For more details about White Rabbit, see https://www.ohwr.org/project/white-rabbit/wikis/home

General Structure

The monitoring of the White Rabbit switches is primarily done using SNMP. The current setup is that all the data is acquired using a TICK stack (telegraf, influxDB, grafana). Additional monitoring scripts exist to ease the acquisition of additional monitoring data and check the influence of snmp requests on the performance.

Prerequisites

  1. net-snmp installation with the WR-SWITCH-MIB file located in the main snmp lib directory
  2. telegraf to collect all the different metrices
  3. influxDB for storing the data in a nice format
  4. grafana for displaying all the metrices on a nice dashboard

Subdirectories

  1. scripts for all kind of tiny snippets to get data, store them in databases, etc.
  2. dashboards for different purposes of monitoring
  3. configs for the different software tool configurations
  4. examples for obtaining and plotting the data