1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 07:12:19 +02:00

Remove docs/zabbix.txt

This text is no longer relevant since zabbix configuration is now
handled via ansible and not via the zabbix website.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2019-01-13 13:12:55 +01:00
parent bfbfa26641
commit e051b47e27
No known key found for this signature in database
GPG Key ID: 6D1655C14CE1C13E

View File

@ -1,21 +0,0 @@
# Zabbix
## Adding a new host
Deploy zabbix on the target host and login on the zabbix website. Click on
**configuration**, and then **Hosts**, click **Create host**. Fill in the
**Host name**, Add the server to the **Linux servers** group and add the DNS
name of the server in the Agent interface, be sure to check **Connect to** to
DNS.
Switch to **Templates** and add the server to the **Template OS Linux** group.
Switch to **Encryption** and select PSK for connections from host and
connections to host, configure the PSK identify and PSK from the values from
the configuration files deployed on the server. See the following files for the
correct values.
```bash
$ grep PSKIdentity /etc/zabbix/zabbix_agentd.conf
$ cat /etc/zabbix/zabbix_agentd.psk
```