Table of Contents
Help
Nagios-Portal
If you have problems with NagTrap or SNMPTT, you can find help here Forum
F.A.Q's
Problem: I become follow error message Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /usr/local/nagios/share/snmptraps/….
Solution:
Edit follow parameter in your php.ini from:
memory_limit = 8M
to
memory_limit = 16M
And now restart your apache server.
