Skip to content

cjagus/collectd-python-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

collectd-python-plugins

Usefull collectd plugins

  • open_files.py ( Monitor File descriptor usage in Linux)
  • aws_spotinstance_monitor.py ( Monitor AWS spot termination based on az, instane type and class)

Configuration

Enable the python plugin and place the python scrips in /opt/collectd

LoadPlugin python
<Plugin python>
    ModulePath "/opt/collectd_plugins"
    Import "open_files"
</Plugin>

Notes

When using with graphite set EscapeCharacter "." in Plugin write_graphite config

About

Usefull collectd plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages