<?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>WUG.ninja</title>
	<atom:link href="https://wug.ninja/feed/" rel="self" type="application/rss+xml" />
	<link>https://wug.ninja</link>
	<description>Bend WhatsUp Gold to your will.</description>
	<lastBuildDate>Tue, 12 Aug 2025 22:28:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>From Curiosity to Code Signing: How I Built WhatsUpGoldPS</title>
		<link>https://wug.ninja/from-curiosity-to-code-signing-how-i-built-whatsupgoldps/</link>
					<comments>https://wug.ninja/from-curiosity-to-code-signing-how-i-built-whatsupgoldps/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Tue, 12 Aug 2025 13:20:17 +0000</pubDate>
				<category><![CDATA[WhatsUp Gold]]></category>
		<category><![CDATA[WhatsUpGoldPS]]></category>
		<guid isPermaLink="false">https://wug.ninja/?p=3097</guid>

					<description><![CDATA[From Curiosity to Code Signing: How I Built WhatsUpGoldPS (and Gave GPT-3 a Crash Course in PowerShell) It all started with a question: Could I get ChatGPT to build a PowerShell module for WhatsUp Gold… or at least teach me how? This was January 2023, in the early GPT-3 era, and the first thing it [&#8230;]
<p><a href="https://wug.ninja/from-curiosity-to-code-signing-how-i-built-whatsupgoldps/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/from-curiosity-to-code-signing-how-i-built-whatsupgoldps/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pushing VMware ESXi to the Limit: VM Stress Test</title>
		<link>https://wug.ninja/pushing-vmware-esxi-to-the-limit-vm-stress-test/</link>
					<comments>https://wug.ninja/pushing-vmware-esxi-to-the-limit-vm-stress-test/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sun, 03 Aug 2025 12:47:00 +0000</pubDate>
				<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://wug.ninja/?p=3041</guid>

					<description><![CDATA[What are the limits of VMware ESXi? This home lab VMware ESXi stress test pushed my two HP DL360 Gen9 hosts to their limits, spinning up thousands of virtual machines with PowerShell and PowerCLI until I hit the infamous ESXi purple screen of death (PSOD). Along the way, I stress-tested WhatsUp Gold 23.0 configuration management, [&#8230;]
<p><a href="https://wug.ninja/pushing-vmware-esxi-to-the-limit-vm-stress-test/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/pushing-vmware-esxi-to-the-limit-vm-stress-test/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Surviving a Real-World Host Crash with Proxmox HA</title>
		<link>https://wug.ninja/surviving-a-real-world-host-crash-with-proxmox-ha/</link>
					<comments>https://wug.ninja/surviving-a-real-world-host-crash-with-proxmox-ha/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Wed, 04 Jun 2025 23:06:08 +0000</pubDate>
				<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://wug.ninja/?p=3021</guid>

					<description><![CDATA[🛠️ Surviving a Real-World Host Crash with Proxmox HA On April 7th, 2025, my 2-node Proxmox cluster experienced a true failure event: one node dropped off the network due to a hardware issue mid-operation. What could have resulted in downtime and investigation instead triggered a smooth failover, verified by logs, and confirmed within ~30–45 seconds [&#8230;]
<p><a href="https://wug.ninja/surviving-a-real-world-host-crash-with-proxmox-ha/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/surviving-a-real-world-host-crash-with-proxmox-ha/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing and configuring Elasticsearch for WhatsUp Gold</title>
		<link>https://wug.ninja/installing-and-configuring-elasticsearch-for-whatsup-gold/</link>
					<comments>https://wug.ninja/installing-and-configuring-elasticsearch-for-whatsup-gold/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sat, 12 Oct 2024 23:06:35 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[elasticsearch]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[whatsup gold]]></category>
		<guid isPermaLink="false">https://wug.ninja/?p=3003</guid>

					<description><![CDATA[That was fun. I wanted to learn how difficult it was to install Elasticsearch on Linux as compared to Windows. In the end, we have an installation script that does exactly what we need to do to install and configure an Elasticsearch backend as required by WhatsUp Gold Log Management. There are even more secure [&#8230;]
<p><a href="https://wug.ninja/installing-and-configuring-elasticsearch-for-whatsup-gold/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/installing-and-configuring-elasticsearch-for-whatsup-gold/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WhatsUp Gold Tip #4: Automate whatever possible</title>
		<link>https://wug.ninja/whatsup-gold-tip-4-automate-whatever-possible/</link>
					<comments>https://wug.ninja/whatsup-gold-tip-4-automate-whatever-possible/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sat, 23 Mar 2024 18:08:48 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[WhatsUp]]></category>
		<guid isPermaLink="false">https://wug.ninja/?p=1876</guid>

					<description><![CDATA[Do not waste time more than once. Make this your default behavior. Any time WhatsUp Gold alerts you to an issue, if the fix is simple enough, automate it. For example, back in my system administration days we had a particular Windows service which would periodically hang, and the fix was to just restart the [&#8230;]
<p><a href="https://wug.ninja/whatsup-gold-tip-4-automate-whatever-possible/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/whatsup-gold-tip-4-automate-whatever-possible/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WhatsUp Gold Tip #3: Monitor your systems</title>
		<link>https://wug.ninja/whatsup-gold-tip-3-monitor-your-systems/</link>
					<comments>https://wug.ninja/whatsup-gold-tip-3-monitor-your-systems/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Thu, 10 Nov 2022 14:25:53 +0000</pubDate>
				<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://wug.ninja/?p=1733</guid>

					<description><![CDATA[Focus on what is important It&#8217;s nice to have detailed monitoring information for every system on your network, but if a non-critical system is unavailable during off-hours, do you want those notifications waking you up in the middle of the night? Continue reading to learn why properly configuring alerts and notifications for your monitoring system [&#8230;]
<p><a href="https://wug.ninja/whatsup-gold-tip-3-monitor-your-systems/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/whatsup-gold-tip-3-monitor-your-systems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WhatsUp Gold Tip #2: Discover your systems</title>
		<link>https://wug.ninja/tip2/</link>
					<comments>https://wug.ninja/tip2/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sat, 29 Jan 2022 22:33:00 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://wug.ninja/?p=1694</guid>

					<description><![CDATA[Introduction When you finish&#160;adding your credentials&#160;to WhatsUp Gold, the next step to success is configuring the discovery process in WhatsUp Gold to work for you. WhatsUp Gold&#8217;s discovery process helps you to automate many different tasks. For example, you could modify the &#8220;Roles and Subroles&#8221; which determine which monitors and attributes are assigned to the [&#8230;]
<p><a href="https://wug.ninja/tip2/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/tip2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WhatsUp Gold Tip #1: Add your credentials first</title>
		<link>https://wug.ninja/tip1/</link>
					<comments>https://wug.ninja/tip1/#comments</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 17:51:19 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=1623</guid>

					<description><![CDATA[Introduction Following installation, the first step to success is adding credentials for your infrastructure. WhatsUp Gold Network Monitoring and Log Management is an agentless solution that relies on these credentials to obtain meaningful data. There are many distinct types of credentials to choose from, so let this serve as a guide for you. Network Devices [&#8230;]
<p><a href="https://wug.ninja/tip1/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/tip1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>When will &#8220;The Cloud&#8221; stop being a buzzword?</title>
		<link>https://wug.ninja/when-will-the-cloud-stop-being-a-buzzword/</link>
					<comments>https://wug.ninja/when-will-the-cloud-stop-being-a-buzzword/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sun, 07 Mar 2021 00:02:52 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=1471</guid>

					<description><![CDATA[I don&#8217;t usually post anything unrelated to monitoring, but I have been wondering about this for quite some time. I am also wondering why people only seem to discuss the benefits as opposed to the drawbacks of being &#8220;in the cloud&#8221;. Here is what being in the cloud gives you: an outsourced IT infrastructure. Let&#8217;s [&#8230;]
<p><a href="https://wug.ninja/when-will-the-cloud-stop-being-a-buzzword/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/when-will-the-cloud-stop-being-a-buzzword/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How do I monitor Windows Scheduled Tasks?</title>
		<link>https://wug.ninja/monitoring-windows-scheduled-tasks/</link>
					<comments>https://wug.ninja/monitoring-windows-scheduled-tasks/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Fri, 24 Apr 2020 12:07:24 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=1357</guid>

					<description><![CDATA[This one was quite the journey. Obtaining this information wasn&#8217;t as easy as one would think. Once I did my research, it turned out to be relatively easy to create a monitor in WhatsUp Gold. I will keep the remarks on that journey below the problem/solution if you are interested. Problem I have a critical [&#8230;]
<p><a href="https://wug.ninja/monitoring-windows-scheduled-tasks/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/monitoring-windows-scheduled-tasks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How do I handle interface active monitors?</title>
		<link>https://wug.ninja/wug-interface-active-monitors/</link>
					<comments>https://wug.ninja/wug-interface-active-monitors/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Fri, 20 Mar 2020 13:27:52 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[active monitor]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[WhatsUp]]></category>
		<category><![CDATA[WUG]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=1276</guid>

					<description><![CDATA[The problem When you discover network devices using default settings, an active monitor is added for each interface the device has. Active monitors are enabled for the interfaces that were active during the discovery scan, and the others are sitting there disabled. The problem with this approach is that when an access switch is scanned, [&#8230;]
<p><a href="https://wug.ninja/wug-interface-active-monitors/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/wug-interface-active-monitors/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How do I monitor all of my Windows services?</title>
		<link>https://wug.ninja/monitor-all-windows-services/</link>
					<comments>https://wug.ninja/monitor-all-windows-services/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sat, 24 Aug 2019 08:52:43 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=908</guid>

					<description><![CDATA[The problem Out of the box, WhatsUp® Gold does not monitor any Windows services. There is a built-in active monitor type called &#8220;Service Monitor&#8221; which allows you to create monitors for each individual service that is critical to you. But, what if you want to monitor every service on every system without manually creating monitors [&#8230;]
<p><a href="https://wug.ninja/monitor-all-windows-services/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/monitor-all-windows-services/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How do I monitor ESXi hardware?</title>
		<link>https://wug.ninja/esxi-hardware-status/</link>
					<comments>https://wug.ninja/esxi-hardware-status/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sat, 24 Aug 2019 08:20:14 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=971</guid>

					<description><![CDATA[The problem Out of the box, WhatsUp® Gold does not monitor ESXi hardware in any capacity; even with the Virtualization monitoring add-on. However, there are many different ways you can use custom monitors in WhatsUp® Gold in order to effectively monitor ESXi hardware. Think about the &#8216;Health Status&#8217; tab in your VMware environment. Wouldn&#8217;t it [&#8230;]
<p><a href="https://wug.ninja/esxi-hardware-status/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/esxi-hardware-status/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WhatsUp® Gold Dashboard Management</title>
		<link>https://wug.ninja/wug-dashboard-mgmt/</link>
					<comments>https://wug.ninja/wug-dashboard-mgmt/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Sat, 24 Aug 2019 06:40:30 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=1113</guid>

					<description><![CDATA[The problem Since the days WhatsUp® Gold began having dashboards, there has always been one major shortcoming. That is, the impossibility to setup your own &#8220;default dashboards&#8221; through the GUI. Let&#8217;s say you wanted every user that logged into your WhatsUp® Gold environment to have a specific set of dashboards. You would need to ensure [&#8230;]
<p><a href="https://wug.ninja/wug-dashboard-mgmt/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/wug-dashboard-mgmt/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WUG TCP/IP Monitor and Wireshark</title>
		<link>https://wug.ninja/tcpipmonitor/</link>
					<comments>https://wug.ninja/tcpipmonitor/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Fri, 16 Nov 2018 15:58:32 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=924</guid>

					<description><![CDATA[Imagine being able to monitor any user interaction. Oh wait, you can by following these steps!
<p><a href="https://wug.ninja/tcpipmonitor/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/tcpipmonitor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How do I use IFTTT with WhatsUp® Gold?</title>
		<link>https://wug.ninja/wugcallme/</link>
					<comments>https://wug.ninja/wugcallme/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Wed, 03 Oct 2018 02:51:31 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=862</guid>

					<description><![CDATA[You can do a lot with the If This Then That (IFTTT) integration which is now built into WhatsUp® Gold. This specific example has come up quite a bit recently, so I figured a write-up would come in handy. Keep in mind there are nearly limitless options with what you can do with IFTTT, with [&#8230;]
<p><a href="https://wug.ninja/wugcallme/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/wugcallme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Geolocation in WUG using Leaflet.js</title>
		<link>https://wug.ninja/geolocation/</link>
					<comments>https://wug.ninja/geolocation/#comments</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Mon, 24 Sep 2018 14:47:07 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=836</guid>

					<description><![CDATA[*THE LATEST FILES CAN BE FOUND ON MY GITHUB* By now you&#8217;ve probably seen the Google Maps integration that was setup quite some time ago for WhatsUp® Gold. I decided since Google began requiring credit card information in order to obtain an API key, it was time to look into possible alternatives. What I found [&#8230;]
<p><a href="https://wug.ninja/geolocation/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/geolocation/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
		<item>
		<title>How do I monitor Meraki cloud devices in v2018 SP1 and below?</title>
		<link>https://wug.ninja/meraki/</link>
					<comments>https://wug.ninja/meraki/#comments</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Mon, 28 Aug 2017 10:17:02 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=552</guid>

					<description><![CDATA[You want to monitor your Cloud Managed Meraki devices in WhatsUp Gold v2017+ and bleow?
<p><a href="https://wug.ninja/meraki/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/meraki/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>Integrate WhatsUp® Gold with Google Maps</title>
		<link>https://wug.ninja/wug-and-gmaps/</link>
					<comments>https://wug.ninja/wug-and-gmaps/#comments</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Mon, 28 Aug 2017 09:17:57 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=108</guid>

					<description><![CDATA[Want to add Google Maps to your WhatsUp Gold environment? All the instructions are here for both v2016 and v2017
<p><a href="https://wug.ninja/wug-and-gmaps/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/wug-and-gmaps/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>What is network monitoring?</title>
		<link>https://wug.ninja/network-monitoring-solution/</link>
					<comments>https://wug.ninja/network-monitoring-solution/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 20:21:16 +0000</pubDate>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[WhatsUp Gold]]></category>
		<guid isPermaLink="false">https://www.wug.ninja/?p=570</guid>

					<description><![CDATA[A network monitoring solution is an application which ensures the availability of your systems. The network monitoring solution will notify you if there is any problems with your systems, so that your business can achieve the highest possible uptime.
<p><a href="https://wug.ninja/network-monitoring-solution/" rel="nofollow">Source</a></p>]]></description>
		
					<wfw:commentRss>https://wug.ninja/network-monitoring-solution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
