Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 508 Bytes

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