From b41fd859e2ee217990fcf7d40ca3c8634fabab74 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Wed, 12 Sep 2012 19:38:00 +0000 Subject: [PATCH] added MONITORING guide git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@846 3ce903b1-3385-4e86-93cd-f9a4a239f7ac --- doc/MONITORING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/MONITORING.md 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