<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Monitorix &#8211; A Linux System and Network Monitoring Tool	</title>
	<atom:link href="https://www.tecmint.com/monitorix-linux-network-monitoring-tool/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/monitorix-linux-network-monitoring-tool/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 06 Jul 2022 21:00:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: AM		</title>
		<link>https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1841033</link>

		<dc:creator><![CDATA[AM]]></dc:creator>
		<pubDate>Wed, 06 Jul 2022 21:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2723#comment-1841033</guid>

					<description><![CDATA[@Tony,

If Tomcat is listening on port 8080 already, monitorix will need to listen on a different port, or shutdown tomcat and then start monitorix so it can listen on port 8080]]></description>
			<content:encoded><![CDATA[<p>@Tony,</p>
<p>If Tomcat is listening on port 8080 already, monitorix will need to listen on a different port, or shutdown tomcat and then start monitorix so it can listen on port 8080</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1094111</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 11 Jan 2019 05:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2723#comment-1094111</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093835&quot;&gt;Tony&lt;/a&gt;.

@Tony,

Have you started Monitorix on the server? if not start it:
&lt;pre&gt;
# service monitorix restart         [On SysVinit]
# systemctl restart monitorix       [On SystemD]
&lt;/pre&gt;
And also verify that the package monitorix installed on the system using:
&lt;pre&gt;
# rpm -1 monitorix
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093835">Tony</a>.</p>
<p>@Tony,</p>
<p>Have you started Monitorix on the server? if not start it:</p>
<pre>
# service monitorix restart         [On SysVinit]
# systemctl restart monitorix       [On SystemD]
</pre>
<p>And also verify that the package monitorix installed on the system using:</p>
<pre>
# rpm -1 monitorix
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony		</title>
		<link>https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093835</link>

		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 16:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2723#comment-1093835</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093535&quot;&gt;Ravi Saive&lt;/a&gt;.

Port 8080 is open as I can get to Apache Tomcat from my desktop on that port.  How do I verify a good install?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093535">Ravi Saive</a>.</p>
<p>Port 8080 is open as I can get to Apache Tomcat from my desktop on that port.  How do I verify a good install?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093535</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 05:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2723#comment-1093535</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093373&quot;&gt;Tony&lt;/a&gt;.

@Tony,

Please check your installation properly, I don&#039;t think Monitorix is installed on your system, if it is installed it should be available at &lt;code&gt;http://localhost:8080/monitorix/&lt;/code&gt;.

Also, open port 8080 on the firewall if you running...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093373">Tony</a>.</p>
<p>@Tony,</p>
<p>Please check your installation properly, I don&#8217;t think Monitorix is installed on your system, if it is installed it should be available at <code>http://localhost:8080/monitorix/</code>.</p>
<p>Also, open port 8080 on the firewall if you running&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony		</title>
		<link>https://www.tecmint.com/monitorix-linux-network-monitoring-tool/comment-page-1/#comment-1093373</link>

		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Wed, 09 Jan 2019 20:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2723#comment-1093373</guid>

					<description><![CDATA[Connected to Linux via puTTY session and Firefox comes up but say resource not found.

HTTP Status 404 - /monitorix

type Status report

message /monitorix

description The requested resource is not available.
Apache Tomcat/8.0.22]]></description>
			<content:encoded><![CDATA[<p>Connected to Linux via puTTY session and Firefox comes up but say resource not found.</p>
<p>HTTP Status 404 &#8211; /monitorix</p>
<p>type Status report</p>
<p>message /monitorix</p>
<p>description The requested resource is not available.<br />
Apache Tomcat/8.0.22</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
