mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
<model>
|
||||
<mount>//OPNsense/ZabbixAgent</mount>
|
||||
<version>1.2.1</version>
|
||||
<description>Enterprise-class open source distributed monitoring agent</description>
|
||||
<version>1.2.2</version>
|
||||
<description>Zabbix monitoring agent</description>
|
||||
<items>
|
||||
<!-- local settings that should NOT be synced to another node -->
|
||||
<local>
|
||||
|
||||
Reference in New Issue
Block a user