<?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 - Forums</title>
		<link>https://www.zabbix.com/forum/</link>
		<description>Zabbix forums</description>
		<language>en</language>
		<lastBuildDate>Fri, 28 Aug 2026 18:01:31 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://assets.zabbix.com/img/logo.png</url>
			<title>ZABBIX Forums - Forums</title>
			<link>https://www.zabbix.com/forum/</link>
		</image>
		<item>
			<title>Dependent template export</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516307-dependent-template-export</link>
			<pubDate>Fri, 28 Aug 2026 13:14:17 GMT</pubDate>
			<description>I created a template named TEST. 
In the template, I added a DISC detection rule, and within it, a trigger prototype named TRIG. 
 
I then created a dependent template named TEST_DEP. 
In the dependent template, I added another trigger prototype named TRIG_DEP to the DISC detection rule. 
...</description>
			<content:encoded><![CDATA[I created a template named TEST.<br />
In the template, I added a DISC detection rule, and within it, a trigger prototype named TRIG.<br />
<br />
I then created a dependent template named TEST_DEP.<br />
In the dependent template, I added another trigger prototype named TRIG_DEP to the DISC detection rule.<br />
<br />
Unfortunately, the child template's export YAML file contains no trace of the TRIG_DEP trigger from the child template ;(<br />
<br />
Please help me solve this problem.<br />
<br />
ps. Zabbix version 7.4.14]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>KonradWo</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516307-dependent-template-export</guid>
		</item>
		<item>
			<title>Differences in interfaces found</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516276-differences-in-interfaces-found</link>
			<pubDate>Thu, 27 Aug 2026 09:45:24 GMT</pubDate>
			<description>Crucial information: 
Production environment: 
Host OS: ubuntu-26.04-live-server-amd64 
Zabbix version: 7.4.13 
Database: MySQL 
Webserver: Nginx 
Template used: Windows by SNMP 
Template Vendor and version: Zabbix, 7.4-4 
 
Test environment:</description>
			<content:encoded><![CDATA[Crucial information:<br />
Production environment:<br />
Host OS: ubuntu-26.04-live-server-amd64<br />
Zabbix version: 7.4.13<br />
Database: MySQL<br />
Webserver: Nginx<br />
Template used: Windows by SNMP<br />
Template Vendor and version: Zabbix, 7.4-4<br />
<br />
Test environment:<br />
Host OS: Zabbix appliance (Alma Linux 8)<br />
Zabbix version: 7.4.13<br />
Database: MySQL<br />
Webserver: Nginx<br />
Template used: Windows by SNMP<br />
​Template Vendor and version: Zabbix, 7.2-2<br />
​<br />
Small introduction: In the past I had an small Zabbix setup. Overwhelmed by all the options, I choose to switch to NagiosCSP. It worked for us, easier to setup and free for 50 devices. Unfortunately, because of changes in their policy, the CSP license is revoked. With my small experience with Zabbix I choose to come back. I've made myself an test environment based on the Zabbix appliance. Added an host, with help of AI created a specific service readout with a trigger. It was quite doable for me, and it no longer felt like a raging river. By testing things at my leisure I was getting somewhere. But, for the appliance I read that it is not the best option for production purposes. So, pulling the Ubuntu ISO to our cluster, attached it to the Nagios VM and formatted the whole server. LET'S START! I felt confident as my test-enviroment did what i wanted.<br />
<br />
Server installed etcetc. Added a host, just like my test environment. Same host, same template, same SNMP settings etc. Wait, WHAT? Where I had 135 items and 15 triggers for the host in the test environment, I now have 203 items and 90 triggers for the same host in my 'production'-environment! In my search for the difference, I found out there where more network interfaces added. In test: 1 interface, production around 7 I guess? As I'm using the same template etc, I tried to investigate where the difference is made.<br />
<br />
With help of AI (and running around a lot in the same circles, TNX AI!) it seems that the appliance (test environment) receives the same data for the network interfaces discovery. But, in production it seems that the interfaces that would normally be filtered out by the macro's (which apparently works in test) are now still added. While comparing data it looks like the test environment for example receives the netwerk interface names as QoS, teredo etc. In production, it looks like the interface names are moved to the interface description, where a different macro is applied and therefore the interfaces aren't filtered out. But, this is a guess... <br />
<br />
Some information from the database to show the found interfaces:<br />
Production:<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));">mysql&gt; SELECT DISTINCT
    -&gt;        SUBSTRING_INDEX(
    -&gt;          SUBSTRING_INDEX(i.name,'(',-1),
    -&gt;          ')',1
    -&gt;        ) AS interface_name
    -&gt; FROM items i
    -&gt; JOIN hosts h ON h.hostid = i.hostid
    -&gt; WHERE h.host = 'SVR-MAC-APP03'
    -&gt;   AND i.flags = 4
    -&gt;   AND i.key_ LIKE 'net.if.in&#91;%'
    -&gt; ORDER BY interface_name;
+------------------------------------------------------------------+
| interface_name                                                   |
+------------------------------------------------------------------+
| Ethernet0                                                        |
| Ethernet0-QoS Packet Scheduler-0000                              |
| Ethernet0-WFP 802.3 MAC Layer LightWeight Filter-0000            |
| Ethernet0-WFP Native MAC Layer LightWeight Filter-0000           |
| Local Area Connection* 1                                         |
| Local Area Connection* 2                                         |
| Local Area Connection* 3                                         |
| Local Area Connection* 4                                         |
| Local Area Connection* 5                                         |
| Local Area Connection* 6                                         |
| Local Area Connection* 7                                         |
| Local Area Connection* 7-QoS Packet Scheduler-0000               |
| Local Area Connection* 7-WFP Native MAC Layer LightWeight Filter |
| Local Area Connection* 8                                         |
| Local Area Connection* 8-QoS Packet Scheduler-0000               |
| Local Area Connection* 8-WFP Native MAC Layer LightWeight Filter |
| Local Area Connection* 9                                         |
| Local Area Connection* 9-QoS Packet Scheduler-0000               |
| Local Area Connection* 9-WFP Native MAC Layer LightWeight Filter |
| Loopback Pseudo-Interface 1                                      |
+------------------------------------------------------------------+
20 rows in set (0.00 sec)</pre>
</div>Test:<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));">mysql&gt; SELECT DISTINCT
    -&gt;        SUBSTRING_INDEX(
    -&gt;          SUBSTRING_INDEX(i.name,'(',-1),
    -&gt;          ')',1
    -&gt;        ) AS interface_name
    -&gt; FROM items i
    -&gt; JOIN hosts h ON h.hostid = i.hostid
    -&gt; WHERE h.host = 'SVR-MAC-APP03'
    -&gt;   AND i.flags = 4
    -&gt;   AND i.key_ LIKE 'net.if.in&#91;%'
    -&gt; ORDER BY interface_name;
