<?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 for Frank Groeneveld</title>
	<atom:link href="http://frankgroeneveld.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankgroeneveld.nl</link>
	<description>Just another weblog</description>
	<lastBuildDate>Tue, 08 May 2012 08:54:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Using Nagios to monitor multiple VirtualHosts by Frank Groeneveld</title>
		<link>http://frankgroeneveld.nl/2012/03/08/using-nagios-to-monitor-multiple-virtualhosts/comment-page-1/#comment-8488</link>
		<dc:creator>Frank Groeneveld</dc:creator>
		<pubDate>Tue, 08 May 2012 08:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=289#comment-8488</guid>
		<description>@daikinee This will not send the needed Host: header to the server.

@Thomas You solution should work indeed. I&#039;ll try to use it, thanks!</description>
		<content:encoded><![CDATA[<p>@daikinee This will not send the needed Host: header to the server.</p>
<p>@Thomas You solution should work indeed. I'll try to use it, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symphony CMS; the Best CMS? by James</title>
		<link>http://frankgroeneveld.nl/2010/08/11/symphony-cms-the-best-cms/comment-page-1/#comment-8060</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 12 Apr 2012 13:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=259#comment-8060</guid>
		<description>Wordpress plugins has security vulnerabilities. Well, it&#039;s free and quality code is not a concern, which is why non-audited plugins is not use in mission critical environment..

My opinion on Symphony CMS (Look, not Symfony) is getting better as I learn XSL: XSLT and XPath, a powerful declarative markup that work in a similar fashion as PHP or at least the code is clearer than RubyOnRail.

Beside, simple string-manipulation and mathematical processing to more complex topics like extending XSLT, along with the ability to call PHP functions thru a Symphony Extension, the possibilities is endless.</description>
		<content:encoded><![CDATA[<p>WordPress plugins has security vulnerabilities. Well, it's free and quality code is not a concern, which is why non-audited plugins is not use in mission critical environment..</p>
<p>My opinion on Symphony CMS (Look, not Symfony) is getting better as I learn XSL: XSLT and XPath, a powerful declarative markup that work in a similar fashion as PHP or at least the code is clearer than RubyOnRail.</p>
<p>Beside, simple string-manipulation and mathematical processing to more complex topics like extending XSLT, along with the ability to call PHP functions thru a Symphony Extension, the possibilities is endless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Nagios to monitor multiple VirtualHosts by Thomas</title>
		<link>http://frankgroeneveld.nl/2012/03/08/using-nagios-to-monitor-multiple-virtualhosts/comment-page-1/#comment-7521</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 02 Apr 2012 12:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=289#comment-7521</guid>
		<description>Hello, 
I thought I&#039;d share my experience: you can indeed check the virtual hosts via check_http, per check_http help:

./check_http --help
[...]
-rc,--return-code    Integer HTTP return code to expect (e.g. 200, 301, etc.)
-k,--header          Additional headers to send, in the format name:value, separated by semicolons

examples:
checks http://www.example.com on server 192.168.1.10, expecting a 301 code.
./check_http -I 192.168.1.10 -k &quot;Host: www.example.com&quot; -rc 301

checks URL http://wiki.example.com/wiki/ on server 192.168.1.10 alerting on timeout, and other errors (see manual).
./check_http -I 192.168.1.10 --header &quot;Host: wiki.example.com&quot; -u wiki/

Thomas</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I thought I'd share my experience: you can indeed check the virtual hosts via check_http, per check_http help:</p>
<p>./check_http --help<br />
[...]<br />
-rc,--return-code    Integer HTTP return code to expect (e.g. 200, 301, etc.)<br />
-k,--header          Additional headers to send, in the format name:value, separated by semicolons</p>
<p>examples:<br />
checks <a href="http://www.example.com" rel="nofollow">http://www.example.com</a> on server 192.168.1.10, expecting a 301 code.<br />
./check_http -I 192.168.1.10 -k "Host: <a href="http://www.example.com" rel="nofollow">http://www.example.com</a>" -rc 301</p>
<p>checks URL <a href="http://wiki.example.com/wiki/" rel="nofollow">http://wiki.example.com/wiki/</a> on server 192.168.1.10 alerting on timeout, and other errors (see manual).<br />
./check_http -I 192.168.1.10 --header "Host: wiki.example.com" -u wiki/</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Nagios to monitor multiple VirtualHosts by daikinee</title>
		<link>http://frankgroeneveld.nl/2012/03/08/using-nagios-to-monitor-multiple-virtualhosts/comment-page-1/#comment-6839</link>
		<dc:creator>daikinee</dc:creator>
		<pubDate>Thu, 22 Mar 2012 22:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=289#comment-6839</guid>
		<description>Sorry but this can be done with check_http by using the -H and -I options together</description>
		<content:encoded><![CDATA[<p>Sorry but this can be done with check_http by using the -H and -I options together</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Wacom Bamboo Pen Working in Ubuntu Lucid by Stephen</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-6041</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 19 Feb 2012 14:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-6041</guid>
		<description>I am getting the following error when I try to run an update on wacom-dkms.

W: Failed to fetch http://ppa.launchpad.net/doctormo/wacom-plus/ubuntu/dists/oneiric/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/doctormo/wacom-plus/ubuntu/dists/oneiric/main/binary-i386/Packages  404  Not Found</description>
		<content:encoded><![CDATA[<p>I am getting the following error when I try to run an update on wacom-dkms.</p>
<p>W: Failed to fetch <a href="http://ppa.launchpad.net/doctormo/wacom-plus/ubuntu/dists/oneiric/main/source/Sources" rel="nofollow">http://ppa.launchpad.net/doctormo/wacom-plus/ubuntu/dists/oneiric/main/source/Sources</a>  404  Not Found</p>
<p>W: Failed to fetch <a href="http://ppa.launchpad.net/doctormo/wacom-plus/ubuntu/dists/oneiric/main/binary-i386/Packages" rel="nofollow">http://ppa.launchpad.net/doctormo/wacom-plus/ubuntu/dists/oneiric/main/binary-i386/Packages</a>  404  Not Found</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Wacom Bamboo Pen Working in Ubuntu Lucid by Archos</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-6040</link>
		<dc:creator>Archos</dc:creator>
		<pubDate>Thu, 09 Feb 2012 10:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-6040</guid>
		<description>Worked like a charm thank u</description>
		<content:encoded><![CDATA[<p>Worked like a charm thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Wacom Bamboo Pen Working in Ubuntu Lucid by thea</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-6039</link>
		<dc:creator>thea</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-6039</guid>
		<description>Thanks for the info it works perfectly for me</description>
		<content:encoded><![CDATA[<p>Thanks for the info it works perfectly for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Wacom Bamboo Pen Working in Ubuntu Lucid by Leon</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-6038</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Fri, 27 Jan 2012 17:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-6038</guid>
		<description>For those who have 3rd generation Wacom Bamboo Pen graphical tablets (released in 2011, e.g. CTL-470) I&#039;d recommend following instructions at the following Ubuntu Forums site: http://ubuntuforums.org/showthread.php?t=1515562

Got my tablet working in a matter of minutes.</description>
		<content:encoded><![CDATA[<p>For those who have 3rd generation Wacom Bamboo Pen graphical tablets (released in 2011, e.g. CTL-470) I'd recommend following instructions at the following Ubuntu Forums site: <a href="http://ubuntuforums.org/showthread.php?t=1515562" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1515562</a></p>
<p>Got my tablet working in a matter of minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTC Hero without Sense by Hayden Panettiere</title>
		<link>http://frankgroeneveld.nl/2009/12/17/htc-hero-without-sense/comment-page-1/#comment-6034</link>
		<dc:creator>Hayden Panettiere</dc:creator>
		<pubDate>Mon, 09 Jan 2012 20:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://techfield.org/?p=160#comment-6034</guid>
		<description>I had the same issue with my old phone, thank goodness I have a new one now it use to drive me crazy.</description>
		<content:encoded><![CDATA[<p>I had the same issue with my old phone, thank goodness I have a new one now it use to drive me crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Wacom Bamboo Pen Working in Ubuntu Lucid by HB</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/comment-page-3/#comment-6033</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Fri, 06 Jan 2012 16:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220#comment-6033</guid>
		<description>The third line &quot;...install wacom-dkms&quot; does not work for me. Package not found.
I tried the old version and the file at: prdownloads.sourceforge.net could not be found either. (404 error).
Where else can I find them?</description>
		<content:encoded><![CDATA[<p>The third line "...install wacom-dkms" does not work for me. Package not found.<br />
I tried the old version and the file at: prdownloads.sourceforge.net could not be found either. (404 error).<br />
Where else can I find them?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

