Hi Community,
I am having this problem with my alerts.php for a couple of days and couldn’t find a solution for the same kind of problem here.
On the Web -> Alerts I am getting the message “No Results found!” and if I execute the alerts.php I get this error:
ClearStaleAlerts():
RunFollowUp():
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /opt/librenms/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 158
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 32768 bytes) in /opt/librenms/vendor/symfony/debug/Exception/FatalErrorException.php on line 1
./validate.php -> all OK
./daily.sh -> all OK
I have changed the php memory limit but no success…
I have tried the run the tests: test-alert.php and test-template.php and they run all ok
Mail transport -> OK
Any help please?