Hi Team,
I upgraded recently (a couple of times this week) and just reported that the ARP/NDP Table part of observium doesn’t load. Nothing errors in the apache error log. When I run poller.php manually, it does pull the information also.
Please support, let me know what's needs to take care.
Many Thanks, Madhu
Hi Madhu,
Running out of PHP memory perhaps?
Try raising the limit in php.ini
Tom
On 2016-02-04 11:42, Madhu Neal wrote:
Hi Team,
I upgraded recently (a couple of times this week) and just reported that the ARP/NDP Table part of observium doesn’t load. Nothing errors in the apache error log. When I run poller.php manually, it does pull the information also.
Please support, let me know what's needs to take care.
Many Thanks, Madhu
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
after change the php memory started throwing new error - [Thu Feb 04 17:33:04.841652 2016] [:error] [pid 2945] PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 6400 bytes) in /opt/observium/html/index.php on line 151
Can you guys help me to fix :(
Madhu
On Thu, Feb 4, 2016 at 3:50 AM, Tom Laermans tom.laermans@powersource.cx wrote:
Hi Madhu,
Running out of PHP memory perhaps?
Try raising the limit in php.ini
Tom
On 2016-02-04 11:42, Madhu Neal wrote:
Hi Team,
I upgraded recently (a couple of times this week) and just reported that the ARP/NDP Table part of observium doesn’t load. Nothing errors in the apache error log. When I run poller.php manually, it does pull the information also.
Please support, let me know what's needs to take care.
Many Thanks, Madhu
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I tried Memory, but no luck can you please let me know do you have any alternative solution?
//BR Madhu
On Thu, Feb 4, 2016 at 3:50 AM, Tom Laermans tom.laermans@powersource.cx wrote:
Hi Madhu,
Running out of PHP memory perhaps?
Try raising the limit in php.ini
Tom
On 2016-02-04 11:42, Madhu Neal wrote:
Hi Team,
I upgraded recently (a couple of times this week) and just reported that the ARP/NDP Table part of observium doesn’t load. Nothing errors in the apache error log. When I run poller.php manually, it does pull the information also.
Please support, let me know what's needs to take care.
Many Thanks, Madhu
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
The only possible solution to running out of memory in PHP is to increase the memory limit in PHP.
If the memory limit in the error message doesn't change, you've not changed the memory limit!
You probably want /etc/php5/apache2/php.ini for apache2.
root@omega:/etc/php5# grep memory_limit apache2/php.ini memory_limit = 512M root@omega:/etc/php5#
262KB seems to be an absurdly small limit.
adam. On 04/02/2016 12:20:06, Madhu Neal madhu@skynetonline.solutions wrote: I tried Memory, but no luck can you please let me know do you have any alternative solution?
//BR Madhu
On Thu, Feb 4, 2016 at 3:50 AM, Tom Laermans <tom.laermans@powersource.cx [mailto:tom.laermans@powersource.cx]> wrote:
Hi Madhu,
Running out of PHP memory perhaps?
Try raising the limit in php.ini
Tom
On 2016-02-04 11:42, Madhu Neal wrote:
Hi Team,
I upgraded recently (a couple of times this week) and just reported that the ARP/NDP Table part of observium doesn’t load. Nothing errors in the apache error log. When I run poller.php manually, it does pull the information also.
Please support, let me know what's needs to take care.
Many Thanks, Madhu
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium]
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Adam Armstrong
-
Madhu Neal
-
Tom Laermans