Files

9 lines
190 B
Makefile
Raw Permalink Normal View History

2019-11-15 14:04:42 +01:00
PLUGIN_NAME= nrpe
2023-11-13 09:53:20 +01:00
PLUGIN_VERSION= 1.1
2024-07-10 11:12:21 +02:00
PLUGIN_REVISION= 1
2019-11-15 14:04:42 +01:00
PLUGIN_COMMENT= Execute nagios plugins
2023-11-06 14:27:38 +01:00
PLUGIN_DEPENDS= nrpe
2019-11-15 14:04:42 +01:00
PLUGIN_MAINTAINER= m.muenz@gmail.com
.include "../../Mk/plugins.mk"