Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Was cleaning out my logs and now the only remaining thing is that it looks like a Christmas tree with alternating green, red, blue lines of the following:
I think this is because in configuration > settings > performance I turned on both the Enable On-demand RRD Updating and Enable Image Caching. I've never had these on before. This install was migrated and upgraded to a new VM and everything was working so good.
Well its still working ok, just the logs are noisy.
Since I never had these features on before, I just turned them off. But that didn't stop the logs. They are still spamming even though those two features are off. How can I get it to stop?
CREATE TABLE IF NOT EXISTS poller_output_boost_local_data_ids (local_data_id int unsigned default "0",process_handler int unsigned default "0",PRIMARY KEY (local_data_id),INDEX process_handler(process_handler))ENGINE=MEMORY;
So maybe I can use boost? Ok so I turned boost and the image caching on again but got this:
2021/11/08 15:32:13 - CMDPHP SQL Backtrace: (/graph_json.php[159]:rrdtool_function_graph(), /lib/rrd.php[1257]:boost_graph_cache_check(), /lib/boost.php[360]:boost_process_poller_output(), /lib/boost.php[906]:db_execute_prepared())
2021/11/08 15:32:13 - CMDPHP ERROR: A DB Exec Failed!, Error: Table 'cacti.poller_output_boost_arch_1636403529' doesn't exist
2021/11/08 15:32:13 - CMDPHP SQL Backtrace: (/graph_json.php[159]:rrdtool_function_graph(), /lib/rrd.php[1257]:boost_graph_cache_check(), /lib/boost.php[360]:boost_process_poller_output(), /lib/boost.php[906]:db_execute_prepared())
2021/11/08 15:32:13 - CMDPHP ERROR: A DB Exec Failed!, Error: Table 'cacti.poller_output_boost_arch_1636403529' doesn't exist
I turned boost off but left the image caching on. Logs have been clean for almost 2 hours now. Everything seems to be working fine so I'll leave it at that!