<?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>Sun, 12 Apr 2026 22:24:19 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>Healthcheck Module for Zabbix 7 – Monitor Zabbix Itself</title>
			<link>https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/512608-healthcheck-module-for-zabbix-7-–-monitor-zabbix-itself</link>
			<pubDate>Sun, 12 Apr 2026 10:14:33 GMT</pubDate>
			<description>Hi all, 
 
I’ve published a Healthcheck module for Zabbix 7. 
 
Zabbix monitors your infrastructure, but what monitors Zabbix itself? 
 
This module verifies that the Zabbix API is responding, checks monitored hosts, enabled problem triggers, enabled items, and the freshness of collected item data....</description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
I’ve published a Healthcheck module for Zabbix 7.<br />
<br />
Zabbix monitors your infrastructure, but what monitors Zabbix itself?<br />
<br />
This module verifies that the Zabbix API is responding, checks monitored hosts, enabled problem triggers, enabled items, and the freshness of collected item data. If everything passes, it sends a success ping to a configured healthcheck endpoint such as healthchecks.io. If a check fails, the ping is not sent.<br />
<br />
That helps detect cases where Zabbix may still be polling hosts, but something on the Zabbix side is failing, or outbound connectivity is broken so alerts and actions never leave the server.<br />
<br />
With a service like healthchecks.io, a missed ping can trigger an alert through integrations such as PagerDuty, Teams, Slack, GitHub, and others.<br />
<br />
The module also adds frontend pages for heartbeat, history, and settings, and includes a runner you can schedule with systemd or cron.<br />
<br />
<a href="https://github.com/Keberneth/Zabbix-Modules/tree/main/Healthcheck" target="_blank">https://github.com/Keberneth/Zabbix-...in/Healthcheck</a><br />
<br />
]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-suggestions-and-feedback">Zabbix Suggestions and Feedback</category>
			<dc:creator>Keberneth</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/512608-healthcheck-module-for-zabbix-7-–-monitor-zabbix-itself</guid>
		</item>
		<item>
			<title>Zabbix AI module - Game changer, fully integrated AI assistant</title>
			<link>https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/512607-zabbix-ai-module-game-changer-fully-integrated-ai-assistant</link>
			<pubDate>Sun, 12 Apr 2026 10:02:48 GMT</pubDate>
			<description>Hi all, 
 
I’ve published an AI module for Zabbix 7 that adds AI chat and webhook-based problem analysis. 
Fully integrated in Zabbix. No external calls, no external services this module is a part of Zabbix. Copy paste installation. 
 
