<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Zabbix_Issues</id>
	<title>Zabbix Issues - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Zabbix_Issues"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Zabbix_Issues&amp;action=history"/>
	<updated>2026-04-27T19:27:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Zabbix_Issues&amp;diff=711&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;  Solving the alert: Zabbix unreachable poller processes more than 75% busy https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/400962-solving-the-alert-zabbix-un...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Zabbix_Issues&amp;diff=711&amp;oldid=prev"/>
		<updated>2020-07-14T12:58:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;  Solving the alert: Zabbix unreachable poller processes more than 75% busy https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/400962-solving-the-alert-zabbix-un...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Solving the alert: Zabbix unreachable poller processes more than 75% busy&lt;br /&gt;
https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/400962-solving-the-alert-zabbix-unreachable-poller-processes-more-than-75-busy&lt;br /&gt;
```&lt;br /&gt;
Solving the alert: Zabbix unreachable poller processes more than 75% busy&lt;br /&gt;
11-05-2020, 14:30&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
we were for a long time plagued by the alert: Zabbix unreachable poller processes more than 75% busy&lt;br /&gt;
&lt;br /&gt;
There is a lot of info about this message on the net, but none really helped me. My main problem was finding out what exactly the unreachable pollers were doing. So I thought I'd share what I've discovered, even it might not be 100% correct. I am still a zabbix newby, so feel free to correct where necessary or provide better methodology&lt;br /&gt;
&lt;br /&gt;
STEP 1: Cleaning up unreachable items&lt;br /&gt;
Go to Configuration &amp;gt; Hosts, click on any random 'items' link.&lt;br /&gt;
Open the filter, and clean all fields to emtpy/all/.... IMPORTANT: This includes the 'Host' field you just filled&lt;br /&gt;
Change State from all to Not supported. This will cause Status to change to Enabled.&lt;br /&gt;
Searching produces a report of all items that are unpollable. Unfortunately, it also includes items from disabled hosts. I disabled any item that had no chance of becoming available.&lt;br /&gt;
&lt;br /&gt;
STEP 2: Cleaning up unreachable hosts.&lt;br /&gt;
Go again to Configuration &amp;gt; Hosts&lt;br /&gt;
Look at the column 'Availablity' with Red/green leds for ZBX|SNMP|JMX|IPMI&lt;br /&gt;
Everything red takes up capacity from an unreachable poller.&lt;br /&gt;
Again I disabled any host that would never come up again&lt;br /&gt;
&lt;br /&gt;
STEP 3: Finding out what the unreachable pollers are doing.&lt;br /&gt;
&lt;br /&gt;
This is what led me to discover step 2.&lt;br /&gt;
Open a linux terminal and do something like ps axu|grep -i unreachable&lt;br /&gt;
Note the unreachable pollers that are slow. E.g. I had some saying 1 item in 60 seconds. Note the PID (of the thread, not of the whole zabbix process)&lt;br /&gt;
Use strace to find out what that thread is doing, e.g. strace -p 1234&lt;br /&gt;
I got some IO on an IP adress (bingo) and a select on fd 0 with time out of 30 seconds.&lt;br /&gt;
For the fd number, do something like ls -hal /proc/1234/fd/0 , this is for PID 1234 and FD 0. You can now see what file/socket/... is causing the slowdown.&lt;br /&gt;
This also yielded an interesting fact:&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>