diff --git a/doc/MONITORING.md b/doc/MONITORING.md new file mode 100644 index 0000000..747122a --- /dev/null +++ b/doc/MONITORING.md @@ -0,0 +1,22 @@ + +Monitoring aprsc +================ + +It's a good practice to monitor the performance and utilisation of your +server, and to generate alarms when it's not working as it should. + +aprsc comes with a munin plugin which makes it very easy to set up +statistics graphs. + +Setting up the munin plugin +------------------------------ + +Install dependencies: + + apt-get install libcache-cache-perl libjson-xs-perl + + +Setting up nagios alarms +--------------------------- + +TODO: write