The webhook can receive triggered problem from trigger action...</description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
I’ve published an AI module for Zabbix 7 that adds AI chat and webhook-based problem analysis.<br />
<b>Fully integrated in Zabbix. No external calls, no external services this module is a part of Zabbix. Copy paste installation.</b><br />
<br />
The webhook can receive triggered problem from trigger action and send details to an AI provider and post the response back as a problem update.<br />
<br />
The chat can use session context from a selected host and active trigger to help with troubleshooting and explanation.<br />
AI assistance is also available in multiple Zabbix functions, including items and triggers. When editing an existing trigger or item, you can open the AI panel and ask for help modifying it. The module passes the current configuration and relevant variables to the chat so it can return more accurate suggestions.<br />
<br />
From Latest data, it can also include item, trigger, and selected history data for better analysis.<br />
<br />
Possible to add integration to Netbox to get even more session context.<br />
<br />
The module also includes <b>redaction </b>and logging controls. Sensitive data such as hostnames, IP addresses, FQDNs, URLs, and inventory values can be masked before requests are sent to the AI, and audit logs can be stored locally with redacted payloads.<br />
<br />
AI module can also perform actions in Zabbix like: (Can be limited to Super Admins)<br />
Create:<br />
Maintenance windows, Items, triggers, host groups and add hosts to host groups. <br />
<br />
Can add different AI's for different tasks. This can improve response and cost by choosing different AI depending on function.<br />
Default chat<br />
Default for webhook<br />
Default for actions<br />
<br />
Repo:<br />
<a href="https://github.com/Keberneth/Zabbix-Modules/tree/main/AI" target="_blank">https://github.com/Keberneth/Zabbix-...s/tree/main/AI</a><br />
​]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-suggestions-and-feedback">Zabbix Suggestions and Feedback</category>
			<dc:creator>Keberneth</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/512607-zabbix-ai-module-game-changer-fully-integrated-ai-assistant</guid>
		</item>
		<item>
			<title>Dedicated Zabbix Sql Server restarts</title>
			<link>https://www.zabbix.com/forum/zabbix-help/512585-dedicated-zabbix-sql-server-restarts</link>
			<pubDate>Fri, 10 Apr 2026 21:26:11 GMT</pubDate>
			<description>I have a dedicated Zabbix SQl running MariaDB ver.15.1 on an Ubuntu 24.04 and when the memory utilization approached 78 or better precent, the SQL service restart. Not sure what is causing this or what settings need to ne adjusted. This is a physical server with 380GB of ram. I looked at the InnoDB...</description>
			<content:encoded><![CDATA[I have a dedicated Zabbix SQl running MariaDB ver.15.1 on an Ubuntu 24.04 and when the memory utilization approached 78 or better precent, the SQL service restart. Not sure what is causing this or what settings need to ne adjusted. This is a physical server with 380GB of ram. I looked at the InnoDB settings but not sure if any need to be adjusted: Current version of Zabbix is 7.4.8<br />
<br />
innodb_buffer_pool_size = 285G<br />
innodb_log_file_size = 16G<br />
innodb_log_buffer_size = 256M<br />
innodb-file-per-table = 1<br />
innodb_buffer_pool_instances = 16<br />
innodb_old_blocks_time = 1000<br />
innodb_stats_on_metadata = off<br />
innodb-flush-method = O_DIRECT<br />
innodb-flush-log-at-trx-commit = 2<br />
innodb_read_io_threads = 64<br />
innodb_write_io_threads = 64<br />
innodb_io_capacity = 2000<br />
innodb_io_capacity_max = 15000<br />
connect_timeout = 10<br />
table_open_cache_instances = 32<br />
table_open_cache = 16000]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>bep6vaku</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/512585-dedicated-zabbix-sql-server-restarts</guid>
		</item>
		<item>
			<title>Zabbix HA cluster strange behavior</title>
			<link>https://www.zabbix.com/forum/zabbix-help/512582-zabbix-ha-cluster-strange-behavior</link>
			<pubDate>Fri, 10 Apr 2026 19:32:23 GMT</pubDate>
			<description>Hi, we use Zabbix HA cluster functionality (2 servers) and every time we need to do maintenance on active server, we see ~5 min gap in charts. It looks like HA cluster does not work as expected even though a stand-by server correctly switched to Active according to SystemInfo page . We have...</description>
			<content:encoded><![CDATA[Hi, we use Zabbix HA cluster functionality (2 servers) and every time we need to do maintenance on active server, we see ~5 min gap in charts. It looks like HA cluster does not work as expected even though a stand-by server correctly switched to Active according to SystemInfo page . We have fallover delay set to 1 min (which is probably too much) - but a gap is longer - up to 7min in some cases.<br />
So when we bring the first server back again, we see all processes running high, struggling to process queues. All our proxies set both server's IPs correctly according to docs. <br />
I wonder if it is expected behavior ? Would it help if we reduce failover delay down to say, 10 sec? What is the best practice here?<br />
<br />
<img itemprop="image" title="image.png" data-attachmentid="512583" data-align="none" data-size="full" border="0" src="filedata/fetch?id=512583&amp;d=1775849085" alt="Click image for larger version

Name:	image.png
Views:	9
Size:	94.2 KB
ID:	512583" data-fullsize-url="filedata/fetch?id=512583&amp;d=1775849085" data-thumb-url="filedata/fetch?id=512583&amp;d=1775849085&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-help">Zabbix Help</category>
			<dc:creator>olegus</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/512582-zabbix-ha-cluster-strange-behavior</guid>
		</item>
		<item>
			<title>How we can discover host but just want discover selected interface only?</title>
			<link>https://www.zabbix.com/forum/zabbix-help/512567-how-we-can-discover-host-but-just-want-discover-selected-interface-only</link>
			<pubDate>Fri, 10 Apr 2026 09:18:39 GMT</pubDate>
			<description>HI all, 
 
By default when we discover host using snmp it will discover all the interface in that host. But i want it just discover selected interface only. How to do that? 
 
Appreciate any help.</description>
			<content:encoded><![CDATA[HI all,<br />
<br />
By default when we discover host using snmp it will discover all the interface in that host. But i want it just discover selected interface only. How to do that?<br />
<br />
Appreciate any help.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>kronicklez</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/512567-how-we-can-discover-host-but-just-want-discover-selected-interface-only</guid>
		</item>
		<item>
			<title>Zabbix server is not running: the information displayed may not be... (split servers)</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/512564-zabbix-server-is-not-running-the-information-displayed-may-not-be-split-servers</link>
			<pubDate>Fri, 10 Apr 2026 08:06:51 GMT</pubDate>
			<description><![CDATA[Hi there. 
I'm trying to troubleshoot my split zabbix environment. I've had everything up'n'running on all-in-one zabbix srv. Then I created separate servers for frontend and DB, created empty DB and restored backup into it. I guess I tweaked all conf files as expected, reconfigured GUI using...]]></description>
			<content:encoded><![CDATA[Hi there.<br />
I'm trying to troubleshoot my split zabbix environment. I've had everything up'n'running on all-in-one zabbix srv. Then I created separate servers for frontend and DB, created empty DB and restored backup into it. I guess I tweaked all conf files as expected, reconfigured GUI using IP/zabbix/config.php - went smoothly, no issues connecting to DB...<br />
<img itemprop="image" alt="Click image for larger version  Name:	image.png Views:	0 Size:	11.3 KB ID:	512565" title="image.png" data-attachmentid="512565" data-align="none" data-size="full" border="0" src="filedata/fetch?id=512565&amp;d=1775807875" data-fullsize-url="filedata/fetch?id=512565&amp;d=1775807875" data-thumb-url="filedata/fetch?id=512565&amp;d=1775807875&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 />
Anything else to check?<br />
<br />
zabbix 7.4.2 + postgresql 17<br />
<br />
<br />
PS. Here's some issue connecting to DB in logs (kinda weired since gui configurator shows no issues):<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));">801:20260410:100002.350 database is down: reconnecting in 10 seconds
801:20260410:100012.366 &#91;Z3001&#93; connection to database 'zabbix' failed: &#91;0&#93; FATAL:  password authentication failed for user &quot;zabbix&quot;</pre>
</div>]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>Jaceqp</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/512564-zabbix-server-is-not-running-the-information-displayed-may-not-be-split-servers</guid>
		</item>
		<item>
			<title>Best OS choice for a school district?</title>
			<link>https://www.zabbix.com/forum/zabbix-help/512549-best-os-choice-for-a-school-district</link>
			<pubDate>Thu, 09 Apr 2026 17:43:05 GMT</pubDate>
			<description><![CDATA[Our school district is considering moving from SolarWinds to Zabbix. I can see Zabbix can be installed on many Linux versions.  I have read CentOS is &quot;end of life&quot;. Beyond that, is there a &quot;best&quot; Linux variant that is both free and secure to install Zabbix on?]]></description>
			<content:encoded><![CDATA[Our school district is considering moving from SolarWinds to Zabbix. I can see Zabbix can be installed on many Linux versions.  I have read CentOS is &quot;end of life&quot;. Beyond that, is there a &quot;best&quot; Linux variant that is both free and secure to install Zabbix on?<br />
<br />
 ]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>John_W</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/512549-best-os-choice-for-a-school-district</guid>
		</item>
		<item>
			<title>How to preserve SNMP Trap Operational data after new input</title>
			<link>https://www.zabbix.com/forum/zabbix-help/512548-how-to-preserve-snmp-trap-operational-data-after-new-input</link>
			<pubDate>Thu, 09 Apr 2026 17:38:10 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I have an SNMPv3 Trap set up on my host with triggers for higher severity traps. The problem is, my host is a Broadworks PBX switch with &gt;4000 subscribers and it sends a very large number of SNMP traps, so when my trigger expression is met, the operational data on the problem gets quickly...]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I have an SNMPv3 Trap set up on my host with triggers for higher severity traps. The problem is, my host is a Broadworks PBX switch with &gt;4000 subscribers and it sends a very large number of SNMP traps, so when my trigger expression is met, the operational data on the problem gets quickly overwritten by new traps that arrive. The problem name doesn't get overwritten, but the operational data does.<br />
<br />
The trap text is fairly custom and usually quite verbose (additionally, it does SNMP on port 8001 rather than the standard 161/162), so I have some dependent items to be able to do value mapping for some of the fields and for easier trigger configuration:<br />
<br />
<img itemprop="image" title="image.png" data-tempid="temp_34672_1775755050106_915" data-align="none" data-size="full" border="0" src="filedata/fetch?filedataid=34672" alt="" data-fullsize-url="filedata/fetch?filedataid=34672" data-thumb-url="filedata/fetch?filedataid=34672&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-need-data-att-update js-lightbox-participant" />We'll focus on the trap.alarmName, snmptrap.fallback, and trap.severity. Here's the fallback setup:<br />
<br />
​<img itemprop="image" title="image.png" data-tempid="temp_34673_1775755206687_351" data-align="none" data-size="full" border="0" src="filedata/fetch?filedataid=34673" alt="" data-fullsize-url="filedata/fetch?filedataid=34673" data-thumb-url="filedata/fetch?filedataid=34673&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-need-data-att-update js-lightbox-participant" /><br />
trap.alarmName setup:<br />
<br />
<img itemprop="image" title="image.png" data-tempid="temp_34674_1775755246509_246" width="683" height="423" data-align="none" border="0" src="filedata/fetch?filedataid=34674" alt="" data-fullsize-url="filedata/fetch?filedataid=34674" data-thumb-url="filedata/fetch?filedataid=34674&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-need-data-att-update js-lightbox-participant" /> ​​<br />
​and the trap.severity setup<br />
<br />
<img itemprop="image" title="image.png" data-tempid="temp_34676_1775755305423_32" data-align="none" data-size="full" border="0" src="filedata/fetch?filedataid=34676" alt="" data-fullsize-url="filedata/fetch?filedataid=34676" data-thumb-url="filedata/fetch?filedataid=34676&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-need-data-att-update js-lightbox-participant" /><br />
<br />
And then here's the trigger expression:<br />
<br />
<img itemprop="image" title="image.png" data-tempid="temp_34679_1775755386157_512" data-align="none" data-size="full" border="0" src="filedata/fetch?filedataid=34679" alt="" data-fullsize-url="filedata/fetch?filedataid=34679" data-thumb-url="filedata/fetch?filedataid=34679&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-need-data-att-update js-lightbox-participant" />​<br />
<br />
And here's an example. The alarm type <b>bwSipServiceUnavailableReceived</b> came through at 12:42pm local time and has a severity of 3, but it's being overwritten by a trap sent at 1:23pm local time with the alarm name <b>bwSipMaxRetriesExceeded </b>and severity of <b>1</b> (which doesn't trigger an alert)<br />
<br />
Is it possible to make it so that operational data ​​​​doesn't get overwritten?<br />
<br />
And since I'm on the subject, partially, is there any way to throw away certain trap data based on regex before it gets past the &quot;fallback&quot; step? That might solve my problem, since we get ~2000 traps every hour, most of them low or informational severity. I would still like the operational data to not be overwritten, if possible.]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>jdfranklin2</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/512548-how-to-preserve-snmp-trap-operational-data-after-new-input</guid>
		</item>
		<item>
			<title>Graph widget data set aggregation uses the last colour in a list instead of the first</title>
			<link>https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/512532-graph-widget-data-set-aggregation-uses-the-last-colour-in-a-list-instead-of-the-first</link>
			<pubDate>Thu, 09 Apr 2026 10:21:59 GMT</pubDate>
			<description>Hello, 
 
As you know, when selecting a data set color in graph widget, further items get assigned a different color by approximation. However the issue is when you aggregate the data set, the resulting color is not the first color which is what you assigned specifically, but the last color of the...</description>
			<content:encoded><![CDATA[Hello,<br />
<br />
As you know, when selecting a data set color in graph widget, further items get assigned a different color by approximation. However the issue is when you aggregate the data set, the resulting color is not the first color which is what you assigned specifically, but the last color of the list of items, which is completely different and often a much darker shade.<br />
<br />
I find currently in version 6LTS and plan to upgrade to 7LTS, does anyone know if this issue has been fixed in future versions or if there is a way to change this behavior with a php file edit?<br />
<br />
BR]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems">Zabbix Troubleshooting and Problems</category>
			<dc:creator>Ace</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/512532-graph-widget-data-set-aggregation-uses-the-last-colour-in-a-list-instead-of-the-first</guid>
		</item>
		<item>
			<title>Zabbix 7.0.25 and 7.4.9 versions are out now!</title>
			<link>https://www.zabbix.com/forum/zabbix-announcements-aa/512528-zabbix-7-0-25-and-7-4-9-versions-are-out-now</link>
			<pubDate>Thu, 09 Apr 2026 06:56:46 GMT</pubDate>
			<description>The latest Zabbix 7.0.25 and 7.4.9 versions have been released! 
 
Take a look at the new features and improvements: 
 
7.0.25: ​https://www.zabbix.com/rn/rn7.0.25​ 
 
7.4.9:​ https://www.zabbix.com/rn/rn7.4.9​​ 
 
All new Zabbix releases can be downloaded here: https://www.zabbix.com/download​</description>
			<content:encoded><![CDATA[The latest Zabbix 7.0.25 and 7.4.9 versions have been released!<br />
<br />
Take a look at the new features and improvements:<br />
<br />
7.0.25: ​<a href="https://www.zabbix.com/rn/rn7.0.25" target="_blank">https://www.zabbix.com/rn/rn7.0.25</a>​<br />
<br />
7.4.9:​ <a href="https://www.zabbix.com/rn/rn7.4.9" target="_blank">https://www.zabbix.com/rn/rn7.4.9</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/512528-zabbix-7-0-25-and-7-4-9-versions-are-out-now</guid>
		</item>
		<item>
			<title>Zabbix version 7.0.25 released?</title>
			<link>https://www.zabbix.com/forum/zabbix-help/512523-zabbix-version-7-0-25-released</link>
			<pubDate>Thu, 09 Apr 2026 02:12:23 GMT</pubDate>
			<description>So today (4/8/26 - 3:30 pm HST) I was doing the weekly backup of my Zabbix MySQL database. Normally I shutdown the zabbix server, do the backup, perform any Ubuntu OS updates and then reboot the system. 
 
There is also a Alert Trigger Action (email) dealing with Zabbix server. The email informed...</description>
			<content:encoded><![CDATA[So today (4/8/26 - 3:30 pm HST) I was doing the weekly backup of my Zabbix MySQL database. Normally I shutdown the zabbix server, do the backup, perform any Ubuntu OS updates and then reboot the system.<br />
<br />
There is also a Alert Trigger Action (email) dealing with Zabbix server. The email informed me that Zabbix server changed to 7.0.25 (it used to be 7.0.24). I do know that <a href="https://www.zabbix.com/forum/zabbix-announcements-aa/512262-zabbix-7-0-25rc1-version-is-out-now">7.0.25rc1</a> had been released on March 31, 2026 but there was no indication of the stable version of 7.0.25 was ready.<br />
<br />
I am not complaining that 7.0.25 came out early but I also noticing that the System Information widget (shown below) says the server version is 7.0.25 but the latest release says 7.0.24.<br />
<br />
<br />
<br />
<img itemprop="image" title="image.png" data-attachmentid="512524" data-align="none" data-size="full" border="0" src="filedata/fetch?id=512524&amp;d=1775700446" alt="Click image for larger version

Name:	image.png
Views:	40
Size:	36.3 KB
ID:	512524" data-fullsize-url="filedata/fetch?id=512524&amp;d=1775700446" data-thumb-url="filedata/fetch?id=512524&amp;d=1775700446&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 />
 ]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>hrrapozo</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/512523-zabbix-version-7-0-25-released</guid>
		</item>
		<item>
			<title>Is a maintenance period the right way to stop Zabbix triggering alerts?</title>
			<link>https://www.zabbix.com/forum/zabbix-help/512519-is-a-maintenance-period-the-right-way-to-stop-zabbix-triggering-alerts</link>
			<pubDate>Wed, 08 Apr 2026 14:39:35 GMT</pubDate>
			<description><![CDATA[Hello, 
 
We have maintenance on out systems between 2-3am every days and 12-1am for some other devices, what is the easiest way to stop any triggers being fired during this time please? 
 
I've found Data Collection &gt; Maintenance 
 
I'm guessing I can create too here which stay active for some far...]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
We have maintenance on out systems between 2-3am every days and 12-1am for some other devices, what is the easiest way to stop any triggers being fired during this time please?<br />
<br />
I've found Data Collection &gt; Maintenance<br />
<br />
I'm guessing I can create too here which stay active for some far off date and use tags?<br />
<br />
Thanks<br />
]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-help">Zabbix Help</category>
			<dc:creator>G0nz0uk</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-help/512519-is-a-maintenance-period-the-right-way-to-stop-zabbix-triggering-alerts</guid>
		</item>
		<item>
			<title>Stay safe with Zabbix Security Advisories</title>
			<link>https://www.zabbix.com/forum/zabbix-announcements-aa/512488-stay-safe-with-zabbix-security-advisories</link>
			<pubDate>Wed, 08 Apr 2026 07:47:13 GMT</pubDate>
			<description><![CDATA[At Zabbix, a published security advisory represents more than a quick fix. It's the result of deep investigation, improved processes, stronger testing, and a relentless drive to make our platform more resilient. 
 
Read more in our latest blog post and stay informed: Staying Secure: An Inside Look...]]></description>
			<content:encoded><![CDATA[At Zabbix, a published security advisory represents more than a quick fix. It's the result of deep investigation, improved processes, stronger testing, and a relentless drive to make our platform more resilient.<br />
<br />
Read more in our latest blog post and stay informed: <a href="https://blog.zabbix.com/staying-secure-an-inside-look-at-zabbix-security-advisories/32831/" target="_blank">Staying Secure: An Inside Look at Zabbix Security Advisories - Zabbix Blog</a><br />
​]]></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/512488-stay-safe-with-zabbix-security-advisories</guid>
		</item>
		<item>
			<title>Palo alto 1410 Template</title>
			<link>https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/512475-palo-alto-1410-template</link>
			<pubDate>Wed, 08 Apr 2026 06:05:48 GMT</pubDate>
			<description>We are needed to monitoring Palo alto 1410 firewall  using Zabbix. While basic SNMP data is being collected, we could not find an official or community-supported template not available so How to monitoring this switches? pls suggest</description>
			<content:encoded>We are needed to monitoring Palo alto 1410 firewall  using Zabbix. While basic SNMP data is being collected, we could not find an official or community-supported template not available so How to monitoring this switches? pls suggest</content:encoded>
			<category domain="https://www.zabbix.com/forum/zabbix-suggestions-and-feedback">Zabbix Suggestions and Feedback</category>
			<dc:creator>Networkmonitor</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/512475-palo-alto-1410-template</guid>
		</item>
		<item>
			<title>Индикатор горизонтальный</title>
			<link>https://www.zabbix.com/forum/in-russian/512469-индикатор-горизонтальный</link>
			<pubDate>Wed, 08 Apr 2026 04:16:33 GMT</pubDate>
			<description>Есть такое отображение, если посмотреть картинку то Utilization шкала 
как такое реализовать столбиком для отображения на 1 узле нескольких данных 
к примеру размер бд на сервере субд но чтобы отображались элементы данных в каждый в новой строке 
 
p/s или я не разобрался как это сделать или...</description>
			<content:encoded><![CDATA[Есть такое отображение, если посмотреть картинку то Utilization шкала<br />
как такое реализовать столбиком для отображения на 1 узле нескольких данных<br />
к примеру размер бд на сервере субд но чтобы отображались элементы данных в каждый в новой строке<img itemprop="image" alt="Click image for larger version  Name:	zbx.png Views:	0 Size:	81.3 KB ID:	512471" title="zbx.png" data-attachmentid="512471" data-align="none" data-size="full" border="0" src="filedata/fetch?id=512471&amp;d=1775621998" data-fullsize-url="filedata/fetch?id=512471&amp;d=1775621998" data-thumb-url="filedata/fetch?id=512471&amp;d=1775621998&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="zbx.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /><br />
<br />
p/s или я не разобрался как это сделать или реально только в строку можно]]></content:encoded>
			<category domain="https://www.zabbix.com/forum/in-russian"><![CDATA[&#1053;&#1072; &#1088;&#1091;&#1089;&#1089;&#1082;&#1086;&#1084; &#1103;&#1079;&#1099;&#1082;&#1077;]]></category>
			<dc:creator>djin59</dc:creator>
			<guid isPermaLink="true">https://www.zabbix.com/forum/in-russian/512469-индикатор-горизонтальный</guid>
		</item>
	</channel>
</rss>
