Comment 12 for bug 1578144

Revision history for this message
Hans Rönnbäck (6ans) wrote : Re: Cacti causes high CPU load via MySQL after upgrade to Ubuntu 16.04

The process list on MySQL have about 10 idle connections by the cacti user. And one is more or less constantly running the query:

SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'
(followed by 2-3 other queries, all seem to return zero results)