mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net-mgmt/zabbix-agent: merge version 1.3 from master
This commit is contained in:
parent
ce1d144b7f
commit
9f37166cd7
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue