<?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>Tue, 14 Jul 2026 12:16:14 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><![CDATA[Duplicate entry '632279' for key 'event_recovery.PRIMARY' Zabbix 7.4.11]]></title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515050-duplicate-entry-632279-for-key-event_recovery-primary-zabbix-7-4-11</link>
			<pubDate>Tue, 14 Jul 2026 10:19:21 GMT</pubDate>
			<description><![CDATA[Good morning 
 
I'm pretty new in the Zabbix-Community and with Zabbix itself. We started using it company-wide about 6 months ago, and we already startet with Version 7.x.x. 
 
Since about one or two week ago, we startet noticing some problems that wouldn't resolve their status on their own, and...]]></description>
			<content:encoded><![CDATA[Good morning<br />
<br />
I'm pretty new in the Zabbix-Community and with Zabbix itself. We started using it company-wide about 6 months ago, and we already startet with Version 7.x.x.<br />
<br />
Since about one or two week ago, we startet noticing some problems that wouldn't resolve their status on their own, and they weren't closable (even though I configured it to be closable). After some investigation, we discovered that we startet getting these error messages: <b>Duplicate entry '632279' for key 'event_recovery.PRIMARY' </b>. After even more investigation, we discovered that there was an inconsistency between the mysql tables problem, event_recovery and events.<br />
<br />
<img itemprop="image" title="image.png" data-attachmentid="515051" data-align="none" data-size="full" border="0" src="filedata/fetch?id=515051&amp;d=1783343231" alt="Click image for larger version

Name:	image.png
Views:	0
Size:	10.9 KB
ID:	515051" data-fullsize-url="filedata/fetch?id=515051&amp;d=1783343231" data-thumb-url="filedata/fetch?id=515051&amp;d=1783343231&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /><br />
<br />
What seems to happen is the following: Zabbix created a recovery reference for the event 632279 . However, the actual recovery event 632279 was never created in the `events` table. We were able to check the faulty events the following mysql-command:<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));">SELECT p.eventid,p.name
FROM problem p
JOIN event_recovery er
ON p.eventid=er.eventid
WHERE p.r_eventid IS NULL;

And delete these after verifying them:</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));">DELETE er
FROM event_recovery er
JOIN problem p
ON p.eventid = er.eventid WHERE p.r_eventid IS NULL;</pre>
</div>But it's still regularly occuring.<br />
<br />
We didn't do a major release upgrade, the only upgrade that happened in the last couple of months was from 7.4.10 to 7.4.11 (since I saw some of these error mesage appearing after a major upgrade).<br />
<br />
What we did however, was we moved the existing Zabbix-instance from the downloadable zabbix-appliance to a Ubuntu-Installation. To do that, we created a dump of the existing tables (because of the configurations, but we removed the data itself). Because the data was way too big to move.<br />
<br />
I found another Thread in this forum stating the same problem, but after a major upgrade: <a href="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/471816-upgrade-from-version-5-0-to-6-0-duplicate-entry-for-key-event_recovery-primary">https://www.zabbix.com/forum/zabbix-...covery-primary</a><br />
Where he tells the user to re-create these tables and the key-constraints &quot;An online post suggested rebuilding the events_recovery table and re-establishing the association with the primary keys in the events table. &quot;<br />
<br />
Can you maybe help me find the problem we currently have, and resolve it? And wether we should follow this guide above, and if we should, how would that be possible?<br />
<br />
Some Informations:<br />
Zabbix server version and Zabbix frontend version 7.4.11<br />
Mysql Server: 8.0.46<br />
Ubuntu-Server: 24.04.3<br />
<br />
If you need any other informations, feel free to let me know, and thank you for your time. I have posted this in the wrong part of the forum before, so I try it once more.<br />
<br />
Best regards<br />
Nadja​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>Nadja</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/515050-duplicate-entry-632279-for-key-event_recovery-primary-zabbix-7-4-11</guid>
		</item>
		<item>
			<title>Zabbix Agent Windows vfs discovery error after volume unmounted</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514993-zabbix-agent-windows-vfs-discovery-error-after-volume-unmounted</link>
			<pubDate>Mon, 13 Jul 2026 07:51:50 GMT</pubDate>
			<description>I have issues with Zabbix Agentd and Zabbix Agent2 on vfs.discovery and vf.get items. After I unmount a removable VeraCrypt volume, Agentd/Agent2 produce error when get vfs value. 
 
