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

Maximum execution time of 300 seconds exceeded in /usr/share/zabbix/include/func.inc.php on line 1427

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Won't Do
    • Icon: Trivial Trivial
    • None
    • 5.4.2
    • None
    • None

      Randomly, php-fpm children seem to timeout (or are running an infinite loop) which brings my server to a crawl with cpu maxed out. The php-fpm www-error log shows the same function causing the issue (/usr/share/zabbix/include/func.inc.php on line 1427)...

      function truncateFloat(float $number): float

      { return (float) sprintf('%.'.(ZBX_FLOAT_DIG - 1).'E', $number); }

      Same issue / function call in graphs.inc.php

      Any ideas why this function is timing out???

        1. cpugraph.JPG
          cpugraph.JPG
          87 kB
        2. cpugraph2.JPG
          cpugraph2.JPG
          42 kB
        3. error.log
          47 kB
        4. Powergraph.JPG
          Powergraph.JPG
          85 kB
        5. top.JPG
          top.JPG
          72 kB
        6. www-error.log
          309 kB

            dkrupornitsky Dmitry Krupornitsky
            Technodeviant Brandon Molletti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: