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