ElasticSearch plugin for ServerDensity for use on Amazon EC2.
Monitors the following statistics per node:
- CPU %
- Resident memory
- Shared memory
- Virtual memory
- Size on disk
- Number of docs
You can split metrics into multiple graphs on the plugin tab (on your SD account). Each metric key comes with the node name prefixed. E.g. the keys for a node called Firestar
:
Firestar - num docs
Firestar - size (MiB)
Firestar - virtual (MiB)
Firestar - share (MiB)
Firestar - cpu %
Firestar - rss (MiB)
Copy the ElasticSearch.py
script to your sd-agent
plugins folder e.g. /usr/bin/sd-agent/plugins
. Create the plugins folder if it doesn't exist.
No Elastic Search configuration required.
Just make sure the agent knows where to find your plugins:
[Main]
plugin_directory: /usr/bin/sd-agent/plugins