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:
parent
5d9b551aa6
commit
9041821e20
11
README.md
11
README.md
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user