From 9041821e20cbc646c5969dd0a37330ec6906270b Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Tue, 5 Nov 2019 01:02:22 +0300 Subject: [PATCH] [add] info how to install prerequisites using yum --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb43dea..d6be3f0 100644 --- a/README.md +++ b/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: