check_es_system: Adding new plugin

This commit is contained in:
Jan Wagner 2022-02-19 21:33:36 +01:00
parent b91fc10fa0
commit a2422ebd49
10 changed files with 1215 additions and 0 deletions

View file

@ -0,0 +1,22 @@
---
sudo: required
dist: focal
language: generic
services:
- elasticsearch
before_install:
- sudo apt-get update -q
- sudo apt-get install curl jq
before_script:
#- sleep 10
script:
- ./check_es_system.sh --help || true
- |
test/test_status.sh
test/test_readonly.sh