Menu

Tree [c0b745] master /
 History

HTTPS access


File Date Author Commit
 README 2012-09-03 vovka vovka [30fa3b] initial
 accel-ppp.py 2012-09-03 vovka vovka [30fa3b] initial

Read Me

This file is part of AccelCollPlug.

AccelCollPlug is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

AccelCollPlug is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with AccelCollPlug.  If not, see <http://www.gnu.org/licenses/>.

Overview
--------
This is collectd plugin for the accel-ppp vpn server.

Features
--------
1. Collect ppp active count
2. Collect cpu usage
3. Collect memory usage

Requirment
----------
1. collectd-4.10
2. accel-ppp-1.4.0
3. python-2.6

Installation
------------
1. Copy accel-ppp.py file to collectd plugins directory.
2. Make sure you have enable python plugin:
    <LoadPlugin python>
        Globals true
    </LoadPlugin>
    <Plugin python>
        ModulePath "path/to/your/plugins/dir/"
        LogTraces true
        Interactive false
        Import "accel-ppp"
        <Module "accel-ppp">
            Server "127.0.0.1:2001"
        </Module>
    </Plugin>

Usage
-----
There will be accel-ppp directory in collection: 
users-ppp.rrd
cpu.rrd               
memory-allocated.rrd  
memory-available.rrd  
memory-rss.rrd        
memory-virt.rrd
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.