diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-26 14:47:49 +0100 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-26 14:47:49 +0100 | 
| commit | ce26420aee83466cb54bcf07283a8e43af9f775f (patch) | |
| tree | 8a3b8a536a037a69ab06e0469b329e0c08da24dd | |
| parent | 519fd20b0c1ad0eea2c46d8b289c4b76a28ba907 (diff) | |
| download | dabmux-ce26420aee83466cb54bcf07283a8e43af9f775f.tar.gz dabmux-ce26420aee83466cb54bcf07283a8e43af9f775f.tar.bz2 dabmux-ce26420aee83466cb54bcf07283a8e43af9f775f.zip | |
Rename stats_dabmux_multi to stats_dabmux_munin
| -rw-r--r-- | doc/README.md | 2 | ||||
| -rwxr-xr-x | doc/stats_dabmux_munin.py (renamed from doc/stats_dabmux_multi.py) | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/doc/README.md b/doc/README.md index 45669f4..ea02670 100644 --- a/doc/README.md +++ b/doc/README.md @@ -49,7 +49,7 @@ An explanation on how to use the remote control is in *remote_control.txt*, and  *zmq_remote.py* illustrates how to control ODR-DabMux using the ZMQ remote  control interface. -Two scripts are used for monitoring systems: *stats_dabmux_multi.py* for Munin, +Two scripts are used for monitoring systems: *stats_dabmux_munin.py* for Munin,  and *retodrs.pl* for Xymon. You can use *show_dabmux_stats.py* to print the  statistics to console. diff --git a/doc/stats_dabmux_multi.py b/doc/stats_dabmux_munin.py index e374e07..7a134ef 100755 --- a/doc/stats_dabmux_multi.py +++ b/doc/stats_dabmux_munin.py @@ -4,7 +4,7 @@  # to munin. Expects Stats server on port 12720 and ZeroMQ RC  # on port 12722.  # -# Copy this to /etc/munin/plugins/stats_dabmux_multi +# Copy this to /etc/munin/plugins/stats_dabmux_munin  # and make it executable (chmod +x)  import sys | 
