mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net-mgmt/zabbix-proxy: wrap up new version, style
This commit is contained in:
parent
12df16427b
commit
25bfd97c8e
3 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= zabbix-proxy
|
||||
PLUGIN_VERSION= 1.14
|
||||
PLUGIN_VERSION= 1.15
|
||||
PLUGIN_COMMENT= Zabbix monitoring proxy
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
PLUGIN_VARIANTS= zabbix7 zabbix72 zabbix74 zabbix6
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@ WWW: https://www.zabbix.com/
|
|||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.15
|
||||
|
||||
* Add VMware parameters (contributed by us3241)
|
||||
|
||||
1.14
|
||||
|
||||
* Add plugin variant for Zabbix Proxy 7.4
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
</hostname>
|
||||
<listenport type="TextField"/>
|
||||
<listenip type="NetworkField">
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
</listenip>
|
||||
<sourceip type="NetworkField"/>
|
||||
|
|
@ -47,7 +46,6 @@
|
|||
<configfrequency type="IntegerField"/>
|
||||
<datasenderfrequency type="IntegerField"/>
|
||||
<statsip type="NetworkField">
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
</statsip>
|
||||
<vmwarecachesize type="TextField">
|
||||
|
|
|
|||
Loading…
Reference in a new issue