+----------------+
| interface_name |
+----------------+
| Ethernet0      |
+----------------+
1 row in set (0.00 sec)</pre>
</div>When running an SNMP walk to the same host, there are also differences to see: On the production server the response is in HEX, on the testserver i receive a response in text. A small part of the output:<br />
Production:<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));">snmpwalk -v2c -c thisissecret:) hostip 1.3.6.1.2.1.2.2.1.2
iso.3.6.1.2.1.2.2.1.2.1 = Hex-STRING: 53 6F 66 74 77 61 72 65 20 4C 6F 6F 70 62 61 63
6B 20 49 6E 74 65 72 66 61 63 65 20 31 00
iso.3.6.1.2.1.2.2.1.2.2 = Hex-STRING: 57 41 4E 20 4D 69 6E 69 70 6F 72 74 20 28 4E 65
74 77 6F 72 6B 20 4D 6F 6E 69 74 6F 72 29 00</pre>
</div>Test:<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));">snmpwalk -v2c -c thisissecret:) hostip 1.3.6.1.2.1.2.2.1.2
IF-MIB::ifDescr.1 = STRING: Software Loopback Interface 1.
IF-MIB::ifDescr.2 = STRING: WAN Miniport (Network Monitor).</pre>
</div>Can someone give me a helping hand in achieving the same results in both enviroments?<br />
​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>RichardNL</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516276-differences-in-interfaces-found</guid>
		</item>
		<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>Question on deletion of hosts and retention of historical data</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516236-question-on-deletion-of-hosts-and-retention-of-historical-data</link>
			<pubDate>Tue, 25 Aug 2026 21:02:37 GMT</pubDate>
			<description>We are currently being audited by a software vendor, and they have asked us to demonstrate that our monitoring system does not contain any data related to a specific software application. That requirement seems unusual, but I need to verify what data may still exist in Zabbix. 
 