This is the result of zabbix_agent2.exe -t vfs.fs.discovery when the VeraCrypt volume mounted: 
 
 
vfs.fs.discovery...</description>
			<content:encoded><![CDATA[I have issues with Zabbix Agentd and Zabbix Agent2 on vfs.discovery and vf.get items. After I unmount a removable VeraCrypt volume, Agentd/Agent2 produce error when get vfs value.<br />
<br />
This is the result of <span style="font-family:Courier New">zabbix_agent2.exe -t vfs.fs.discovery</span> when the VeraCrypt volume mounted:<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));">vfs.fs.discovery                              &#91;s|&#91;{&quot;{#FSNAME}&quot;:&quot;D:&quot;,&quot;{#FSTYPE}&quot;:&quot;NTFS&quot;,&quot;{#FSLABEL}&quot;:&quot;Kaede Data&quot;,&quot;{#FSDRIVETYPE}&quot;:&quot;fixed&quot;},{&quot;{#FSNAME}&quot;:&quot;C:&quot;,&quot;{#FSTYPE}&quot;:&quot;NTFS&quot;,&quot;{#FSLABEL}&quot;:&quot;Kaede Win10&quot;,&quot;{#FSDRIVETYPE}&quot;:&quot;fixed&quot;},{&quot;{#FSNAME}&quot;:&quot;W:&quot;,&quot;{#FSTYPE}&quot;:&quot;NTFS&quot;,&quot;{#FSLABEL}&quot;:&quot;TrueCrypt WebSites&quot;,&quot;{#FSDRIVETYPE}&quot;:&quot;removable&quot;},{&quot;{#FSNAME}&quot;:&quot;V:&quot;,&quot;{#FSTYPE}&quot;:&quot;NTFS&quot;,&quot;{#FSLABEL}&quot;:&quot;TrueCrypt Development&quot;,&quot;{#FSDRIVETYPE}&quot;:&quot;removable&quot;}&#93;&#93;</pre>
</div>after I unmounted the VeraCrypt volume, it became like this:<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));">vfs.fs.discovery                              &#91;m|ZBX_NOTSUPPORTED&#93; &#91;Cannot obtain a list of filesystems. Volume: \\?\Volume{bdd4c528-aa81-11f0-84c9-f01e34112bd0}\ Error: The system cannot find the file specified.&#93;
​</pre>
</div>Tested on Zabbix Agentd and Zabbix Agent2 version 6.0.47 and 7.4.12, result are the same. OS is Windows 10 with the latest update.<br />
<br />
Any way to fix this issues?<br />
Thanks]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>Buaya-kun</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514993-zabbix-agent-windows-vfs-discovery-error-after-volume-unmounted</guid>
		</item>
		<item>
			<title>Discovery problem in 7.4.12</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514918-discovery-problem-in-7-4-12</link>
			<pubDate>Fri, 10 Jul 2026 05:56:52 GMT</pubDate>
			<description>After upgrading from 7.4.11 to 7.4.12, the discovery rule started detecting hosts that had been previously discovered and deleted. Is anyone else experiencing this issue? 
 
After downgrade all is normal.</description>
			<content:encoded><![CDATA[After upgrading from 7.4.11 to 7.4.12, the discovery rule started detecting hosts that had been previously discovered and deleted. Is anyone else experiencing this issue?<br />
<br />
After downgrade all is normal.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>BiMW</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514918-discovery-problem-in-7-4-12</guid>
		</item>
		<item>
			<title>Zabbix Queue backlog after radius failure</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514885-zabbix-queue-backlog-after-radius-failure</link>
			<pubDate>Wed, 08 Jul 2026 22:42:56 GMT</pubDate>
			<description><![CDATA[Zabbix Infrastructure 
OS: Ubuntu 24.04 
Zabbix: 7.4.10 
Zabbix servers: 2 in HA 
Zabbix Proxies: 5 in active mode, one is stand alone the other four are in proxy groups grouped in 2's 
PostgreSQL: 18.3, w/timescaleDB 2.23.1 
PGbouncer: 1.24.1 
Compression: on after 7d 
 
Issue experienced: Around...]]></description>
			<content:encoded><![CDATA[Zabbix Infrastructure<br />
OS: Ubuntu 24.04<br />
Zabbix: 7.4.10<br />
Zabbix servers: 2 in HA<br />
Zabbix Proxies: 5 in active mode, one is stand alone the other four are in proxy groups grouped in 2's<br />
PostgreSQL: 18.3, w/timescaleDB 2.23.1<br />
PGbouncer: 1.24.1<br />
Compression: on after 7d<br />
<br />
Issue experienced: Around 4am yesterday two of our Zabbix proxies stopped using their value cache and they started backlogging items. This all seems to coincide with our Radius server failing to authenticate requests during this time, the radius server has failed to auth at other times but not necessarily at this scale.<br />
After Radius resumed working after a few moments, the two Zabbix proxies never caught up on the backlog of items you can seen in the queue of the screenshot I've included (both proxy 3 and 4 were about the same).<br />
To resolve the backlog I Restarted the primary Zabbix server at 9:18 AM which failed over to the second Zabbix server, at this point certain metrics started recording again, but the queue stayed backlogged. At 1:12 PM I restarted both proxy 3 and 4 and that resolved their backlog of queued items.<br />
<br />
Any suggestions for a bug this could be? or perhaps what I should see in the logs to help narrow down what the problem could be?]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>ericg</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514885-zabbix-queue-backlog-after-radius-failure</guid>
		</item>
		<item>
			<title><![CDATA[Service outages don't send email]]></title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514609-service-outages-don-t-send-email</link>
			<pubDate>Mon, 29 Jun 2026 18:42:30 GMT</pubDate>
			<description><![CDATA[tl;dr: 
 
 Services don't send emails. 
 Triggers do send emails. 
 Services do send MS Teams notifications. 
 I have a Service action that sends notifications via email, but it doesn't work. No emails are received, and nothing shows up in the Zabbix server log. But that same Service action also...]]></description>
			<content:encoded><![CDATA[tl;dr:<ul><li>Services don't send emails.</li>
<li>Triggers do send emails.</li>
<li>Services do send MS Teams notifications.</li>
</ul>I have a Service action that sends notifications via email, but it doesn't work. No emails are received, and nothing shows up in the Zabbix server log. But that same Service action also successfully sends notifications to MS Teams, so I know the Service action is being triggered. At the same time, I have a Trigger action that sends email alerts to the same people, and those emails are successfully delivered. There's something I don't understand here; can somebody explain what I'm missing?<br />
<br />
Here's the Service action:<br />
<img itemprop="image" title="image.png" data-attachmentid="514610" data-align="none" data-size="full" border="0" src="filedata/fetch?id=514610&amp;d=1782758378" alt="Click image for larger version

Name:	image.png
Views:	52
Size:	31.4 KB
ID:	514610" data-fullsize-url="filedata/fetch?id=514610&amp;d=1782758378" data-thumb-url="filedata/fetch?id=514610&amp;d=1782758378&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /><br />
<br />
And here's the Trigger action:<br />
<img itemprop="image" title="image.png" data-attachmentid="514611" data-align="none" data-size="full" border="0" src="filedata/fetch?id=514611&amp;d=1782758471" alt="Click image for larger version

Name:	image.png
Views:	32
Size:	33.8 KB
ID:	514611" data-fullsize-url="filedata/fetch?id=514611&amp;d=1782758471" data-thumb-url="filedata/fetch?id=514611&amp;d=1782758471&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>cjyar</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514609-service-outages-don-t-send-email</guid>
		</item>
		<item>
			<title>No SNMP connection with custom template</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514438-no-snmp-connection-with-custom-template</link>
			<pubDate>Tue, 23 Jun 2026 08:44:02 GMT</pubDate>
			<description>Hello everyone, 
 
since there is no official integration for SecurePoint firewalls, I used the vendor-provided MIBs and converted them into a Zabbix template using mib2zabbix. https://github.com/zabbix-tools/mib2zabbix 
I have applied the same approach to several LANCOM switches without any...</description>
			<content:encoded><![CDATA[Hello everyone,<br />
<br />
since there is no official integration for SecurePoint firewalls, I used the vendor-provided MIBs and converted them into a Zabbix template using mib2zabbix. <a href="https://github.com/zabbix-tools/mib2zabbix" target="_blank">https://github.com/zabbix-tools/mib2zabbix</a><br />
I have applied the same approach to several LANCOM switches without any issues. However, with the SecurePoint template, I am encountering a different behavior:<ul><li>It appears that the Zabbix proxy is not sending any SNMP requests at all.</li>
<li>There are no error messages in the frontend or logs.</li>
<li>In Data collection -&gt; Hosts, the SNMP availability icon remains grey.</li>
</ul>The basic setup should be correct:<ul><li>SNMP is properly configured on the SecurePoint firewall.</li>
<li>The corresponding firewall rule allowing SNMP is in place.</li>
<li>The firewall and the Zabbix proxy are located in the same network (no routing involved).</li>
</ul><br />
<img itemprop="image" title="image.png" data-attachmentid="514439" data-align="none" data-size="full" border="0" src="filedata/fetch?id=514439&amp;d=1782202499" alt="Click image for larger version

Name:	image.png
Views:	77
Size:	11.3 KB
ID:	514439" data-fullsize-url="filedata/fetch?id=514439&amp;d=1782202499" data-thumb-url="filedata/fetch?id=514439&amp;d=1782202499&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /><br />
<img itemprop="image" title="image.png" data-attachmentid="514440" data-align="none" data-size="full" border="0" src="filedata/fetch?id=514440&amp;d=1782202562" alt="Click image for larger version

Name:	image.png
Views:	27
Size:	10.3 KB
ID:	514440" data-fullsize-url="filedata/fetch?id=514440&amp;d=1782202562" data-thumb-url="filedata/fetch?id=514440&amp;d=1782202562&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
<br />
When disabling and enabling the working and non-working templates, I receive the following log messages.<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));">2105:20260623:102629.116 received configuration data from server at &quot;192.168.XXX.XXX&quot;, datalen 62621 &lt;-- Disabled working template
2105:20260623:102639.254 received configuration data from server at &quot;192.168.XXX.XXX&quot;, datalen 62621 &lt;-- Enabled working template
2156:20260623:102656.089 enabling SNMP agent checks on host &quot;XXX.XXX.de&quot;: interface became available &lt;-- SNMP is enabled
2105:20260623:102709.601 received configuration data from server at &quot;192.168.XXX.XXX&quot;, datalen 37848 &lt;-- Disabled SecurePoint template
2105:20260623:102729.848 received configuration data from server at &quot;192.168.XXX.XXX&quot;, datalen 37848 &lt;-- Enabled SecurePoint template
                                                                                                     &lt;-- Nothing happens​</pre>
</div>I don't know what I should check next. Any hints or troubleshooting approaches would be appreciated.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>Colin_</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514438-no-snmp-connection-with-custom-template</guid>
		</item>
		<item>
			<title>Interesting Issue</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514427-interesting-issue</link>
			<pubDate>Mon, 22 Jun 2026 17:51:56 GMT</pubDate>
			<description><![CDATA[Our Zabbix environment consists of separate database, server, and proxies. This is on updated 7 LTS. The web runs on the server. We came in this morning to &quot;Zabbix Server is not running&quot;, then it would go away, then it would come back. We have noticed that if we disable the web, then the server...]]></description>
			<content:encoded><![CDATA[Our Zabbix environment consists of separate database, server, and proxies. This is on updated 7 LTS. The web runs on the server. We came in this morning to &quot;Zabbix Server is not running&quot;, then it would go away, then it would come back. We have noticed that if we disable the web, then the server itself does not crash. Pretty much as soon as we enable the web, boom, server crashes. I can provide almost any data if requested. ]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>kellym</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514427-interesting-issue</guid>
		</item>
		<item>
			<title>Preventing Service Discovery certain services - Windows</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514337-preventing-service-discovery-certain-services-windows</link>
			<pubDate>Thu, 18 Jun 2026 17:36:18 GMT</pubDate>
			<description><![CDATA[Fairly new Zabbix user - I'm sure this is a 'me-issue' - I have read similar threads in this forum but I've not figured it out yet. 
 
Zabbix 7.4 on Alma 9 - monitoring Windows server core clients with agent2 active 
 
There are some services I do not want to monitor - e.g. 'StateRepository' - even...]]></description>
			<content:encoded><![CDATA[Fairly new Zabbix user - I'm sure this is a 'me-issue' - I have read similar threads in this forum but I've not figured it out yet.<br />
<br />
Zabbix 7.4 on Alma 9 - monitoring Windows server core clients with agent2 active<br />
<br />
There are some services I do not want to monitor - e.g. 'StateRepository' - even though they are marked as auto start up in Windows, as they generate false positive warnings.<br />
<br />
If I delete either the item <div class="b-bbcode__table--wrapper text_table_"><table class="b-bbcode__table text_table"><tr valign="top" class="text_table_tr"><td class="text_table_td"><a href="http://monitor01a.muskokaauto.com/zabbix.php?action=item.prototype.list&amp;parent_discoveryid=85090&amp;context=host" target="_blank">Windows services discovery</a>: <a href="http://monitor01a.muskokaauto.com/zabbix.php?action=popup&amp;popup=item.edit&amp;context=host&amp;itemid=89971" target="_blank">State of service &quot;StateRepository&quot; (State Repository Service)</a></td>
</tr>
</table></div>
 or the trigger on that item, it comes back, due to auto discovery.<br />
<br />
What I thought was the fix, was to add a new template, populating the Macros tab like this<br />
<img itemprop="image" title="2026-06-18_13-29-49.png" data-attachmentid="514338" data-align="none" data-size="full" border="0" src="filedata/fetch?id=514338&amp;d=1781803830" alt="Click image for larger version

Name:	2026-06-18_13-29-49.png
Views:	116
Size:	49.6 KB
ID:	514338" data-fullsize-url="filedata/fetch?id=514338&amp;d=1781803830" data-thumb-url="filedata/fetch?id=514338&amp;d=1781803830&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="2026-06-18_13-29-49.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /><br />
<br />
But that isn't over-riding the <b>Windows by Zabbix agent active</b> template<br />
<br />
What's the correct fix here? <br />
I'd rather not do it per host (haven't tried)<br />
I'd rather not alter the built in template as I think it would get over-ridden on zabbix updates?<br />
<br />
I don't understand that 'template macros' vs 'inherited and template macros' choice either...<br />
<br />
Comments appreciated]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>furicle</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514337-preventing-service-discovery-certain-services-windows</guid>
		</item>
		<item>
			<title>after upgradin debian 12 to 13 and zabbix 7 to 7.4 an apt error appears</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514246-after-upgradin-debian-12-to-13-and-zabbix-7-to-7-4-an-apt-error-appears</link>
			<pubDate>Tue, 16 Jun 2026 05:57:23 GMT</pubDate>
			<description><![CDATA[Peace, 
Hit:5 http://repo.zabbix.com/zabbix/7.4/release/debian trixie InRelease 
Hit:6 http://repo.zabbix.com/zabbix/7.4/stable/debian trixie InRelease 
All packages are up to date. 
Notice: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository...]]></description>
			<content:encoded><![CDATA[Peace,<br />
Hit:5 <a href="http://repo.zabbix.com/zabbix/7.4/release/debian" target="_blank">http://repo.zabbix.com/zabbix/7.4/release/debian</a> trixie InRelease<br />
Hit:6 <a href="http://repo.zabbix.com/zabbix/7.4/stable/debian" target="_blank">http://repo.zabbix.com/zabbix/7.4/stable/debian</a> trixie InRelease<br />
All packages are up to date.<br />
Notice: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'http://repo.zabbix.com/zabbix/7.4/release/debian trixie InRelease' doesn't support architecture 'amd64'<br />
<br />
how to solve?]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>majed17</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/514246-after-upgradin-debian-12-to-13-and-zabbix-7-to-7-4-an-apt-error-appears</guid>
		</item>
	</channel>
</rss>
