d3noob / PiMetric

Monitoring system for infrastructure and services
5 stars 1 forks source link

PiMetric

A monitoring system for infrastructure and services.

Overview

PiMetric is a system designed to allow the user to see what is going on in the world around us in a simple way. With it we can measure values, see when they exceed set limits and view their history from a web interface.

It was written to be as simple as possible to allow it to run on a Raspberry Pi but there is no reason why it couldn't scale up for larger installations.

It uses the concept of 'metrics', where each 'metric' has a measurable value which is recorded and evaluated for correct operation.

A 'live' Operational view

Graph of measured values

Examples of the type of metrics include;

Installation

The installation instructions include a description of getting the Pi ready for use from scratch and describes how to start the mainly automated installation.

Structure.

PiMetric is intended to be a simple combination of well established technologies so that it is easy for users to understand and extend. A description of the structure that it uses can be found in the Wiki here.