mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #652 from fraenki/zabbix_agent_13
net-mgmt/zabbix-agent: Release 1.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= zabbix-agent
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Enterprise-class open source distributed monitoring agent
|
||||
PLUGIN_DEPENDS= zabbix34-agent
|
||||
|
||||
+4
-1
@@ -1,6 +1,6 @@
|
||||
<model>
|
||||
<mount>//OPNsense/ZabbixAgent</mount>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
<description>
|
||||
Enterprise-class open source distributed monitoring agent
|
||||
</description>
|
||||
@@ -8,6 +8,7 @@
|
||||
<!-- local settings that should NOT be synced to another node -->
|
||||
<local>
|
||||
<hostname type="TextField">
|
||||
<default>Zabbix agent</default>
|
||||
<Required>Y</Required>
|
||||
<mask>/^.{1,255}$/u</mask>
|
||||
<ValidationMessage>Should be a string between 1 and 255 characters.</ValidationMessage>
|
||||
@@ -20,6 +21,7 @@
|
||||
<Required>Y</Required>
|
||||
</enabled>
|
||||
<serverList type="CSVListField">
|
||||
<default>127.0.0.1</default>
|
||||
<Required>Y</Required>
|
||||
<multiple>Y</multiple>
|
||||
<mask>/^([a-zA-Z0-9\.:\[\]\-]*?,)*([a-zA-Z0-9\.:\[\]\-]*)$/</mask>
|
||||
@@ -33,6 +35,7 @@
|
||||
<Required>Y</Required>
|
||||
</listenPort>
|
||||
<listenIP type="CSVListField">
|
||||
<default>0.0.0.0</default>
|
||||
<Required>Y</Required>
|
||||
<multiple>Y</multiple>
|
||||
<mask>/^((([0-9a-zA-Z._\-\*:]+)([,]){0,1}))*/u</mask>
|
||||
|
||||
Reference in New Issue
Block a user