-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.6, 6.2.0
-
None
-
Sprint 92 (Sep 2022)
-
1
Both "PHP-FPM by HTTP" and "PHP-FPM by Zabbix agent" are affected.
Steps to reproduce:
- Configure host to provide php-fpm /status and /ping page
- Enable and start php-fpm and http server
- Add PHP-FPM template to host
Result:
php-fpm.ping = "Down(0)"
**
Expected:
php-fpm.ping = "Up(1)"
Resolution:
Change regular expression in preprocessing for php-fpm.ping:
from: {$PHP_FPM.PING.REPLY}($|\n)
to: {$PHP_FPM.PING.REPLY}($|\r?\n)