<?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: NagStamon &#8211; Nagios status monitor for KDE GNOME</title>
	<atom:link href="http://www.susegeek.com/monitoring/nagstamon-nagios-status-monitor-for-kde-gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susegeek.com/monitoring/nagstamon-nagios-status-monitor-for-kde-gnome/</link>
	<description>Tips,Tricks, Tutorials,How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Mon, 29 Apr 2013 22:13:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Werner</title>
		<link>http://www.susegeek.com/monitoring/nagstamon-nagios-status-monitor-for-kde-gnome/comment-page-1/#comment-2695</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=1832#comment-2695</guid>
		<description><![CDATA[yast2 -i python-lxml is deprecated, one should use &quot;zypper in python-lxml&quot; instead. And the second package is installed better with &quot;rpm -ivh nagstamon-0.8.2-2.noarch.rpm&quot; (depending on the version, of course). The rason for that is that since SUSE 10.1 zypper is the software in the middle, so to install a package from a known repository you should use zypper, and fro packages lying around on the disk, rpm -i was always the best choice ;-)

Regards,
Werner]]></description>
		<content:encoded><![CDATA[<p>yast2 -i python-lxml is deprecated, one should use &#8220;zypper in python-lxml&#8221; instead. And the second package is installed better with &#8220;rpm -ivh nagstamon-0.8.2-2.noarch.rpm&#8221; (depending on the version, of course). The rason for that is that since SUSE 10.1 zypper is the software in the middle, so to install a package from a known repository you should use zypper, and fro packages lying around on the disk, rpm -i was always the best choice <img src='http://www.susegeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Regards,<br />
Werner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lefty.crupps</title>
		<link>http://www.susegeek.com/monitoring/nagstamon-nagios-status-monitor-for-kde-gnome/comment-page-1/#comment-2676</link>
		<dc:creator>lefty.crupps</dc:creator>
		<pubDate>Fri, 14 Aug 2009 14:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=1832#comment-2676</guid>
		<description><![CDATA[Replying to myself here, the fix for Debian Sid is to install the package, &#039;librsvg2-common&#039;.

I&#039;ve written up a quick HowTo for Debian Sid on my blog at http://gnuski.blogspot.com/2009/08/nagstamon-nagios-status-monitor-on.html]]></description>
		<content:encoded><![CDATA[<p>Replying to myself here, the fix for Debian Sid is to install the package, &#8216;librsvg2-common&#8217;.</p>
<p>I&#8217;ve written up a quick HowTo for Debian Sid on my blog at <a href="http://gnuski.blogspot.com/2009/08/nagstamon-nagios-status-monitor-on.html" rel="nofollow">http://gnuski.blogspot.com/2009/08/nagstamon-nagios-status-monitor-on.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lefty.crupps</title>
		<link>http://www.susegeek.com/monitoring/nagstamon-nagios-status-monitor-for-kde-gnome/comment-page-1/#comment-2674</link>
		<dc:creator>lefty.crupps</dc:creator>
		<pubDate>Thu, 13 Aug 2009 21:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=1832#comment-2674</guid>
		<description><![CDATA[On Debian, you need to install at least these packages:
shell$  sudo aptitude install python-setuptools python2.5 python-gnome2-extras python-lxml

I would imagine some of these or similar packages are needed on SuSE also, especially since you have KDE4&#039;s menu, you&#039;d need the GNOME packages.

However, I still cannot get the app to run:

shell$ nagstamon
No module named Nagstamon
Traceback (most recent call last):
  File &quot;/usr/lib/nagstamon/nagstamon&quot;, line 61, in 
    output = nagstamonGUI.GUI(conf=conf, servers=servers, Resources=Resources)
  File &quot;/usr/lib/nagstamon/nagstamonGUI.py&quot;, line 82, in __init__
    self.CreateOutputVisuals()
  File &quot;/usr/lib/nagstamon/nagstamonGUI.py&quot;, line 113, in CreateOutputVisuals
    gtk.window_set_default_icon_from_file(self.Resources + &quot;/nagstamon&quot; + self.BitmapSuffix)
glib.GError: Couldn&#039;t recognize the image file format for file &#039;/usr/lib/nagstamon/resources/nagstamon.svg&#039;]]></description>
		<content:encoded><![CDATA[<p>On Debian, you need to install at least these packages:<br />
shell$  sudo aptitude install python-setuptools python2.5 python-gnome2-extras python-lxml</p>
<p>I would imagine some of these or similar packages are needed on SuSE also, especially since you have KDE4&#8242;s menu, you&#8217;d need the GNOME packages.</p>
<p>However, I still cannot get the app to run:</p>
<p>shell$ nagstamon<br />
No module named Nagstamon<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/lib/nagstamon/nagstamon&#8221;, line 61, in<br />
    output = nagstamonGUI.GUI(conf=conf, servers=servers, Resources=Resources)<br />
  File &#8220;/usr/lib/nagstamon/nagstamonGUI.py&#8221;, line 82, in __init__<br />
    self.CreateOutputVisuals()<br />
  File &#8220;/usr/lib/nagstamon/nagstamonGUI.py&#8221;, line 113, in CreateOutputVisuals<br />
    gtk.window_set_default_icon_from_file(self.Resources + &#8220;/nagstamon&#8221; + self.BitmapSuffix)<br />
glib.GError: Couldn&#8217;t recognize the image file format for file &#8216;/usr/lib/nagstamon/resources/nagstamon.svg&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
