03-15-2019, 03:36 AM
The /var/log/pandora/pandora_server.error log file is being spammed with the following two error message, at a rate of about one message per second:
Argument "" isn't numeric in numeric eq (==) at /usr/lib/perl5/PandoraFMS/Core.pm line 363.
Argument "" isn't numeric in numeric eq (==) at /usr/lib/perl5/PandoraFMS/Core.pm line 4259.
It is mostly the first error message that appears in the logs.
Those line numbers refer to the following line of code:
if ($EventStormProtection == 1) {
The line appears to relate to the "Event Storm protection" setting under Configuration->General. I have never set nor changed that setting from it's default disabled state. Nor should I have to, if I don't need the functionality. I suspect that, because of this, the "EventStormProtection" variable has a null value.
Hope this is enough information for fixing this issue.
Thanks
Currently running: Pandora FMS 7.0NG.732-1 on CentOS
Argument "" isn't numeric in numeric eq (==) at /usr/lib/perl5/PandoraFMS/Core.pm line 363.
Argument "" isn't numeric in numeric eq (==) at /usr/lib/perl5/PandoraFMS/Core.pm line 4259.
It is mostly the first error message that appears in the logs.
Those line numbers refer to the following line of code:
if ($EventStormProtection == 1) {
The line appears to relate to the "Event Storm protection" setting under Configuration->General. I have never set nor changed that setting from it's default disabled state. Nor should I have to, if I don't need the functionality. I suspect that, because of this, the "EventStormProtection" variable has a null value.
Hope this is enough information for fixing this issue.
Thanks
Currently running: Pandora FMS 7.0NG.732-1 on CentOS