aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README-RC.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-30 15:30:28 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-30 15:30:28 +0100
commita6ff1cdb947ede90453d76e6860b44e0ad2acc1f (patch)
tree1549d2149b38974293fbad1a410484549c48f14e /doc/README-RC.md
parentca7370aff2f072e9a1f80e89ce20c08f976e99ca (diff)
downloaddabmod-a6ff1cdb947ede90453d76e6860b44e0ad2acc1f.tar.gz
dabmod-a6ff1cdb947ede90453d76e6860b44e0ad2acc1f.tar.bz2
dabmod-a6ff1cdb947ede90453d76e6860b44e0ad2acc1f.zip
Add munin monitoring script
Diffstat (limited to 'doc/README-RC.md')
-rw-r--r--doc/README-RC.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/README-RC.md b/doc/README-RC.md
index c0fe4a7..054fdeb 100644
--- a/doc/README-RC.md
+++ b/doc/README-RC.md
@@ -11,8 +11,11 @@ the software will only listen on the local loopback interface. To get secure
remote access, use SSH port forwarding.
The ZeroMQ interface is designed for machine interaction, e.g. for usage in
-scripts or from third party tools. An example python script to connect to that
-interface is available in `doc/zmq-ctrl/zmq_remote.py`, and example C++ code is available in `doc/zmq-ctrl/cpp/`.
+scripts or from third party tools. The Munin monitoring is also using this
+interface, please see `doc/stats_dabmod_munin.py`.
+An example python script to connect to that
+interface is available in `doc/zmq-ctrl/zmq_remote.py`,
+and example C++ code is available in `doc/zmq-ctrl/cpp/`.
Both interfaces may be enabled simultaneously.