mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net-mgmt/zabbix-agent: allow CIDR notation, resolves #2296
This commit is contained in:
@@ -12,6 +12,11 @@ WWW: https://www.zabbix.com/
|
||||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.9
|
||||
|
||||
Added:
|
||||
* Allow CIDR notation in "Zabbix Servers" field (#2296)
|
||||
|
||||
1.8
|
||||
|
||||
* Add Changelog (contributed by Starkstromkonsument)
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
<default>127.0.0.1</default>
|
||||
<Required>Y</Required>
|
||||
<multiple>Y</multiple>
|
||||
<mask>/^([a-zA-Z0-9\.:\[\]\-]*?,)*([a-zA-Z0-9\.:\[\]\-]*)$/</mask>
|
||||
<mask>/^([a-zA-Z0-9\.:\[\]\-\/]*?,)*([a-zA-Z0-9\.:\[\]\-\/]*)$/</mask>
|
||||
<ChangeCase>lower</ChangeCase>
|
||||
<ValidationMessage>Please provide valid Zabbix server addresses, i.e. 10.0.0.1 or zabbix.example.com.</ValidationMessage>
|
||||
</serverList>
|
||||
|
||||
Reference in New Issue
Block a user