check_es_system: Update to 1.12.1
This commit is contained in:
parent
47225a26b6
commit
65f532cb2f
9 changed files with 36 additions and 12 deletions
22
check_es_system/check_es_system-1.12.1/.travis.yml
Normal file
22
check_es_system/check_es_system-1.12.1/.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
|
||||
- test/test_disk.sh
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue