Elasticsearch template and script for zabbix 2.4 and elasticsearch 1.5.2
This project is a fork of Elasticsearch template and script of serialsito
https://github.com/serialsito/Elasticsearch-zabbix
These are made available by me under an Apache 2.0 license.
http://www.apache.org/licenses/LICENSE-2.0.html
-
Put ESzabbix.py in /etc/zabbix/externalscripts/ in the zabbix node
-
Put ESzabbix.userparm in the zabbix include parameters dir, in this case "/etc/zabbix/agent_include"
-
Import ESzabbix_templates.xml to zabbix server
The items here are for monitoring Elasticsearch (presumably for logstash).
The template xml file actually contains three templates:
-
Elasticsearch Node & Cache (which is for node-level monitoring)
-
Elasticsearch Cluster (cluster state, shard-level monitoring, record count, storage sizes, etc.)
-
Elasticsearch Service (ES service status)
The node name is expected as a host-level macro {$NODENAME}
There are triggers assigned for the cluster state:
0 = Green (OK)
1 = Yellow (Average, depends on "red")
2 = Red (High)
You will likely want to assign a value mapping for the ElasticSearch Cluster Status item.
In any event, the current list of included items is:
- ES Cluster (11 Items)
- Cluster-wide records indexed per second
- Cluster-wide storage size
- ElasticSearch Cluster Status
- Number of active primary shards
- Number of active shards
- Number of data nodes
- Number of initializing shards
- Number of nodes
- Number of relocating shards
- Number of unassigned shards
- Total number of records
- ES Node (2 Items)
- Node JVM Heap Mem Used
- Node Storage Size
- Records indexed per second
- ES Service (1 Item)
- Elasticsearch service status