I've tried to implement the apache status fetcher, the python script that grabs the data and submits it to Zabbix, as described here under option 1.
I'm getting a ton of entries in my logs showing:
item [tura:apache[localhost,BusyWorkers]] became not supported: ZBX_NOTSUPPORTED
item [tura:apache[localhost,BusyWorkers]] became supported
It alternates back and forth, I get about 2 messages per minute, for each of the 22 or so checks. Any idea how I can clear up this issue and stop the errors from clogging my logs?
I've tried changing the check type from "Active Check" to something else, but nothing seems to work. I'm very inexperienced with Zabbix, so I've no idea what's going on or why this check is flipping back and forth like this. I wondered if it was a timeout issue, so I tried changing the update interval from 60 seconds, but that had no effect.
How can I debug this issue further?
Cheers - Callum.
I'm getting a ton of entries in my logs showing:
item [tura:apache[localhost,BusyWorkers]] became not supported: ZBX_NOTSUPPORTED
item [tura:apache[localhost,BusyWorkers]] became supported
It alternates back and forth, I get about 2 messages per minute, for each of the 22 or so checks. Any idea how I can clear up this issue and stop the errors from clogging my logs?
I've tried changing the check type from "Active Check" to something else, but nothing seems to work. I'm very inexperienced with Zabbix, so I've no idea what's going on or why this check is flipping back and forth like this. I wondered if it was a timeout issue, so I tried changing the update interval from 60 seconds, but that had no effect.
How can I debug this issue further?
Cheers - Callum.
Comment