diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-10 21:15:11 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-10 21:15:11 +0200 |
commit | 203d529c9e2af0828360b1c439f2ec7327ca1c00 (patch) | |
tree | 8d44a9377a65dc63a7eefb2982ea460d5637bfe9 /syslog_munin/README.md | |
parent | 2967d5a3502a0215faefa91745b1e8cd14471193 (diff) | |
download | mmbtools-aux-203d529c9e2af0828360b1c439f2ec7327ca1c00.tar.gz mmbtools-aux-203d529c9e2af0828360b1c439f2ec7327ca1c00.tar.bz2 mmbtools-aux-203d529c9e2af0828360b1c439f2ec7327ca1c00.zip |
Add syslog_munin tool
Diffstat (limited to 'syslog_munin/README.md')
-rw-r--r-- | syslog_munin/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/syslog_munin/README.md b/syslog_munin/README.md new file mode 100644 index 0000000..cc0580b --- /dev/null +++ b/syslog_munin/README.md @@ -0,0 +1,21 @@ +Overview +-------- + +This folder contains a helper tool that +monitors syslog and counts warnings and errors +for munin to plot. + +Setup +----- + + # Configure your syslog daemon to send messages from + local0 (the facility the ODR-mmbTools log to) + to localhost:51400 over UDP + # Use supervisord or similar to run the service *syslog_munin.py* + # Copy *syslog_munin_plugin.sh* to */etc/munin/plugins/* + # Wait for munin to start graphing + +Todo +---- + + * Define alert thresholds in the config descriptor. |