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

10
check_es_system/Makefile Normal file
View file

@ -0,0 +1,10 @@
#/usr/bin/make -f
PLUGIN = src/check_es_system
CLEANEXTRAFILES = $(PLUGIN)
DOCFILES = src/README.md
include ../common.mk
src/$(PLUGIN): src/$(PLUGIN).sh
cp $< $@