check_es_system: Adding new plugin
This commit is contained in:
parent
b91fc10fa0
commit
a2422ebd49
10 changed files with 1215 additions and 0 deletions
22
check_es_system/check_es_system-1.12.0/.travis.yml
Normal file
22
check_es_system/check_es_system-1.12.0/.travis.yml
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue