Ad Widget

Collapse

Fatal Error: Viewing list of items for the configured host in configure items page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manu_dbpur
    Junior Member
    • Oct 2006
    • 14

    #1

    Fatal Error: Viewing list of items for the configured host in configure items page

    Hi,
    I created a host and attached couple of templates. Now if I navigate to configuration of items window for host:localhost, it is giving me this error? How do I resolve this.

    I created HOST MIB template and attached the template to host: localhost.

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1282986 bytes) in /srv/www/htdocs/zabbix/include/classes/ctag.inc.php on line 95
  • vrtareg
    Senior Member
    • May 2006
    • 293

    #2
    Hi

    You can try to increase "memory_limit" value in your php.ini file and restart httpd server.

    Regards
    Areg

    Comment

    • manu_dbpur
      Junior Member
      • Oct 2006
      • 14

      #3
      Thanks, problem solved, but not the correct solution

      Hi,
      Thanks for the quick solution. But, I think Every page should have NEXT >> button, if the items exceed certain limit.

      Comment

      • vrtareg
        Senior Member
        • May 2006
        • 293

        #4
        Hi

        This is the internal PHP and Apache error.
        I don't know how it is possible to catch such errors.

        Areg

        Comment

        • manu_dbpur
          Junior Member
          • Oct 2006
          • 14

          #5
          As it is done in events, actions page of zabbix

          Hi,
          Web page is just trying to show all the items in one single page by querying the database for all the items associated with the hostid. Instead query can be limited to N-number and next button can be given on the top. So, next set of items can be shown, if Next button is pressed.
          It is supported in Actions, events page of zabbix monitor window.

          Comment

          • vrtareg
            Senior Member
            • May 2006
            • 293

            #6
            Hi

            This can be a feature request to Zabbix developers.


            Areg

            Comment

            Working...