Quellcode durchsuchen

Remove draft status

Brendan Abolivier vor 7 Jahren
Ursprung
Commit
f4e4099b81
Signiert von: Brendan Abolivier <contact@brendanabolivier.com> GPG Schlüssel ID: 8EF1500759F70623
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      content/zabbix-proxy-encryption.md

+ 1
- 1
content/zabbix-proxy-encryption.md Datei anzeigen

3
 description: At CozyCloud, we recently had to set up Zabbix supervision on a new infrastructure which could only speak to our Zabbix server over the Internet. As a result, we had to install a Zabbix proxy on the new infrastructure and configure it to use PSK-based encryption when talking to the server. Bear with me as I explain to you the steps we followed.
3
 description: At CozyCloud, we recently had to set up Zabbix supervision on a new infrastructure which could only speak to our Zabbix server over the Internet. As a result, we had to install a Zabbix proxy on the new infrastructure and configure it to use PSK-based encryption when talking to the server. Bear with me as I explain to you the steps we followed.
4
 tags: [ 'zabbix', 'supervision', 'encryption', 'proxy', 'psk' ]
4
 tags: [ 'zabbix', 'supervision', 'encryption', 'proxy', 'psk' ]
5
 publishDate: 2018-04-20
5
 publishDate: 2018-04-20
6
-draft: true
6
+draft: false
7
 ---
7
 ---
8
 
8
 
9
 All of [CozyCloud](https://cozy.io/)'s production and development infrastructure is hosted in [OVH](https://ovh.com)'s datacenters. We monitor this infrastructure in two ways: by sending data points on various metrics to [OVH's Metrics Data Platform](https://www.ovh.com/fr/data-platforms/metrics/) (I'll write about that in a future post), and also by using a self-hosted [Zabbix](https://www.zabbix.com/) server.
9
 All of [CozyCloud](https://cozy.io/)'s production and development infrastructure is hosted in [OVH](https://ovh.com)'s datacenters. We monitor this infrastructure in two ways: by sending data points on various metrics to [OVH's Metrics Data Platform](https://www.ovh.com/fr/data-platforms/metrics/) (I'll write about that in a future post), and also by using a self-hosted [Zabbix](https://www.zabbix.com/) server.