Merge pull request #1945 from saranf/fix/remove-obsolete-javagateway-enable
Remove obsolete ZBX_JAVAGATEWAY_ENABLE variable
This commit is contained in:
commit
6848a2cb31
|
|
@ -156,10 +156,6 @@ The variable is used to specify debug level. By default, value is ``3``. It is `
|
|||
|
||||
The variable is used to specify timeout for processing checks. By default, value is ``4``.
|
||||
|
||||
### `ZBX_JAVAGATEWAY_ENABLE`
|
||||
|
||||
The variable enable communication with Zabbix Java Gateway to collect Java related checks. By default, value is `false`.
|
||||
|
||||
### Other variables
|
||||
|
||||
Additionally the image allows to specify many other environment variables listed below:
|
||||
|
|
|
|||
|
|
@ -120,10 +120,6 @@ The variable is used to specify debug level. By default, value is ``3``. It is `
|
|||
|
||||
The variable is used to specify timeout for processing checks. By default, value is ``4``.
|
||||
|
||||
### `ZBX_JAVAGATEWAY_ENABLE`
|
||||
|
||||
The variable enable communication with Zabbix Java Gateway to collect Java related checks. By default, value is `false`.
|
||||
|
||||
### Other variables
|
||||
|
||||
Additionally the image allows to specify many other environment variables listed below:
|
||||
|
|
|
|||
|
|
@ -124,10 +124,6 @@ The variable is used to specify debug level. By default, value is ``3``. It is `
|
|||
|
||||
The variable is used to specify timeout for processing checks. By default, value is ``4``.
|
||||
|
||||
### `ZBX_JAVAGATEWAY_ENABLE`
|
||||
|
||||
The variable enable communication with Zabbix Java Gateway to collect Java related checks. By default, value is `false`.
|
||||
|
||||
### Other variables
|
||||
|
||||
Additionally the image allows to specify many other environment variables listed below:
|
||||
|
|
|
|||
|
|
@ -125,10 +125,6 @@ The variable is used to specify debug level. By default, value is ``3``. It is `
|
|||
|
||||
The variable is used to specify timeout for processing checks. By default, value is ``4``.
|
||||
|
||||
### ``ZBX_JAVAGATEWAY_ENABLE``
|
||||
|
||||
The variable enable communication with Zabbix Java Gateway to collect Java related checks. By default, value is `false`.
|
||||
|
||||
### Other variables
|
||||
|
||||
Additionally the image allows to specify many other environment variables listed below:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
# ZBX_STARTHTTPPOLLERS=1
|
||||
# ZBX_STARTSNMPPOLLERS=1 # Available since 7.0.0
|
||||
# ZBX_STARTHISTORYPOLLERS=5 # Available since 5.4.0 till 6.0.0
|
||||
# ZBX_JAVAGATEWAY_ENABLE=false
|
||||
# ZBX_JAVAGATEWAY=zabbix-java-gateway
|
||||
# ZBX_JAVAGATEWAYPORT=10052
|
||||
# ZBX_STARTJAVAPOLLERS=0
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ ZBX_NODEADDRESS=zabbix-server:10051 # Available since 6.0.0
|
|||
# ZBX_STARTESCALATORS=1
|
||||
# ZBX_STARTALERTERS=3 # Available since 3.4.0
|
||||
# ZBX_STARTLLDPROCESSORS=2
|
||||
ZBX_JAVAGATEWAY_ENABLE=true
|
||||
ZBX_JAVAGATEWAY=zabbix-java-gateway
|
||||
# ZBX_JAVAGATEWAYPORT=10052
|
||||
ZBX_STARTJAVAPOLLERS=5
|
||||
|
|
|
|||
|
|
@ -503,8 +503,6 @@ spec:
|
|||
value: ""
|
||||
- name: ZBX_STARTALERTERS
|
||||
value: ""
|
||||
- name: ZBX_JAVAGATEWAY_ENABLE
|
||||
value: "true"
|
||||
- name: ZBX_JAVAGATEWAY
|
||||
value: "zabbix-java-gateway"
|
||||
- name: ZBX_JAVAGATEWAYPORT
|
||||
|
|
@ -702,8 +700,6 @@ spec:
|
|||
value: ""
|
||||
- name: ZBX_STARTHTTPPOLLERS
|
||||
value: ""
|
||||
- name: ZBX_JAVAGATEWAY_ENABLE
|
||||
value: "true"
|
||||
- name: ZBX_JAVAGATEWAY
|
||||
value: "zabbix-java-gateway"
|
||||
- name: ZBX_JAVAGATEWAYPORT
|
||||
|
|
@ -896,8 +892,6 @@ spec:
|
|||
value: ""
|
||||
- name: ZBX_STARTHTTPPOLLERS
|
||||
value: ""
|
||||
- name: ZBX_JAVAGATEWAY_ENABLE
|
||||
value: "true"
|
||||
- name: ZBX_JAVAGATEWAY
|
||||
value: "zabbix-java-gateway"
|
||||
- name: ZBX_JAVAGATEWAYPORT
|
||||
|
|
|
|||
Loading…
Reference in a new issue