1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 10:41:47 +02:00
infrastructure/docs/zabbix.txt
2018-10-21 15:15:20 +02:00

22 lines
764 B
Plaintext

# 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
```