mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-22 22:41:19 +01:00
Fixed SNMPTRAPS in compose files and Kubernetes
This commit is contained in:
commit
7a866eef96
@ -380,7 +380,7 @@ services:
|
||||
com.zabbix.description: "Zabbix snmptraps"
|
||||
com.zabbix.company: "Zabbix LLC"
|
||||
com.zabbix.component: "snmptraps"
|
||||
com.zabbix.os: "ubuntu"
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
|
@ -412,7 +412,7 @@ services:
|
||||
com.zabbix.description: "Zabbix snmptraps"
|
||||
com.zabbix.company: "Zabbix LLC"
|
||||
com.zabbix.component: "snmptraps"
|
||||
com.zabbix.os: "ubuntu"
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
|
@ -376,7 +376,7 @@ services:
|
||||
com.zabbix.description: "Zabbix snmptraps"
|
||||
com.zabbix.company: "Zabbix LLC"
|
||||
com.zabbix.component: "snmptraps"
|
||||
com.zabbix.os: "ubuntu"
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
|
@ -408,7 +408,7 @@ services:
|
||||
com.zabbix.description: "Zabbix snmptraps"
|
||||
com.zabbix.company: "Zabbix LLC"
|
||||
com.zabbix.component: "snmptraps"
|
||||
com.zabbix.os: "ubuntu"
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
|
@ -380,7 +380,7 @@ services:
|
||||
com.zabbix.description: "Zabbix snmptraps"
|
||||
com.zabbix.company: "Zabbix LLC"
|
||||
com.zabbix.component: "snmptraps"
|
||||
com.zabbix.os: "ubuntu"
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
|
@ -412,7 +412,7 @@ services:
|
||||
com.zabbix.description: "Zabbix snmptraps"
|
||||
com.zabbix.company: "Zabbix LLC"
|
||||
com.zabbix.component: "snmptraps"
|
||||
com.zabbix.os: "ubuntu"
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
|
@ -376,7 +376,7 @@ services:
|
||||
com.zabbix.description: "Zabbix snmptraps"
|
||||
com.zabbix.company: "Zabbix LLC"
|
||||
com.zabbix.component: "snmptraps"
|
||||
com.zabbix.os: "ubuntu"
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
|
@ -408,7 +408,7 @@ services:
|
||||
com.zabbix.description: "Zabbix snmptraps"
|
||||
com.zabbix.company: "Zabbix LLC"
|
||||
com.zabbix.component: "snmptraps"
|
||||
com.zabbix.os: "ubuntu"
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
|
@ -148,7 +148,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-web
|
||||
image: zabbix/zabbix-web-nginx-mysql:alpine-3.4-latest
|
||||
image: zabbix/zabbix-web-nginx-mysql:alpine-trunk
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
@ -282,7 +282,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-server
|
||||
image: zabbix/zabbix-server-mysql:alpine-3.4-latest
|
||||
image: zabbix/zabbix-server-mysql:alpine-trunk
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 10051
|
||||
@ -331,7 +331,7 @@ spec:
|
||||
mountPath: /var/lib/zabbix/snmptraps/
|
||||
readOnly: true
|
||||
- name: zabbix-snmptraps
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-3.4-latest
|
||||
image: zabbix/zabbix-snmptraps:alpine-trunk
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1162
|
||||
@ -364,7 +364,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-proxy-sqlite3
|
||||
image: zabbix/zabbix-proxy-sqlite3:alpine-3.4-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:alpine-trunk
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 10051
|
||||
@ -396,7 +396,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-proxy-mysql
|
||||
image: zabbix/zabbix-proxy-mysql:alpine-3.4-latest
|
||||
image: zabbix/zabbix-proxy-mysql:alpine-trunk
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 10051
|
||||
@ -439,7 +439,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-java-gateway
|
||||
image: zabbix/zabbix-java-gateway:alpine-3.4-latest
|
||||
image: zabbix/zabbix-java-gateway:alpine-trunk
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 10052
|
||||
@ -449,7 +449,7 @@ spec:
|
||||
- name: ZBX_TIMEOUT
|
||||
value: "5"
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: zabbix-agent
|
||||
@ -470,7 +470,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-agent
|
||||
image: zabbix/zabbix-agent:alpine-3.4-latest
|
||||
image: zabbix/zabbix-agent:alpine-trunk
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
limits:
|
||||
|
Loading…
Reference in New Issue
Block a user