https://github.com/indece-official/sshmon-check-elasticsearch
Nagios/Checkmk-compatible check for elasticsearch-clusters
https://github.com/indece-official/sshmon-check-elasticsearch
checkmk elasticsearch nagios-checks
Last synced: 5 months ago
JSON representation
Nagios/Checkmk-compatible check for elasticsearch-clusters
- Host: GitHub
- URL: https://github.com/indece-official/sshmon-check-elasticsearch
- Owner: indece-official
- License: mit
- Created: 2020-02-13T00:41:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T22:13:17.000Z (over 3 years ago)
- Last Synced: 2024-06-20T06:22:19.788Z (about 2 years ago)
- Topics: checkmk, elasticsearch, nagios-checks
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshmon-check-elasticsearch
Nagios/Checkmk-compatible SSHMon-check for Elasticsearch-Clusters
## Installation
* Download [latest Release](https://github.com/indece-official/sshmon-check-elasticsearch/releases/latest)
* Move binary to `/usr/local/bin/sshmon_check_elasticsearch`
## Usage
```
$> sshmon_check_elasticsearch -service Elasticsearch_testcluster.default -dns 10.96.0.10:53 -host testcluster.default.svc.cluster.local
```
```
Usage of sshmon_check_elasticsearch:
-dns string
Use alternate dns server
-host string
Host
-port int
Port (default 9200)
-service string
Service name (defaults to Elasticsearch_)
-v Print the version info and exit
```
Output:
```
0 Elasticsearch_testcluster.default - OK - Elasticsearch cluster 'testcluster' on testcluster.default.svc.cluster.local has status 'green'
```
### Supported Elasticsearch versions
| Version | Tested |
| --- | --- |
| v7 | Yes |
## Development
### Snapshot build
```
$> make --always-make
```
### Release build
```
$> BUILD_VERSION=1.1.0 make --always-make
```