This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

8 Notes spécifiques à la distribution sur la configuration de Nginx pour Zabbix

RHEL

Nginx est disponible uniquement dans EPEL :

# dnf -y install epel-release

SLES 12

Dans SUSE Linux Enterprise Server 12, vous devez ajouter le dépôt Nginx, avant d'installer Nginx :

zypper addrepo -G -t dnf -c 'http://nginx.org/packages/sles/12' nginx

Vous devez également configurer php-fpm :

cp /etc/php5/fpm/php-fpm.conf{.default,}
       sed -i 's/user = nobody/user = wwwrun/; s/group = nobody/group = www/' /etc/php5/fpm/php-fpm.conf

SLES 15

Dans SUSE Linux Enterprise Server 15, vous devez configurer php-fpm :

cp /etc/php7/fpm/php-fpm.conf{.default,}
       cp /etc/php7/fpm/php-fpm.d/www.conf{.default,}
       sed -i 's/user = nobody/user = wwwrun/; s/group = nobody/group = www/' /etc/php7/fpm/php-fpm.d/www.conf