Skip to content

supervision software with one part that could be embeded in a raspberry PI acting as a virtual user on a remote site and the other one which collects data

License

Notifications You must be signed in to change notification settings

achauvinhameau/netProbe

Repository files navigation

Codacy Badge Codacy Badge Code Climate

Purpose

netProbe is a small client/server tool to monitor the network capabilities by using network client, probe some servers, collect statistics and push these to a backend.

The small probes are totally controlled by a server and could run on a small device like a raspberry pi (even 1B+). The main idea behind is to be able to install probes at every location of your network with a minimal cost and gather information "like users".

Architecture

The probe architecture uses individual probe services like ICMP or HTTP that could be started on a regular basis.

Probe handles the communication to the central server and launches processes dedicated to specific jobs. Between the probe and the job a redis bus stores the configuration and the results in order to allow asynchronous transactions.

The server part is only composed of web service engine running on flask and provides simple features like registration of the probe, job configuration, result gathering and push to a backend like elasticsearch.

Current probes

  • health: gather the status of the Raspberry
  • http: get URL content, page status, load delay, check content keyword
  • icmp: send ping to target and report delay and loss
  • iperf: check bandwidth
  • ntp: report status of local ntp synch of the probe
  • smb: some checks on CIFS server (mount, get file)
  • temperature: gather raspberry processor temperature
  • traceroute: report path to target and delay at each step
  • dns: check resolv

About

supervision software with one part that could be embeded in a raspberry PI acting as a virtual user on a remote site and the other one which collects data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published