Adding check_esxi_hardware
This commit is contained in:
parent
634170ac9b
commit
4dcc659638
6 changed files with 1078 additions and 0 deletions
14
check_esxi_hardware/Makefile
Normal file
14
check_esxi_hardware/Makefile
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue