From 31dd6f6d5104fb7b6673193ec1bf09b2e6238311 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 25 Oct 2017 07:26:17 +0200 Subject: [PATCH] net-mgmt/zabbix-proxy: add listing, whitespace tweak --- README.md | 1 + net-mgmt/zabbix-proxy/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"