If I deleted hosts...</description>
			<content:encoded><![CDATA[We are currently being audited by a software vendor, and they have asked us to demonstrate that our monitoring system does not contain any data related to a specific software application. That requirement seems unusual, but I need to verify what data may still exist in Zabbix.<br />
<br />
If I deleted hosts from Zabbix in May, does Zabbix immediately remove all historical data associated with those hosts, or is that data retained and cleaned up later by the Housekeeper process?<br />
I understand that Housekeeper manages historical data retention, but I'm unclear whether it only applies to currently configured hosts or if it also retains data from hosts that have already been deleted. For example, if my history retention period is 760 days, could historical data from deleted hosts still exist in the database?<br />
<br />
If historical data is retained after host deletion, is there a supported way to purge that data for specific deleted hosts without affecting the historical data of other hosts that I still want to keep?<br />
]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>MrMasterPatcher</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516236-question-on-deletion-of-hosts-and-retention-of-historical-data</guid>
		</item>
		<item>
			<title>Zabbix 7.0.30 and 7.4.14 stable versions are out now!</title>
			<link>https://www.zabbix.com/forum/zabbix-announcements-aa/516231-zabbix-7-0-30-and-7-4-14-stable-versions-are-out-now</link>
			<pubDate>Tue, 25 Aug 2026 13:39:27 GMT</pubDate>
			<description>The latest Zabbix 7.0.30 and 7.4.14 stable versions have been released! 
 
Take a look at the new features and improvements: 
 
7.0.30: https://www.zabbix.com/rn/rn7.0.30​​​ 
 
7.4.14:​ ​https://www.zabbix.com/rn/rn7.4.14​ 
 
All new Zabbix releases can be downloaded here:...</description>
			<content:encoded><![CDATA[The latest Zabbix 7.0.30 and 7.4.14 stable versions have been released!<br />
<br />
Take a look at the new features and improvements:<br />
<br />
7.0.30: <a href="https://www.zabbix.com/rn/rn7.0.30" target="_blank">https://www.zabbix.com/rn/rn7.0.30</a>​​​<br />
<br />
7.4.14:​ ​<a href="https://www.zabbix.com/rn/rn7.4.14" target="_blank">https://www.zabbix.com/rn/rn7.4.14</a>​<br />
<br />
All new Zabbix releases can be downloaded here: <a href="https://www.zabbix.com/download" target="_blank">https://www.zabbix.com/download</a>​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-announcements-aa">Zabbix Announcements</category>
			<dc:creator>Michael_Kammer</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-announcements-aa/516231-zabbix-7-0-30-and-7-4-14-stable-versions-are-out-now</guid>
		</item>
		<item>
			<title><![CDATA[Web Scenarios &amp;amp; Notifications]]></title>
			<link>https://www.zabbix.com/forum/zabbix-help/516186-web-scenarios-notifications</link>
			<pubDate>Mon, 24 Aug 2026 11:46:53 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I'd like to monitor a lot of our private websites on the local network. I've read that this can be achieved via Web Scenarios. For context, I'm used to traditional web monitoring solutions (status pages etc.). 
 
We have about 10 servers on the network, each hosting a couple of sites on...]]></description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
I'd like to monitor a lot of our private websites on the local network. I've read that this can be achieved via Web Scenarios. For context, I'm used to traditional web monitoring solutions (status pages etc.).<br />
<br />
We have about 10 servers on the network, each hosting a couple of sites on different FQDNs. So for each site I want to monitor, I've created a web scenario.<br />
<br />
But that alone does not give me alerts/notifications. As far as I've dug and looked... it isn't native? By my understanding I'd need a trigger to generate a problem, and based on that I can get a notification/alert.<br />
<br />
I figured I'd create a generic template that would give me a generic trigger like &quot;Web: example.com is unhealthy / not OK&quot; but for that I need the scenario name. As far as I've read, I can't achieve some type of Discovery to create these triggers automatically either.<br />
<br />
I'm new to Zabbix and a bit lost in the UI. The fact that this is a long-term production setup with a lot of old/legacy templates and dashboards doesn't help either.<br />
<br />
Zabbix version. 7.0.28<br />
<br />
<br />
Am I missing something?<br />
Any help or point in the right directions would be very welcomed.<br />
Thanks.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>DepstR</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516186-web-scenarios-notifications</guid>
		</item>
		<item>
			<title>Zabbix 7.0.30rc1 and 7.4.14rc1 versions have been released!</title>
			<link>https://www.zabbix.com/forum/zabbix-announcements-aa/516185-zabbix-7-0-30rc1-and-7-4-14rc1-versions-have-been-released</link>
			<pubDate>Mon, 24 Aug 2026 11:42:07 GMT</pubDate>
			<description>The latest Zabbix 7.0.30rc1 and 7.4.14rc1 versions are out now! 
 
Take a look at the new features and improvements: 
 
7.0.30rc1: https://www.zabbix.com/rn/rn7.0.30rc1 
 
7.4.14rc1: ​https://www.zabbix.com/rn/rn7.4.14rc1​ 
 
All new Zabbix releases can be downloaded here:...</description>
			<content:encoded><![CDATA[The latest Zabbix 7.0.30rc1 and 7.4.14rc1 versions are out now!<br />
<br />
Take a look at the new features and improvements:<br />
<br />
7.0.30rc1: <a href="https://www.zabbix.com/rn/rn7.0.30rc1" target="_blank">https://www.zabbix.com/rn/rn7.0.30rc1</a><br />
<br />
7.4.14rc1: ​<a href="https://www.zabbix.com/rn/rn7.4.14rc1" target="_blank">https://www.zabbix.com/rn/rn7.4.14rc1</a>​<br />
<br />
All new Zabbix releases can be downloaded here: <a href="https://www.zabbix.com/download" target="_blank">https://www.zabbix.com/download</a>​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-announcements-aa">Zabbix Announcements</category>
			<dc:creator>Michael_Kammer</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-announcements-aa/516185-zabbix-7-0-30rc1-and-7-4-14rc1-versions-have-been-released</guid>
		</item>
		<item>
			<title>Top Item widget and LLD</title>
			<link>https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/516152-top-item-widget-and-lld</link>
			<pubDate>Sun, 23 Aug 2026 19:53:17 GMT</pubDate>
			<description>I am setting up a Zabbix server to monitor more than 50 remote hosts. All hosts run the same Linux system with Zabbix agent, but they differ in the number of internet connections and local networks. Therefore, I created a common template with low-level discovery (LLD) for network monitoring. 
 
The...</description>
			<content:encoded><![CDATA[I am setting up a Zabbix server to monitor more than 50 remote hosts. All hosts run the same Linux system with Zabbix agent, but they differ in the number of internet connections and local networks. Therefore, I created a common template with low-level discovery (LLD) for network monitoring.<br />
<br />
The template also includes a dashboard for monitoring system and network status. System data is not a problem because it is based on regular items. However, all network data is based on item prototypes discovered through LLD.<br />
<br />
The only suitable widget for displaying prototype items on a host dashboard seems to be Top items. It works with the correct item patterns and tags, but one thing bothers me: I prefer long, descriptive item names. Most single-item widgets allow a custom Name field, but the Top items widget does not. As a result, the list becomes difficult to read.<br />
<br />
The workaround is to use shorter item names, but I think there is room for improvement. For example, Zabbix could support pattern-based name<br />
mapping<br />
<img itemprop="image" title="image.png" data-attachmentid="516153" data-align="none" data-size="full" border="0" src="filedata/fetch?id=516153&amp;d=1787514289" alt="Click image for larger version

Name:	image.png
Views:	39
Size:	21.4 KB
ID:	516153" data-fullsize-url="filedata/fetch?id=516153&amp;d=1787514289" data-thumb-url="filedata/fetch?id=516153&amp;d=1787514289&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 />
Another issue is graph widget, it's lacking tags for data sets items.​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-suggestions-and-feedback">Zabbix Suggestions and Feedback</category>
			<dc:creator>Marcin_k</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/516152-top-item-widget-and-lld</guid>
		</item>
		<item>
			<title><![CDATA[API calls can't connect to DB but frontend is working]]></title>
			<link>https://www.zabbix.com/forum/zabbix-help/516145-api-calls-can-t-connect-to-db-but-frontend-is-working</link>
			<pubDate>Sat, 22 Aug 2026 12:44:11 GMT</pubDate>
			<description>This post has been deleted as the issue was simply being on the wrong Zabbix server.  :rolleyes:</description>
			<content:encoded><![CDATA[This post has been deleted as the issue was simply being on the wrong Zabbix server.  <img src="https://www.zabbix.com/forum/core/images/smilies/rolleyes.png" border="0" alt="" title="Roll Eyes (Sarcastic)" smilieid="7" class="inlineimg" />]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>argibbs</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516145-api-calls-can-t-connect-to-db-but-frontend-is-working</guid>
		</item>
		<item>
			<title>Super Admin role required for API requests</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516122-super-admin-role-required-for-api-requests</link>
			<pubDate>Sat, 22 Aug 2026 01:57:45 GMT</pubDate>
			<description>Is it expected behavior that the Super Admin role is required for a user to use an API Token? 
 
I have a separate user than myself. API responses come back empty(ish) 
 
 
If I use my own account, which is a Super admin, without an API Token:...</description>
			<content:encoded><![CDATA[Is it expected behavior that the Super Admin role is required for a user to use an API Token?<br />
<br />
I have a separate user than myself. API responses come back empty(ish)<br />
<div class="bbcode_container">
	<div class="bbcode_quote">
		<div class="quote_container">
			
			<div class="bbcode_quote_container b-icon-fa b-icon-fa--24 fa-solid fa-quote-left"></div>
			
				{&quot;jsonrpc&quot;:&quot;2.0&quot;,&quot;result&quot;:[],&quot;id&quot;:1}
			
		</div>
	</div>
</div>If I use my own account, which is a Super admin, without an API Token: <a href="https://www.zabbix.com/documentation/current/en/manual/api#authentication" target="_blank">https://www.zabbix.com/documentation...authentication</a> the same payload returns a result.<br />
<br />
If I convert the user in question, to a Super Admin role, then they can make api requests, both using their username/password and the api token. In fact, after I change their role, they can use the token returned from the user.login method prior to the change even, which seems like a bit of a security issue as well . As soon as I change their role back to Admin role, requests return nothing. They do not fail authentication either, so that's good. I don't see any relevant errors for the requests in the logs. Although, I may not have the necessary log level to see any. <br />
<br />
With the user set to the Admin role, the &quot;Access to API&quot; permission IS enabled.<br />
<br />
This is for Zabbix 7.4.13 and jsonrpc 2.0.running on Ubuntu 24.04<br />
<br />
Any suggestions? Is this known/expected behavior?]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>frogstarr78</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516122-super-admin-role-required-for-api-requests</guid>
		</item>
		<item>
			<title>Can zabbix-proxy use the system dns cache?</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516101-can-zabbix-proxy-use-the-system-dns-cache</link>
			<pubDate>Fri, 21 Aug 2026 10:06:01 GMT</pubDate>
			<description><![CDATA[I've researched a bit about this, but i only find people complaining about zabbix agent ~ zabbix server repeated dns requests. 
 
Im curious about Zabbix Proxy ~ hosts added by fqdn, if it can use the local systemctl-resolve or any dns caching on the system the proxy itself is using. 
 
I know...]]></description>
			<content:encoded><![CDATA[I've researched a bit about this, but i only find people complaining about zabbix agent ~ zabbix server repeated dns requests.<br />
<br />
Im curious about Zabbix Proxy ~ hosts added by fqdn, if it can use the local systemctl-resolve or any dns caching on the system the proxy itself is using.<br />
<br />
I know about <a href="https://support.zabbix.com/browse/ZBXNEXT-1002" target="_blank">https://support.zabbix.com/browse/ZBXNEXT-1002</a> but it seems to apply to only the zabbix agent?<br />
<br />
Any info would be valuable.<br />
<br />
Thanks! ]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>Atroskelis</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516101-can-zabbix-proxy-use-the-system-dns-cache</guid>
		</item>
		<item>
			<title>No auth token found, please login before making Zabbix requests</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516080-no-auth-token-found-please-login-before-making-zabbix-requests</link>
			<pubDate>Thu, 20 Aug 2026 19:58:30 GMT</pubDate>
			<description>Hello; 
 
I am currently having an issue with hosts that are using Zabbix sender embedded inside a Kubernetes pod to send data to the server, which is running on Zabbix version 7.4. Despite apparently succeeding in logging into the server, there is an authorization error after the login succeeds...</description>
			<content:encoded><![CDATA[Hello;<br />
<br />
I am currently having an issue with hosts that are using Zabbix sender embedded inside a Kubernetes pod to send data to the server, which is running on Zabbix version 7.4. Despite apparently succeeding in logging into the server, there is an authorization error after the login succeeds mentioning a missing auth token - note that as of currently, I have not set any requirement for an auth token in the system, and the hosts running on Zabbix Agent are connecting properly and functioning as intended despite having no auth token set up. It may be worth mentioning that these hosts were originally directed towards a separate Zabbix server running on version 4.4, and that I am in the process of redirecting them to the new server rather than making them as part of a fresh installation.<br />
<br />
The following is a condensed version of the error that occurs every 5 minutes, with all potentially sensitive information for names of pods and templates removed:<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));">2026-08-20T18:55:34.620+00:00 INF &#91;pod&#93;:  Logging into Zabbix
2026-08-20T18:55:34.701+00:00 INF &#91;pod&#93;:  Zabbix login successful
2026-08-20T18:55:34.701+00:00 INF &#91;pod&#93;:  Getting Zabbix template ID for &quot;x&quot;
2026-08-20T18:55:34.701+00:00 ERR &#91;pod&#93;:  Failed Zabbix upload/host creation with error: No auth token found, please login before making Zabbix requests</pre>
</div>Note that despite claiming that logging in was successful, there are no records on the side of the Zabbix server showing that there was a connection from this IP address.<br />
<br />
Any help would be appreciated, and I thank you for your time.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>armbl</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516080-no-auth-token-found-please-login-before-making-zabbix-requests</guid>
		</item>
		<item>
			<title>Trigger Description - Can I use item values?</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516073-trigger-description-can-i-use-item-values</link>
			<pubDate>Thu, 20 Aug 2026 13:13:19 GMT</pubDate>
			<description><![CDATA[I have a template I created that I link to the base Linux/windows templates. I've added some items and dependent items, etc. 
I'd like to be able to use item values in a trigger description. The documentation says that macros are valid in trigger descriptions. 
 
I'm trying this: (I cloned the...]]></description>
			<content:encoded><![CDATA[I have a template I created that I link to the base Linux/windows templates. I've added some items and dependent items, etc.<br />
I'd like to be able to use item values in a trigger description. The documentation says that macros are valid in trigger descriptions.<br />
<br />
I'm trying this: (I cloned the default trigger for high PCU, and modified the description.<br />
<br />
Windows: High CPU utilization (over 90% for 5m) {?last(//top.cpu.pname)} : {?last(//top.cpu.pct)}%<br />
<br />
I end up with *UNKNOWN* after the macros expand:<br />
<br />
Windows: High CPU utilization (over 90% for 5m) *UNKNOWN* : *UNKNOWN*%<br />
<br />
<br />
Here are all of the relevent items from the host perspective, so they are all available and populated:<br />
<img itemprop="image" data-attachmentid="516075" width="868" height="348" data-align="none" border="0" src="filedata/fetch?id=516075&amp;d=1787230789" alt="Click image for larger version

Name:	image.png
Views:	32
Size:	187.0 KB
ID:	516075" data-fullsize-url="filedata/fetch?id=516075&amp;d=1787230789" data-thumb-url="filedata/fetch?id=516075&amp;d=1787230789&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /><br />
<br />
I've tried several variations, but I'm starting to wonder if the fact that these templates are linked is the issue? In order for this to work, do I need all of the item values to be in the SAME template?<br />
<br />
Thanks,<br />
<br />
-Tom<br />
​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>tcweb</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516073-trigger-description-can-i-use-item-values</guid>
		</item>
		<item>
			<title>Forcing Zabbix Agent 2 Active Items to Send Values Immediately</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516040-forcing-zabbix-agent-2-active-items-to-send-values-immediately</link>
			<pubDate>Wed, 19 Aug 2026 18:40:37 GMT</pubDate>
			<description>With Zabbix Agent (version 1) using active checks, restarting the zabbix-agent service forced all items to collect and send their values to the Zabbix server immediately. 
 
I am now configuring Zabbix Agent 2 in Docker, but restarting the container does not appear to force active items to collect...</description>
			<content:encoded><![CDATA[With Zabbix Agent (version 1) using active checks, restarting the zabbix-agent service forced all items to collect and send their values to the Zabbix server immediately.<br />
<br />
I am now configuring Zabbix Agent 2 in Docker, but restarting the container does not appear to force active items to collect or send values. If an item's update interval is set to one hour, I seem to have to wait an hour for its initial value to be collected and sent to the server after the item is created.<br />
<br />
Is there a way to force Zabbix Agent 2 to immediately collect and send values for active items. This is particularly inconvenient when testing new items.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>Marcin_k</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516040-forcing-zabbix-agent-2-active-items-to-send-values-immediately</guid>
		</item>
		<item>
			<title>ZABBIX AGENT2 - Erro Unknown metric pgsql.oldest.xid</title>
			<link>https://www.zabbix.com/forum/zabbix-help/516039-zabbix-agent2-erro-unknown-metric-pgsql-oldest-xid</link>
			<pubDate>Wed, 19 Aug 2026 18:06:41 GMT</pubDate>
			<description><![CDATA[I am setting up PostgreSQL monitoring in Zabbix using Zabbix Agent 2 and the PostgreSQL plugin, but there is an error in the monitoring data. &quot;Unknown metric pgsql.oldest.xid.&quot; Zabbix server version 7.0.29 and plugin PostGreSQL version 7.0.29. I have already checked the agent and module...]]></description>
			<content:encoded><![CDATA[I am setting up PostgreSQL monitoring in Zabbix using Zabbix Agent 2 and the PostgreSQL plugin, but there is an error in the monitoring data. <span style="color:#E33734"><span style="font-family:Arial"><span style="font-size:12px">&quot;Unknown metric pgsql.oldest.xid</span></span></span>.&quot; Zabbix server version 7.0.29 and plugin PostGreSQL version 7.0.29. I have already checked the agent and module configuration files, but I cannot find where the configuration error lies.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>voltere.silva</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/516039-zabbix-agent2-erro-unknown-metric-pgsql-oldest-xid</guid>
		</item>
	</channel>
</rss>
