3
0
mirror of https://github.com/rvalitov/zabbix-php-fpm.git synced 2023-11-05 03:30:27 +01:00

[add] info how to install prerequisites using yum

This commit is contained in:
Ramil Valitov 2019-11-05 01:02:22 +03:00
parent 5d9b551aa6
commit 9041821e20
No known key found for this signature in database
GPG Key ID: 645768E8FD0E18C7

View File

@ -102,13 +102,22 @@ Displays the following data:
Perform the following operations on all servers with Zabbix and PHP-FPM from which you want to capture the data.
#### 1.1. Install Prerequisites
Install required packages:
Install required packages.
For `apt-get` based environments (Debian, Ubuntu, etc.):
```bash
apt-get update
apt-get -y install grep gawk lsof jq libfcgi0ldbl
```
For `yum` based environments (CentOS):
```bash
yum check-update
yum install grep gawk lsof jq fcgi
```
#### 1.2. Install Zabbix PHP-FPM template
Download the latest version of the template: