<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>ZABBIX Forums - Zabbix Troubleshooting and Problems</title>
		<link>https://www.zabbix.com/forum/</link>
		<description><![CDATA[If you are having problems with Zabbix, post here. Please report bugs <a href="https://support.zabbix.com">here</a>.]]></description>
		<language>en</language>
		<lastBuildDate>Fri, 28 Aug 2026 19:37:23 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://assets.zabbix.com/img/logo.png</url>
			<title>ZABBIX Forums - Zabbix Troubleshooting and Problems</title>
			<link>https://www.zabbix.com/forum/</link>
		</image>
		<item>
			<title>zabbix.sock file keeps disappearing</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/516266-zabbix-sock-file-keeps-disappearing</link>
			<pubDate>Thu, 27 Aug 2026 05:31:19 GMT</pubDate>
			<description>Hi, 
 
We recently upgraded our underlying OS from Ubunut 22.04 to 24.04 and since that time the zabbix.sock file from /var/run/php keeps missing causing the system to not work. I recreate the file with the following command and the system start again but then about a week later will be missing and...</description>
			<content:encoded><![CDATA[Hi,<br />
<br />
We recently upgraded our underlying OS from Ubunut 22.04 to 24.04 and since that time the zabbix.sock file from /var/run/php keeps missing causing the system to not work. I recreate the file with the following command and the system start again but then about a week later will be missing and zabbix will stop working.<br />
<br />
The command I run to get the system back up and running is  -  sudo ln -s /etc/alternatives/php-fpm.sock /var/run/php/zabbix.sock<br />
<br />
Anyone know why the file would keep getting deleted or go missing?<br />
<br />
Thanks]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>cw_2147</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/516266-zabbix-sock-file-keeps-disappearing</guid>
		</item>
		<item>
			<title>New hosts only get connection from Proxy to Server when the Proxy is restarted.</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515998-new-hosts-only-get-connection-from-proxy-to-server-when-the-proxy-is-restarted</link>
			<pubDate>Tue, 18 Aug 2026 13:48:12 GMT</pubDate>
			<description>So, I got a problem with my Zabbix installation. 
The Zabbix server (Postgres) is installed via Docker, the proxy (MySQL) also running in docker. When I create a new host in Zabbix and install the agent2 on a device, the proxy only recognizes a heartbeat from the Device but replies host not found....</description>
			<content:encoded><![CDATA[So, I got a problem with my Zabbix installation.<br />
The Zabbix server (Postgres) is installed via Docker, the proxy (MySQL) also running in docker. When I create a new host in Zabbix and install the agent2 on a device, the proxy only recognizes a heartbeat from the Device but replies host not found.<br />
For me it sounds like it doesn’t get the data from the server about the new host, but every time I change something the log on the proxy shows: received configuration data from server as if it got a new configuration.<br />
When the proxy is restarted the host is instantly available. When Ive tested the proxy with SQLite it works without a problem. For testing I also tried connecting in active and passive mode. This didn't change anything.<br />
I am using the latest stable release Zabbix 7.4.13.<br />
Did someone run into something similar?<br />
]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>LarsB.</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515998-new-hosts-only-get-connection-from-proxy-to-server-when-the-proxy-is-restarted</guid>
		</item>
		<item>
			<title>Action Overlap: Resolved event routed to wrong channel</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515927-action-overlap-resolved-event-routed-to-wrong-channel</link>
			<pubDate>Sat, 15 Aug 2026 11:31:34 GMT</pubDate>
			<description>I have encountered a consistent issue regarding Trigger Actions evaluation in Zabbix, specifically during the Recovery (Resolved) phase when a specifically tagged action overlaps with a broader action that covers the entire host. 
 
Setup Details: 
 
 I have two distinct Trigger Actions configured:...</description>
			<content:encoded><![CDATA[I have encountered a consistent issue regarding Trigger Actions evaluation in Zabbix, specifically during the Recovery (Resolved) phase when a specifically tagged action overlaps with a broader action that covers the entire host.<br />
<br />
<b>Setup Details:</b><ul><li>I have two distinct Trigger Actions configured:<ol class="decimal"><li><b>Action A (Specific / SRE Team):</b> Contains specific conditions and a dedicated event tag (e.g., sre_call: yes), targeting a dedicated Mattermost media type/channel assigned specifically to the SRE team.</li>
<li><b>Action B (Broad / Network Team):</b> Covers the <b>entire host</b> (no specific tags, targeting all triggers for the host), targeting the Network team's Mattermost media type/channel.</li>
</ol></li>
<li>Both Problem and Resolved operations are defined for both actions.</li>
<li><b>Troubleshooting Steps Taken:</b> To thoroughly verify this, a separate Mattermost media type was created, and the word &quot;TEST&quot; was explicitly added to the Problem and Resolved message templates of the SRE action. Furthermore, this dedicated media type was registered in both the Trigger Action operations and the specific SRE User profile.</li>
</ul><br />
<b>The Issue:</b><ol class="decimal"><li>When a <b>Problem</b> occurs, Zabbix evaluates the conditions correctly. Both Action A and Action B trigger their respective notifications, and both groups receive the Problem alert successfully (with the &quot;TEST&quot; keyword appearing correctly in the SRE channel).</li>
<li>However, when the trigger state changes to <b>Resolved</b>, Zabbix's evaluation engine exhibits a conflict during Action Execution/Overlap. Because Action B covers the entire host without strict tags, Zabbix's evaluation engine fails to properly isolate the specific tagged action (Action A) during recovery.</li>
<li>As a result, the resolved event notification for Action A is hijacked/overwritten or incorrectly redirected and sent via Action B to the <b>Network team's Mattermost channel</b>, while the Action Log falsely indicates that the message was successfully dispatched for Action A.</li>
<li>If I temporarily disable Action B (the broad host-wide action), the Resolved notification successfully and correctly reaches the SRE team's Mattermost channel via Action A. This confirms that an overlap conflict in action evaluation occurs exclusively during the recovery phase when a host-wide broad action exists alongside a specifically tagged action.</li>
</ol><br />
<b>Expected Behavior:</b> Zabbix should evaluate recovery events with the exact same strict condition matching as problem events, ensuring that specific actions (like those using unique event tags and dedicated media types) independently process and send their own resolved notifications without being overridden, intercepted, or hijacked by broader host-wide actions.<br />
<br />
<b>Logically, any Problem messages sent to a specific channel must have their corresponding Problem Resolved messages delivered to that exact same channel.</b><br />
<br />
Any insights or fixes for this behavior would be greatly appreciated.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>mohammadnaghdi</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515927-action-overlap-resolved-event-routed-to-wrong-channel</guid>
		</item>
		<item>
			<title>Problem import maps from Zabbix 7.2.3 to 8.0</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515900-problem-import-maps-from-zabbix-7-2-3-to-8-0</link>
			<pubDate>Fri, 14 Aug 2026 08:01:14 GMT</pubDate>
			<description><![CDATA[I installed the new Zabbix 8.0.0 beta 2 for testing and migrated hosts and templates, but I can't import the monitoring map. 
 
host &quot;ping3-100&quot; is already exist 
 
 
Cannot find host &quot;ping3-100&quot; used in map &quot;Ping3&quot;. [zabbix.php:17 → require_once() → ZBase-&gt;run() → ZBase-&gt;processRequest() →...]]></description>
			<content:encoded><![CDATA[I installed the new Zabbix 8.0.0 beta 2 for testing and migrated hosts and templates, but I can't import the monitoring map.<br />
<br />
host &quot;ping3-100&quot; is already exist<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<div class="bbcode_code notranslate" style="max-height:calc(30 *  + 2 * var(--bbcode-padding) + var(--h-scrollbar-allowance));"><code><span style="color: #000000">
<span style="color: #0000BB">Cannot&nbsp;find&nbsp;host&nbsp;</span><span style="color: #DD0000">"ping3-100"&nbsp;</span><span style="color: #0000BB">used&nbsp;in&nbsp;map&nbsp;</span><span style="color: #DD0000">"Ping3"</span><span style="color: #007700">.&nbsp;&#91;</span><span style="color: #0000BB">zabbix</span><span style="color: #007700">.</span><span style="color: #0000BB">php</span><span style="color: #007700">:</span><span style="color: #0000BB">17&nbsp;→&nbsp;</span><span style="color: #007700">require_once()&nbsp;</span><span style="color: #0000BB">→&nbsp;ZBase</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">run</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;ZBase</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">processRequest</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CController</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">run</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CControllerPopupImport</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">doAction</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CApiWrapper</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">__call</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CFrontendApiWrapper</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">callMethod</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CApiWrapper</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">callMethod</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CApiWrapper</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">callClientMethod</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CLocalApiClient</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">callMethod</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CConfiguration</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">import</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CConfiguration</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">importForce</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CConfigurationImport</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">import</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CConfigurationImport</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">processMaps</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CMapImporter</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">import</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">→&nbsp;CMapImporter</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">resolveMapReferences</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">in&nbsp;</span><span style="color: #007700">include/</span><span style="color: #0000BB">classes</span><span style="color: #007700">/</span><span style="color: #0000BB">import</span><span style="color: #007700">/</span><span style="color: #0000BB">importers</span><span style="color: #007700">/</span><span style="color: #0000BB">CMapImporter</span><span style="color: #007700">.</span><span style="color: #0000BB">php</span><span style="color: #007700">:</span><span style="color: #0000BB">77</span><span style="color: #007700">&#93;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></div>
</div><br />
how to fix it?]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>piton4ik</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515900-problem-import-maps-from-zabbix-7-2-3-to-8-0</guid>
		</item>
		<item>
			<title>Rebranding Zabbix</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515876-rebranding-zabbix</link>
			<pubDate>Thu, 13 Aug 2026 08:14:57 GMT</pubDate>
			<description>I am using 7.4.11rc2 and its working fine 
I need to brad zabbix logo and the new logo does not get replace 
Earlier I had zabbix 6.4 and i was successfully rebranded the logo 
did some googling and other AI tools but was not successful 
Appreciate if someone can post a a link which can help me do...</description>
			<content:encoded><![CDATA[I am using 7.4.11rc2 and its working fine<br />
I need to brad zabbix logo and the new logo does not get replace<br />
Earlier I had zabbix 6.4 and i was successfully rebranded the logo<br />
did some googling and other AI tools but was not successful<br />
Appreciate if someone can post a a link which can help me do the above<br />
<br />
regards<br />
<br />
simon]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>sbdcunha</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515876-rebranding-zabbix</guid>
		</item>
		<item>
			<title>Simple Check for MSSQL service port not working after upgrade to 4.7.13</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515816-simple-check-for-mssql-service-port-not-working-after-upgrade-to-4-7-13</link>
			<pubDate>Tue, 11 Aug 2026 07:02:26 GMT</pubDate>
			<description><![CDATA[Had a strange issue yesterday. After updating both server and proxy to 7.4.13 the check for MSSQL port status on the MSSQL for Zabbix agent 2 template started to fail, but just on the hosts that was using the proxy, It's a &quot;smple check&quot; in the template, and if I change it to agent it works. Not a...]]></description>
			<content:encoded><![CDATA[Had a strange issue yesterday. After updating both server and proxy to 7.4.13 the check for MSSQL port status on the MSSQL for Zabbix agent 2 template started to fail, but just on the hosts that was using the proxy, It's a &quot;smple check&quot; in the template, and if I change it to agent it works. Not a big issue, but has any one ells had the same issue?]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>Christian_N</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515816-simple-check-for-mssql-service-port-not-working-after-upgrade-to-4-7-13</guid>
		</item>
		<item>
			<title>Host cannot be found by technical host name when a visible name is configured(7.4.13)</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515687-host-cannot-be-found-by-technical-host-name-when-a-visible-name-is-configured-7-4-13</link>
			<pubDate>Wed, 05 Aug 2026 13:28:16 GMT</pubDate>
			<description>Host cannot be found by technical host name when a visible name is configured 
Zabbix version: 7.4.13 
Description: 
 
When a host has a different Host name and Visible name, it cannot be found by searching for its technical host name in several parts of the Zabbix frontend. 
 
For example: 
 
...</description>
			<content:encoded><![CDATA[<b>Host cannot be found by technical host name when a visible name is configured</b><br />
<b>Zabbix version:</b> 7.4.13<br />
<b>Description:</b><br />
<br />
When a host has a different <b>Host name</b> and <b>Visible name</b>, it cannot be found by searching for its technical host name in several parts of the Zabbix frontend.<br />
<br />
For example:<ul><li><b>Host name:</b> 1234567890</li>
<li><b>Visible name:</b> Test_host</li>
</ul>Searching for 1234567890 does not return the host in the following locations:<ul><li><b>Data collection → Hosts</b></li>
<li><b>Inventory → Hosts</b></li>
<li><b>Monitoring → Hosts</b></li>
<li><b>Monitoring → Latest data</b></li>
</ul>The only place where the technical <b>Host name</b> appears as a searchable option is when creating or editing a graph widget on a dashboard. <b>Steps to reproduce</b><ol class="decimal"><li>Create a new host.</li>
<li>Set <b>Host name</b> to 1234567890.</li>
<li>Set <b>Visible name</b> to Test_host.</li>
<li>Save the host.</li>
<li>Open each of the following pages and search for 1234567890:<ul><li>Data collection → Hosts</li>
<li>Inventory → Hosts</li>
<li>Monitoring → Hosts</li>
<li>Monitoring → Latest data</li>
</ul></li>
</ol><b>Actual result</b><br />
The host is not found when searching by its technical host name, 1234567890. It can only be found by searching for its visible name, Test_host. <b>Expected result</b><br />
<br />
The host should be searchable by both: its technical <b>Host name</b> its <b>Visible name</b><ol class="decimal"><li>This should work consistently across all host-selection and host-search fields in the Zabbix frontend.<br />
	<br />
	This behavior is particularly problematic in environments where the technical host name contains an asset ID, serial number, CMDB identifier, or another unique machine identifier, while the visible name is used as a human-readable display name.</li>
</ol>]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>Rudlafik</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515687-host-cannot-be-found-by-technical-host-name-when-a-visible-name-is-configured-7-4-13</guid>
		</item>
		<item>
			<title><![CDATA[Zabbix History Syncer suddenly spikes and keeps high on IO Usage [Repost]]]></title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515664-zabbix-history-syncer-suddenly-spikes-and-keeps-high-on-io-usage-repost</link>
			<pubDate>Wed, 05 Aug 2026 07:09:49 GMT</pubDate>
			<description><![CDATA[***sorry for the repost, lost connection due to cloudflare, and seemed that i also lost a big part of my text and couldnt edit post*** 
 
Hey there, hope that someone can help me with some pointers where to look at, i don't have all the log files of the event, so i cant bee that specific. 
 
We...]]></description>
			<content:encoded><![CDATA[***sorry for the repost, lost connection due to cloudflare, and seemed that i also lost a big part of my text and couldnt edit post***<br />
<br />
Hey there, hope that someone can help me with some pointers where to look at, i don't have all the log files of the event, so i cant bee that specific.<br />
<br />
We have a small zabbix server running for quite some time, its hosted on a Ubuntu 24.04.2 LTS; MySQL ; Zabbix version 7.0.7, Running as VM on a Windows Hyper-V.<br />
About 140 hosts monitored; about 10.500 active items; with a nvps of about 50.<br />
<br />
The server has been running fine, no problems at all, low io, nice usage, nothing to be concerend about.<br />
But when i was on holiday, suddenly on Sunday the 19th of July roughly between 17:00 and 19:00 our server IO Spiked and basically never returned to normal again.<br />
IO Wait times of 50% or more and that without stopping.<br />
<br />
Stopping the zabbix server, didn't lower it instantly; eventually it would drop. Shutting down MySQL; would stop the IO load.<br />
Starting the MySQL server didn't start the IO spikes back again and would run normally.<br />
After starting the zabbix server, the IO spike did return after some time. As far as i could see, the History syncer was busy more then other processes.<br />
<br />
As far as i could see the log files from zabbix dont throw any real big issues or errors, not on startup or anything like that.<br />
i did enable the slow log query and that does show some more queries, but i can't really tell if that causes it, or is a result of.<br />
<br />
To the best of our knowledge in the recent past before the event, no new hosts have been added, no old hosts have been removed,<br />
and no real changes where made. Even the host system was let alone, i mostly do those things, but not this time.<br />
<br />
Does anyone have some clue's where to look at?<br />
I don't think 'performance' is in place here, because of the sudden event and the load before was not that high in any way.<br />
On the hardware host also everything seems to be normal, no broken disks, no array faults, only high IO usage since that event.<br />
(the machine is hosting 1 other VM, but no that VM isn't causing the IO load on the main host).<br />
<br />
Is there some option i could turn on to show more why or what is happening. In General we dont keep that much of a history, to make the server not too overloaded.<br />
single items stored roughly 3days to max 7days (mostly depending on poll interval); trends stored mostly max 180days;<br />
<br />
i added some screenshots, roughly 24hour graps, Prior to the event, during the event, after the event (with more detail) and after the mysql (+reboot) change.<br />
Hope that someone can point me in some direction where to look at.<br />
<br />
DB backup's are done 4 times a week, zabbix server is shut down, DB backup is taken, mysql is restarted, zabbix server is start up again.<br />
This is also running for some years and was not running during this event, that would run at night time.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code notranslate" style="max-height:calc(30 *  + 2 * var(--bbcode-padding) + var(--h-scrollbar-allowance));">&#91;mysqld&#93;
user = mysql
bind-address = 127.0.0.1
mysqlx-bind-address = 127.0.0.1
key_buffer_size = 16M
myisam-recover-options = BACKUP
innodb_buffer_pool_size=4G
innodb_flush_log_at_trx_commit=2
log_error = /var/log/mysql/error.log
slow_query_log = 1
slow_query_log_file = /var/log/mysql/mysql-slow.log
long_query_time = 2
max_binlog_size = 100M
binlog_expire_logs_seconds = 604800</pre>
</div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code notranslate" style="max-height:calc(30 *  + 2 * var(--bbcode-padding) + var(--h-scrollbar-allowance));">ListenPort=10051
LogType=file
LogFile=/var/log/zabbix/zabbix_server.log
LogFileSize=5
DebugLevel=3
PidFile=/tmp/zabbix_server.pid
DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=supersecret
DBPort=3306
StartPollers=10
StartIPMIPollers=0
StartPreprocessors=6
StartPollersUnreachable=10
StartTrappers=6
StartPingers=30
StartDiscoverers=1
StartHTTPPollers=2
StartTimers=2
StartEscalators=2
StartAlerters=2
StartJavaPollers=0
StartVMwareCollectors=0
SNMPTrapperFile=/opt/zabbix/tmp/zabbix_traps.tmp
StartSNMPTrapper=1
ListenIP=0.0.0.0
HousekeepingFrequency=1
MaxHousekeeperDelete=5000
CacheSize=64M
StartDBSyncers=2
HistoryCacheSize=512M
HistoryIndexCacheSize=64M
Timeout=30
TrapperTimeout=300
UnreachablePeriod=35
UnavailableDelay=60
UnreachableDelay=15
ExternalScripts=/opt/zabbix/share/zabbix/externalscripts
FpingLocation=/usr/sbin/fping
Fping6Location=/usr/sbin/fping6
LogSlowQueries=3000
TmpDir=/tmp
StartProxyPollers=1
ProxyConfigFrequency=3600
ProxyDataFrequency=60
AllowRoot=0
User=zabbix-srv</pre>
</div>]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>DrNick</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515664-zabbix-history-syncer-suddenly-spikes-and-keeps-high-on-io-usage-repost</guid>
		</item>
		<item>
			<title>Zabbix History Syncer suddenly spikes and keeps high on IO Usage</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515646-zabbix-history-syncer-suddenly-spikes-and-keeps-high-on-io-usage</link>
			<pubDate>Tue, 04 Aug 2026 14:33:01 GMT</pubDate>
			<description>** Double post; this one can be deleted; please check the newer, more elaborated post here:  
https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515664-zabbix-history-syncer-suddenly-spikes-and-keeps-high-on-io-usage-repost</description>
			<content:encoded><![CDATA[** Double post; this one can be deleted; please check the newer, more elaborated post here: <br />
<a href="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515664-zabbix-history-syncer-suddenly-spikes-and-keeps-high-on-io-usage-repost">https://www.zabbix.com/forum/zabbix-...o-usage-repost</a><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
Hey there, hope that someone can help me with some pointers where to look at, i don't have all the log files of the event, so i cant bee that specific.<br />
<br />
We have a small zabbix server running for quite some time, its hosted on a Ubuntu 24.04.2 LTS; MySQL ; Zabbix version 7.0.7, Running as VM on a Windows Hyper-V.<br />
About 140 hosts monitored; about 10.500 active items; with a nvps of about 50.<br />
<br />
The server has been running fine, no problems at all, low io, nice usage, nothing to be concerend about.<br />
But when i was on holiday, suddenly on Sunday the 19th of July roughly between 17:00 and 19:00 our server IO Spiked and basically never returned to normal again.<br />
IO Wait times of 50% or more and that without stopping.<br />
<br />
Stopping the zabbix server, didn't lower it instantly; eventually it would drop. Shutting down MySQL; would stop the IO load.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code notranslate" style="max-height:calc(30 *  + 2 * var(--bbcode-padding) + var(--h-scrollbar-allowance));">&#91;mysqld&#93;
user = mysql
bind-address = 127.0.0.1
mysqlx-bind-address = 127.0.0.1
key_buffer_size = 16M
myisam-recover-options = BACKUP
innodb_buffer_pool_size=4G
innodb_flush_log_at_trx_commit=2
log_error = /var/log/mysql/error.log
slow_query_log = 1
slow_query_log_file = /var/log/mysql/mysql-slow.log
long_query_time = 2
max_binlog_size = 100M
binlog_expire_logs_seconds = 604800</pre>
</div><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code notranslate" style="max-height:calc(30 *  + 2 * var(--bbcode-padding) + var(--h-scrollbar-allowance));">ListenPort=10051
LogType=file
LogFile=/var/log/zabbix/zabbix_server.log
LogFileSize=5
DebugLevel=3
PidFile=/tmp/zabbix_server.pid
DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=supersecret
DBPort=3306
StartPollers=10
StartIPMIPollers=0
StartPreprocessors=6
StartPollersUnreachable=10
StartTrappers=6
StartPingers=30
StartDiscoverers=1
StartHTTPPollers=2
StartTimers=2
StartEscalators=2
StartAlerters=2
StartJavaPollers=0
StartVMwareCollectors=0
SNMPTrapperFile=/opt/zabbix/tmp/zabbix_traps.tmp
StartSNMPTrapper=1
ListenIP=0.0.0.0
HousekeepingFrequency=1
MaxHousekeeperDelete=5000
CacheSize=64M
StartDBSyncers=2
HistoryCacheSize=512M
HistoryIndexCacheSize=64M
Timeout=30
TrapperTimeout=300
UnreachablePeriod=35
UnavailableDelay=60
UnreachableDelay=15
ExternalScripts=/opt/zabbix/share/zabbix/externalscripts
FpingLocation=/usr/sbin/fping
Fping6Location=/usr/sbin/fping6
LogSlowQueries=3000
TmpDir=/tmp
StartProxyPollers=1
ProxyConfigFrequency=3600
ProxyDataFrequency=60
AllowRoot=0
User=zabbix-srv</pre>
</div>]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>DrNick</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515646-zabbix-history-syncer-suddenly-spikes-and-keeps-high-on-io-usage</guid>
		</item>
		<item>
			<title>Zabbix 7.0.26 - 7.0.29 housekeeper consumes all available RAM</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515596-zabbix-7-0-26-7-0-29-housekeeper-consumes-all-available-ram</link>
			<pubDate>Mon, 03 Aug 2026 06:21:19 GMT</pubDate>
			<description>Hello, 
 
I have a memory problem with the housekeeper in Zabbix 7.0.26 - 7.0.29 using MariaDB. 
 
Housekeeping was disabled for some time, so old history data accumulated. After starting it manually, the housekeeper continuously consumes more RAM while processing old history and trends: 
1281...</description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I have a memory problem with the housekeeper in Zabbix 7.0.26 - 7.0.29 using MariaDB.<br />
<br />
Housekeeping was disabled for some time, so old history data accumulated. After starting it manually, the housekeeper continuously consumes more RAM while processing old history and trends:<br />
1281 11303284 11896316 /usr/sbin/zabbix_server: housekeeper [removing old history and trends]<br />
1347 7080 599644 /usr/sbin/zabbix_server: trigger housekeeper [deleted 0 problems records in 0.013036 sec, idle for 60 second(s)]<br />
<br />
The VM originally had 8 GB RAM and became unresponsive. I increased it to 16 GB, but the housekeeper consumed that memory as well. More RAM only delays the problem. After restarting zabbix-server, the memory is released and the server remains stable until housekeeping is started again.<br />
<br />
This seems related to the initial history queries that retrieve itemid and MIN(clock) from all history and trend tables.<br />
<br />
Is this a known issue in Zabbix 7.0? Is there a way to limit the housekeeper’s memory usage or safely process the accumulated history in smaller batches?<br />
<br />
Environment:<ul><li>Zabbix 7.0.29</li>
<li>Debian 13</li>
<li>MariaDB</li>
<li>16 GB RAM</li>
</ul>At the moment, the database continues to grow because new history data is constantly being added, while the housekeeper cannot complete its cleanup process without exhausting all available memory.<br />
<br />
Best regards]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>MelvinS</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515596-zabbix-7-0-26-7-0-29-housekeeper-consumes-all-available-ram</guid>
		</item>
		<item>
			<title>Agent2 NVIDIA plugin for Windows 7.4.11+ is not a valid Win32 application</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515588-agent2-nvidia-plugin-for-windows-7-4-11-is-not-a-valid-win32-application</link>
			<pubDate>Sat, 01 Aug 2026 19:33:21 GMT</pubDate>
			<description><![CDATA[There seems to be an issue - or at least something weirdly changed - in the Agent2 NVIDIA plugin for Windows 7.4.11 and newer. 
The plugin does not run, with OS complaining that it cannot create the process because it's not a valid Win32 application. 
All versions up to 7.4.10 work perfectly fine....]]></description>
			<content:encoded><![CDATA[There seems to be an issue - or at least something weirdly changed - in the Agent2 NVIDIA plugin for Windows 7.4.11 and newer.<br />
The plugin does not run, with OS complaining that it cannot create the process because it's not a valid Win32 application.<br />
All versions up to 7.4.10 work perfectly fine.<br />
<br />
As a proof I collected the plugins 7.4.8 to 7.4.13 and one thing is clearly visible right away - the executable sizes changed significantly since 7.4.11:<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code notranslate" style="max-height:calc(30 *  + 2 * var(--bbcode-padding) + var(--h-scrollbar-allowance));">C:\Program Files\Zabbix Agent 2&gt;Directory of C:\Program Files\Zabbix Agent 2

13.03.2026  17:50        10 702 192 zabbix-agent2-plugin-nvidia-gpu-7.4.8.exe
09.04.2026  10:31        10 702 192 zabbix-agent2-plugin-nvidia-gpu-7.4.9.exe
28.05.2026  13:00        10 702 704 zabbix-agent2-plugin-nvidia-gpu-7.4.10.exe
02.06.2026  18:19         8 602 696 zabbix-agent2-plugin-nvidia-gpu-7.4.11.exe
09.07.2026  11:56         8 602 696 zabbix-agent2-plugin-nvidia-gpu-7.4.12.exe
29.07.2026  13:42         8 745 528 zabbix-agent2-plugin-nvidia-gpu-7.4.13.exe</pre>
</div>​<br />
Trying to execute the plugin - version 7.4.10 works:<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code notranslate" style="max-height:calc(30 *  + 2 * var(--bbcode-padding) + var(--h-scrollbar-allowance));">C:\Program Files\Zabbix Agent 2&gt;zabbix-agent2-plugin-nvidia-gpu-7.4.10.exe
NVIDIA plugin for Zabbix agent 2

Usage of &quot;zabbix-agent2-plugin-nvidia-gpu-7.4.10.exe&quot;
    zabbix-agent2-plugin-nvidia-gpu-7.4.10.exe -h
    zabbix-agent2-plugin-nvidia-gpu-7.4.10.exe -V

Options:
  -h --help                               Display this help message
  -V --version                            Print program version and exit</pre>
</div>​<br />
...but version 7.4.11 or newer does not launch:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<pre class="bbcode_code notranslate" style="max-height:calc(30 *  + 2 * var(--bbcode-padding) + var(--h-scrollbar-allowance));">PS C:\Program Files\Zabbix Agent 2&gt; .\zabbix-agent2-plugin-nvidia-gpu-7.4.11.exe
ResourceUnavailable: Program 'zabbix-agent2-plugin-nvidia-gpu-7.4.11.exe' failed to run: An error occurred trying to start process 'C:\Program Files\Zabbix Agent 2\zabbix-agent2-plugin-nvidia-gpu-7.4.11.exe' with working directory 'C:\Program Files\Zabbix Agent 2'. The specified executable is not a valid application for this OS platform.At line:1 char:1
+ .\zabbix-agent2-plugin-nvidia-gpu-7.4.11.exe
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.</pre>
</div>​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>evzen</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515588-agent2-nvidia-plugin-for-windows-7-4-11-is-not-a-valid-win32-application</guid>
		</item>
		<item>
			<title>zabbix configuration for port 443 on nginx,mysql,php raspberry pi</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515476-zabbix-configuration-for-port-443-on-nginx-mysql-php-raspberry-pi</link>
			<pubDate>Wed, 29 Jul 2026 21:35:51 GMT</pubDate>
			<description><![CDATA[How to configure zabbix on an 8G Raspberry pi 5 OS (13 (trixie)), nginx (1.26.3-3+deb13u7), mysql (5.8+1.1.1), php-mysql (2:8.4+101) &amp; zabbix (1:7.4.13-1+debian13) to support https using self-signed-certificates. 
 
I have installed nginx and have it working on port 433 using the...]]></description>
			<content:encoded><![CDATA[How to configure zabbix on an 8G Raspberry pi 5 OS (13 (trixie)), nginx (1.26.3-3+deb13u7), mysql (5.8+1.1.1), php-mysql (2:8.4+101) &amp; zabbix (1:7.4.13-1+debian13) to support https using self-signed-certificates.<br />
<br />
I have installed nginx and have it working on port 433 using the self-signed-certificates. I then installed php and it serves webpage on 443. I then installed mysql and finally zabbix. I can connect to the zabbix web interface console &lt;IP&gt;:443 but the error message at the bottom indicates Zabbix Server is not running:the information displayed may not be current.<br />
<br />
Before starting the project to use port 443, I built a zabbix server using the same configuration on port 8080. The install is working. I have configured a few devices and am gathering data.<br />
<br />
I am a new user to zabbix. No experience at all! After evaluating a few products I landed here. The goal is to replace the MikroTik Dude server with zabbix. If someone could share their knowledge or point me in the direction of https configuration resources, that would be appreciated.<br />
<br />
So far I have tried internet searches and cull this forum looking for hints. After to many attempts to continue to count, I ask for help.<br />
<br />
I’m close to making it work, just not close enough.<br />
<br />
]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>colporteur</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515476-zabbix-configuration-for-port-443-on-nginx-mysql-php-raspberry-pi</guid>
		</item>
	</channel>
</rss>
