added MONITORING guide
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@846 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
This commit is contained in:
parent
031010c140
commit
b41fd859e2
|
|
@ -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
|
||||
Loading…
Reference in New Issue