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)
Enable the python plugin and place the python scrips in /opt/collectd
LoadPlugin python
<Plugin python>
ModulePath "/opt/collectd_plugins"
Import "open_files"
</Plugin>
When using with graphite set EscapeCharacter "."
in Plugin write_graphite
config