mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net-mgmt/zabbix-agent: bump and document
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= zabbix-agent
|
||||
PLUGIN_VERSION= 1.15
|
||||
PLUGIN_VERSION= 1.16
|
||||
PLUGIN_COMMENT= Zabbix monitoring agent
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_VARIANTS= zabbix7 zabbix72 zabbix6
|
||||
|
||||
@@ -12,6 +12,15 @@ WWW: https://www.zabbix.com/
|
||||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.16
|
||||
|
||||
Changed:
|
||||
* snake_case use in API URLs
|
||||
* Model style updates
|
||||
|
||||
Removed:
|
||||
* Plugin variant for Zabbix Agent 5.0 is EoL and was removed
|
||||
|
||||
1.15
|
||||
|
||||
Added:
|
||||
|
||||
+2
-10
@@ -46,10 +46,7 @@
|
||||
<NetMaskAllowed>N</NetMaskAllowed>
|
||||
<ValidationMessage>Please provide a valid IP address, i.e. 10.0.0.1.</ValidationMessage>
|
||||
</sourceIP>
|
||||
<syslogEnable type="BooleanField">
|
||||
<Default>0</Default>
|
||||
<Required>N</Required>
|
||||
</syslogEnable>
|
||||
<syslogEnable type="BooleanField"/>
|
||||
<logFileSize type="IntegerField">
|
||||
<Default>100</Default>
|
||||
<MinimumValue>1</MinimumValue>
|
||||
@@ -142,15 +139,10 @@
|
||||
<Required>Y</Required>
|
||||
</encryption>
|
||||
<encryptionidentity type="TextField">
|
||||
<Default></Default>
|
||||
<Required>N</Required>
|
||||
<Mask>/^.{1,128}$/</Mask>
|
||||
<ValidationMessage>Should be a string between 1 and 128 characters.</ValidationMessage>
|
||||
</encryptionidentity>
|
||||
<encryptionpsk type="TextField">
|
||||
<Default></Default>
|
||||
<Required>N</Required>
|
||||
</encryptionpsk>
|
||||
<encryptionpsk type="TextField"/>
|
||||
</features>
|
||||
</settings>
|
||||
<userparameters>
|
||||
|
||||
Reference in New Issue
Block a user