I've just installed and been playing with 1.4, and my setup looks something like this:
"server"
- MySQL + Zabbix (Server + Agent + PHPFrontend)
- "Template_Linux"
"desktop"
- Zabbix (Agent)
- "Template_Linux"
So, only two hosts, both Template_Linux, one running all the "server"-type software for it.
My problem is that when all this is running, my "server" seems to stay at a constant 0.40 load. Some quick investigation revealed that MySQL is processing something like 35-40 queries per second, apparently coming from Zabbix. (Shutting down zabbix-server dropped the usage off again.)
I'm running the 1.4 release, on Gentoo.
Is this type of MySQL load "normal" for Zabbix? Or is something wrong here?
I've made one "modification" to the install package -- I've replaced "InnoDB" with "MyISAM" in all of the database build scripts (the reason being that the "InnoDB" tables seem to last for about a day before they start reporting "table is full" errors).
Thanks in advance for any help!
"server"
- MySQL + Zabbix (Server + Agent + PHPFrontend)
- "Template_Linux"
"desktop"
- Zabbix (Agent)
- "Template_Linux"
So, only two hosts, both Template_Linux, one running all the "server"-type software for it.
My problem is that when all this is running, my "server" seems to stay at a constant 0.40 load. Some quick investigation revealed that MySQL is processing something like 35-40 queries per second, apparently coming from Zabbix. (Shutting down zabbix-server dropped the usage off again.)
I'm running the 1.4 release, on Gentoo.
Is this type of MySQL load "normal" for Zabbix? Or is something wrong here?
I've made one "modification" to the install package -- I've replaced "InnoDB" with "MyISAM" in all of the database build scripts (the reason being that the "InnoDB" tables seem to last for about a day before they start reporting "table is full" errors).
Thanks in advance for any help!


Comment