From ef7cc2ef1270d8d0c15a79b3818615c3aabb1bb9 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 12 Nov 2019 21:18:15 +0100 Subject: [PATCH] net-mgmt/zabbix-agent: shorten description This aligns the description with other plugins. Besides that it makes it more usable, especially in "High Availability: Settings" the old description was pretty useless. --- net-mgmt/zabbix-agent/Makefile | 2 +- .../zabbix-agent/src/etc/inc/plugins.inc.d/zabbixagent.inc | 2 +- .../mvc/app/models/OPNsense/ZabbixAgent/ZabbixAgent.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/zabbix-agent/Makefile b/net-mgmt/zabbix-agent/Makefile index 217e9c047..6f2176603 100644 --- a/net-mgmt/zabbix-agent/Makefile +++ b/net-mgmt/zabbix-agent/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= zabbix-agent PLUGIN_VERSION= 1.5 -PLUGIN_COMMENT= Enterprise-class open source distributed monitoring agent +PLUGIN_COMMENT= Zabbix monitoring agent PLUGIN_DEPENDS= zabbix4-agent PLUGIN_MAINTAINER= opnsense@moov.de diff --git a/net-mgmt/zabbix-agent/src/etc/inc/plugins.inc.d/zabbixagent.inc b/net-mgmt/zabbix-agent/src/etc/inc/plugins.inc.d/zabbixagent.inc index 0ebd6d2ae..c5d7a1f0a 100644 --- a/net-mgmt/zabbix-agent/src/etc/inc/plugins.inc.d/zabbixagent.inc +++ b/net-mgmt/zabbix-agent/src/etc/inc/plugins.inc.d/zabbixagent.inc @@ -81,6 +81,6 @@ function zabbixagent_xmlrpc_sync() $result = array(); $result['id'] = 'zabbixagent'; $result['section'] = 'OPNsense.zabbixagent.settings'; - $result['description'] = gettext('Enterprise-class open source distributed monitoring agent'); + $result['description'] = gettext('Zabbix monitoring agent'); return array($result); } diff --git a/net-mgmt/zabbix-agent/src/opnsense/mvc/app/models/OPNsense/ZabbixAgent/ZabbixAgent.xml b/net-mgmt/zabbix-agent/src/opnsense/mvc/app/models/OPNsense/ZabbixAgent/ZabbixAgent.xml index c903e10cc..7ceafa2dd 100644 --- a/net-mgmt/zabbix-agent/src/opnsense/mvc/app/models/OPNsense/ZabbixAgent/ZabbixAgent.xml +++ b/net-mgmt/zabbix-agent/src/opnsense/mvc/app/models/OPNsense/ZabbixAgent/ZabbixAgent.xml @@ -1,7 +1,7 @@ //OPNsense/ZabbixAgent - 1.2.1 - Enterprise-class open source distributed monitoring agent + 1.2.2 + Zabbix monitoring agent