mastbaum / websno

real-time monitoring for ALL the things
0 stars 4 forks source link

WebSNO

real-time monitoring for ALL the things

Installation

$ python setup.py install

Usage

For testing, snostream will read events from a file:

$ ./bin/websno file.root # or .zdab, or .pickle

It can also read events from a ZDAB dispatch stream. More (non-event level) data sources are forthcoming.

Configuration

Better configuration is planned, too, but for now, hack bin/websno. Instantiate data sources and give them a callback -- they call this callable with data received.