If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
That suggests your logging in debug (4) mode. The agents poll CPU information using the collect_cpustats() function in the Zabbix code. This is really for developers to watch Zabbix deep down as various C functions are entered and returned.
Non-developers should ignore the messages and decrease logging to level 3 (ie: "DebugLevel=3") or below in your configuration file.
Comment