Menu

Installation

vovo4ka
  1. Copy accel-ppp.py file to collectd plugins path/to/your/plugins/dir/.
  2. Make sure you have enabled python plugin:
       <LoadPlugin python>
           Globals true
       </LoadPlugin>
    
  3. Add accel-ppp import to Python Plugin:
       <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>
    

Related

Wiki: Home

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.