diff --git a/README.md b/README.md index fb3bd8b0d..0ff33d056 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ net-mgmt/collectd -- Collect system and application performance metrics periodic net-mgmt/snmp -- SNMP Server via bsnmpd net-mgmt/telegraf -- Agent for collecting metrics and data net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent +net-mgmt/zabbix-proxy -- Zabbix-Proxy enables decentralized monitoring sysutils/boot-delay -- Apply a persistent 10 second boot delay sysutils/monit -- Proactive system monitoring sysutils/smart -- SMART tools diff --git a/net-mgmt/zabbix-proxy/Makefile b/net-mgmt/zabbix-proxy/Makefile index 20a77ade2..5268ef428 100644 --- a/net-mgmt/zabbix-proxy/Makefile +++ b/net-mgmt/zabbix-proxy/Makefile @@ -3,6 +3,6 @@ PLUGIN_VERSION= 0.1 PLUGIN_COMMENT= Zabbix-Proxy enables decentralized monitoring PLUGIN_DEPENDS= zabbix3-proxy PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"