Adding check_esxi_hardware

This commit is contained in:
Jan Wagner 2020-10-28 09:47:50 +01:00
parent 634170ac9b
commit 4dcc659638
6 changed files with 1078 additions and 0 deletions

View file

@ -0,0 +1,14 @@
PLUGIN := check_esxi_hardware
CLEANFILES := check_esxi_hardware
DOCFILES := README.md
include ../common.mk
check_esxi_hardware:
cp $@.py $@
chmod 755 $@
install::
install -d $(DESTDIR)$(PLUGINDIR)
ln -s $(PLUGINDIR)/$(PLUGIN) $(DESTDIR)$(PLUGINDIR)/$(PLUGIN).py