<?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>
	Kommentare zu: Glances 2.0 zeigt Systeminformationen nun auch per Web an	</title>
	<atom:link href="https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/feed/" rel="self" type="application/rss+xml" />
	<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/</link>
	<description>Blog über Ubuntu, Linux, Android und IT</description>
	<lastBuildDate>Thu, 13 Mar 2025 11:13:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Von: PLanB		</title>
		<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-58179</link>

		<dc:creator><![CDATA[PLanB]]></dc:creator>
		<pubDate>Mon, 30 Jun 2014 08:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxundich.de/?p=25231#comment-58179</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-58012&quot;&gt;Gast&lt;/a&gt;.

Danke für die Rückmeldung :)

Werde ich nachher mal probieren. :)]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-58012">Gast</a>.</p>
<p>Danke für die Rückmeldung 🙂</p>
<p>Werde ich nachher mal probieren. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: picard		</title>
		<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-58178</link>

		<dc:creator><![CDATA[picard]]></dc:creator>
		<pubDate>Mon, 30 Jun 2014 08:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxundich.de/?p=25231#comment-58178</guid>

					<description><![CDATA[hallo begeisterte glances nutzer,

wer einen apache webserver sein eigen nennt, benötigt keinen offenen port sondern lässt es einfach durch den apache proxy laufen ;)
z.b
&lt;pre&gt;# glances web

  Require all granted
  ProxyPass http://localhost:61208
  ProxyPassReverse http://localhost:61208&lt;/pre&gt;

aufruf im borwser http://.tdl/glances/ (wichtig immer der &quot;/&quot; am enden, aber testet selber ;-)

gruß
pic]]></description>
			<content:encoded><![CDATA[<p>hallo begeisterte glances nutzer,</p>
<p>wer einen apache webserver sein eigen nennt, benötigt keinen offenen port sondern lässt es einfach durch den apache proxy laufen 😉<br>
z.b</p>
<pre># glances web

  Require all granted
  ProxyPass http://localhost:61208
  ProxyPassReverse http://localhost:61208</pre>
<p>aufruf im borwser <a href="http://.tdl/glances/" rel="nofollow ugc">http://.tdl/glances/</a> (wichtig immer der &#8222;/&#8220; am enden, aber testet selber 😉</p>
<p>gruß<br>
pic</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Clemens Pelz		</title>
		<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-58101</link>

		<dc:creator><![CDATA[Clemens Pelz]]></dc:creator>
		<pubDate>Thu, 26 Jun 2014 14:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://linuxundich.de/?p=25231#comment-58101</guid>

					<description><![CDATA[Bei mir hat es an der python-dev gelegen. Wusste das gar nicht ^^

Danke! ;)

LG]]></description>
			<content:encoded><![CDATA[<p>Bei mir hat es an der python-dev gelegen. Wusste das gar nicht ^^</p>
<p>Danke! 😉</p>
<p>LG</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Gast		</title>
		<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-58012</link>

		<dc:creator><![CDATA[Gast]]></dc:creator>
		<pubDate>Tue, 24 Jun 2014 09:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://linuxundich.de/?p=25231#comment-58012</guid>

					<description><![CDATA[@PLanB: Es sieht so aus, als müsstest Du den Port in der Konfigurations des Webservers ändern. Unter &lt;a href=&quot;https://www.archlinux.de/?page=PackageDetails;repo=community;arch=i686;pkgname=glances;showfiles=1&quot; rel=&quot;nofollow&quot;&gt;Archlinux&lt;/a&gt; müsste das die Datei &lt;code&gt;/usr/lib/python3.4/site-packages/glances/core/glances_main.py&lt;/code&gt; sein.

Im Zweifelsfall hilft in ein &lt;code&gt;grep -r -i 61208&lt;/code&gt; (recursiv, case-insensitiv). ;)]]></description>
			<content:encoded><![CDATA[<p>@PLanB: Es sieht so aus, als müsstest Du den Port in der Konfigurations des Webservers ändern. Unter <a href="https://www.archlinux.de/?page=PackageDetails;repo=community;arch=i686;pkgname=glances;showfiles=1" rel="nofollow">Archlinux</a> müsste das die Datei <code>/usr/lib/python3.4/site-packages/glances/core/glances_main.py</code> sein.</p>
<p>Im Zweifelsfall hilft in ein <code>grep -r -i 61208</code> (recursiv, case-insensitiv). 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: PLanB		</title>
		<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-57901</link>

		<dc:creator><![CDATA[PLanB]]></dc:creator>
		<pubDate>Tue, 17 Jun 2014 07:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxundich.de/?p=25231#comment-57901</guid>

					<description><![CDATA[Hi Christoph,

ließt sich ganz cool.

Habe nur noch nicht gefunden wie ich den Port umlegen kann, würde gerne einen anderen verwenden…

Gruß,
PLanB]]></description>
			<content:encoded><![CDATA[<p>Hi Christoph,</p>
<p>ließt sich ganz cool.</p>
<p>Habe nur noch nicht gefunden wie ich den Port umlegen kann, würde gerne einen anderen verwenden…</p>
<p>Gruß,<br>
PLanB</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Christoph		</title>
		<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-57894</link>

		<dc:creator><![CDATA[Christoph]]></dc:creator>
		<pubDate>Mon, 16 Jun 2014 20:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxundich.de/?p=25231#comment-57894</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-57893&quot;&gt;Christoph Koydl&lt;/a&gt;.

Danke für die Tipps, auf meinem Produktionssystem war das wohl installiert, eine VM nicht zur Hand. Hab das Paket eingebaut. Grüße, Christoph.]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-57893">Christoph Koydl</a>.</p>
<p>Danke für die Tipps, auf meinem Produktionssystem war das wohl installiert, eine VM nicht zur Hand. Hab das Paket eingebaut. Grüße, Christoph.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Christoph Koydl		</title>
		<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-57893</link>

		<dc:creator><![CDATA[Christoph Koydl]]></dc:creator>
		<pubDate>Mon, 16 Jun 2014 20:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://linuxundich.de/?p=25231#comment-57893</guid>

					<description><![CDATA[Compilieren hat bei mir auch erst geklappt nach dem ich python-dev installiert habe.]]></description>
			<content:encoded><![CDATA[<p>Compilieren hat bei mir auch erst geklappt nach dem ich python-dev installiert habe.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Tim Friedrich		</title>
		<link>https://linuxundich.de/gnu-linux/glances-2-0-zeigt-systeminformationen-nun-auch-per-webserver/#comment-57890</link>

		<dc:creator><![CDATA[Tim Friedrich]]></dc:creator>
		<pubDate>Mon, 16 Jun 2014 15:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxundich.de/?p=25231#comment-57890</guid>

					<description><![CDATA[Dieser Befehl hat bei mir mehr Erfolg gebracht: &lt;code&gt;sudo apt-get install python-pip build-essential python-dev&lt;/code&gt;. Da hat wohl bei mir noch einiges gefehlt....und danke für den Beitrag.]]></description>
			<content:encoded><![CDATA[<p>Dieser Befehl hat bei mir mehr Erfolg gebracht: <code>sudo apt-get install python-pip build-essential python-dev</code>. Da hat wohl bei mir noch einiges gefehlt&#8230;.und danke für den Beitrag.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
