Skip to content

Commit

Permalink
Fixed SNMPTRAPS in compose files and Kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed May 28, 2020
1 parent e7395f4 commit 8bff463
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker-compose_v3_alpine_mysql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,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:5.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_v3_alpine_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,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:5.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_v3_alpine_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,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:5.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_v3_alpine_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,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:5.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_v3_centos_mysql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,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:5.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_v3_centos_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,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:5.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_v3_centos_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,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:5.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_v3_centos_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:5.7
Expand Down
2 changes: 1 addition & 1 deletion kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ spec:
mountPath: /var/lib/zabbix/snmptraps/
readOnly: true
- name: zabbix-snmptraps
image: zabbix/zabbix-snmptraps:latest
image: zabbix/zabbix-snmptraps:alpine-latest
imagePullPolicy: Always
ports:
- containerPort: 1162
Expand Down

0 comments on commit 8bff463

Please sign in to comment.