A python zabbix plugin for monitoring Elasticsearch.
Copyright (C) 2014 Peter Dyson [email protected]
Source: https://github.com/geekpete/zbx_elasticsearch/
Documentation: (TBA)
PyPi: (TBA)
- Discovery plugin script to detect indices and nodes in an elasticsearch cluster
- Monitoring plugin script to fetch metrics from indices/nodes stats APIs (cluster stats coming soon)
- Local disk caching to avoid unnecessary/expensive HTTP calls.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
0.1.1 - Initial release
- http://blog.sepa.spb.ru/2014/02/elasticsearch-internals-monitoring-by.html
- Awesome local caching idea and dot notation conversion for metrics.