diff options
-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 |