<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zabbix &#8211; David Stein</title>
	<atom:link href="https://davidstein.cz/category/it/zabbix/feed/" rel="self" type="application/rss+xml" />
	<link>https://davidstein.cz</link>
	<description>IT Specialist, hacker and electronic enthusiast</description>
	<lastBuildDate>Sun, 20 Jul 2025 12:56:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://davidstein.cz/wp-content/uploads/cropped-avatar_60_60-32x32.jpg</url>
	<title>Zabbix &#8211; David Stein</title>
	<link>https://davidstein.cz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Zabbix &#8211; usefull tips and commands</title>
		<link>https://davidstein.cz/2025/07/20/zabbix-usefull-tips-and-commands/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Sun, 20 Jul 2025 12:54:12 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Zabbix]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[usefull]]></category>
		<category><![CDATA[zabbix]]></category>
		<guid isPermaLink="false">https://davidstein.cz/?p=5299</guid>

					<description><![CDATA[Testing triggers If you need to test the Zabbix notification or response for specific alert severity, here is a little walkthrough on how you can do it easy way. First, create the new host in Zabbix web interface. Fill only the hostname. Then, create a new item under the newly created host. Fill the name, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you need to test the Zabbix notification or response for specific alert severity, here is a little walkthrough on how you can do it easy way. First, create the new host in Zabbix web interface. Fill only the hostname. Then, create a new item under the newly created host. Fill the name, as the type select Zabbix trapper and as key for example test.alert. Next step is to create a…</p>
<p><a href="https://davidstein.cz/2025/07/20/zabbix-usefull-tips-and-commands/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TL;DR &#8211; Zabbix docker compose upgrade</title>
		<link>https://davidstein.cz/2025/07/20/tldr-zabbix-docker-compose-upgrade/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Sun, 20 Jul 2025 12:11:01 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Zabbix]]></category>
		<category><![CDATA[compose]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tl;dr]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[zabbix]]></category>
		<guid isPermaLink="false">https://davidstein.cz/?p=5296</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p></p>
<p><a href="https://davidstein.cz/2025/07/20/tldr-zabbix-docker-compose-upgrade/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Zabbix &#8211; how to monitor clients on Mikrotik Capsman</title>
		<link>https://davidstein.cz/2024/07/29/zabbix-how-to-monitor-clients-on-mikrotik-capsman/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Mon, 29 Jul 2024 13:21:13 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Zabbix]]></category>
		<category><![CDATA[CAPsMAN]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[zabbix]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5221</guid>

					<description><![CDATA[Hello, I want to share my solution for monitoring connected clients to CapMan interfaces on Mikrotik in the Zabbix monitoring system. First, for the Zabbix server part, to get data from Mikrotik Capsman we will use the Python script to communicate with Mikrotik API. The Zabbix server needs access to the Mikrotik API, so if [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hello, I want to share my solution for monitoring connected clients to CapMan interfaces on Mikrotik in the Zabbix monitoring system. First, for the Zabbix server part, to get data from Mikrotik Capsman we will use the Python script to communicate with Mikrotik API. The Zabbix server needs access to the Mikrotik API, so if you have any problem first check your firewall on Mikrotik and also if…</p>
<p><a href="https://davidstein.cz/2024/07/29/zabbix-how-to-monitor-clients-on-mikrotik-capsman/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
