Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-21304

PHP-FPM template php-fpm.ping reports false down

XMLWordPrintable

    • Sprint 92 (Sep 2022)
    • 1

      Both "PHP-FPM by HTTP" and "PHP-FPM by Zabbix agent" are affected.

      Steps to reproduce:

      1. Configure host to provide php-fpm /status and /ping page
      2. Enable and start php-fpm and http server
      3. 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)

            drasikhov Denis Rasikhov
            t0fik Jerzy Drożdż
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: