Not sure if this is fixed already, referencing this post:
That may be the cause for it, if you have every poller trying to ping every device it will cause these false positives. I have come accross this a few times with different installs so I worked with others to update the docs here:
NOTE : If you are using distributed pollers you can restrict a poller to a group by appending
-g
to the cron entry. Alternatively, you should only run ping.php on a single node.
This should fix the issue if you still see it.