<?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>LinuxDynasty</title>
	<atom:link href="http://linuxdynasty.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxdynasty.org</link>
	<description>Where IT pros come to share their knowledge ...\</description>
	<lastBuildDate>Sat, 28 Jan 2012 02:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To monitor RTSP streaming videos using openRTSP and Zenoss</title>
		<link>http://linuxdynasty.org/419/monitor-rtsp-streaming-videos-openrtsp-zenoss/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monitor-rtsp-streaming-videos-openrtsp-zenoss</link>
		<comments>http://linuxdynasty.org/419/monitor-rtsp-streaming-videos-openrtsp-zenoss/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 17:26:23 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[openRTSP]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=419</guid>
		<description><![CDATA[Since I do currently work for a streaming company, that would imply that we should have some type of monitoring for our RTSP streams . You will 1st need to get the openRTSP command. You will need to download the openRTSP command from http://www.live555.com/openRTSP/ Or if you are running Zenoss on top of Debian you <a href='http://linuxdynasty.org/419/monitor-rtsp-streaming-videos-openrtsp-zenoss/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/419/monitor-rtsp-streaming-videos-openrtsp-zenoss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Monitor and get Bind 9 stats using Zenoss</title>
		<link>http://linuxdynasty.org/415/monitor-bind-9-stats-zenoss/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monitor-bind-9-stats-zenoss</link>
		<comments>http://linuxdynasty.org/415/monitor-bind-9-stats-zenoss/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 16:27:47 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[Bind9]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=415</guid>
		<description><![CDATA[Hey guys, here is another Python script by me . The reason for this script, is to give you the capabilities to monitor and graph Bind 9 stats. This script will be executed through SNMP.. We will be using the UCD-MIB 1.3.6.1.4.1.2021.8.1 The stats are from named.stats... Here is an example of named.stats.. cat /var/cache/bind/named.stats <a href='http://linuxdynasty.org/415/monitor-bind-9-stats-zenoss/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/415/monitor-bind-9-stats-zenoss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To monitor NodeJS using the Stats plugin that comes with Cluster using Zenoss.</title>
		<link>http://linuxdynasty.org/408/monitor-nodejs-stats-plugin-cluster-zenoss/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monitor-nodejs-stats-plugin-cluster-zenoss</link>
		<comments>http://linuxdynasty.org/408/monitor-nodejs-stats-plugin-cluster-zenoss/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 19:31:28 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=408</guid>
		<description><![CDATA[We needed a way to monitor all of our NodeJS instances in Zenoss and not just a simple TCP connection. Since we were already using the Cluster plugin for NodeJS &#8216;http://learnboost.github.com/cluster/&#8217; and we are using the stats plugin for Cluster &#8216;http://learnboost.github.com/cluster/docs/stats.html&#8217;. We decided to write a quick python script to connect to the stats plugin <a href='http://linuxdynasty.org/408/monitor-nodejs-stats-plugin-cluster-zenoss/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/408/monitor-nodejs-stats-plugin-cluster-zenoss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Monitor Http Status Codes using Zenoss and Snmp.</title>
		<link>http://linuxdynasty.org/402/monitor-http-status-codes-zenoss-snmp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monitor-http-status-codes-zenoss-snmp</link>
		<comments>http://linuxdynasty.org/402/monitor-http-status-codes-zenoss-snmp/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 14:52:04 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[HTTP Codes]]></category>
		<category><![CDATA[Monitor 404]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=402</guid>
		<description><![CDATA[We needed a way to monitor a few different type of HTTP Status Codes, specifically&#8230; ( 400, 404, 500, 503, 504, 200 ). This list is modifiable within the script. Though I&#8217;m thinking of turning this list into an option, since everyone might not one to gather the count just for those mentioned above. So <a href='http://linuxdynasty.org/402/monitor-http-status-codes-zenoss-snmp/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/402/monitor-http-status-codes-zenoss-snmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo add Aggregate Data Graphs from existing datapoints in Zenoss</title>
		<link>http://linuxdynasty.org/346/howto-add-aggregate-data-graphs-existing-datapoints-zenoss/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-add-aggregate-data-graphs-existing-datapoints-zenoss</link>
		<comments>http://linuxdynasty.org/346/howto-add-aggregate-data-graphs-existing-datapoints-zenoss/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 18:16:42 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[Aggregate]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=346</guid>
		<description><![CDATA[Recently I had to aggregate the amount of 200, 400, 404, 500, 503,  and 504 HTTP 1.1 Codes from all of our Nginx and Ruby On Rails systems. So I decided to write a quick plugin for Zenoss that all you need to do is pass the devices or Device Class you want to aggregate <a href='http://linuxdynasty.org/346/howto-add-aggregate-data-graphs-existing-datapoints-zenoss/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/346/howto-add-aggregate-data-graphs-existing-datapoints-zenoss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s been a while..</title>
		<link>http://linuxdynasty.org/246/while/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=while</link>
		<comments>http://linuxdynasty.org/246/while/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 20:38:31 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=246</guid>
		<description><![CDATA[I have not been doing to many interesting projects as of the past year. This is the reason for my lack of updates. I am now starting to do some interesting stuff, so let the updates roll.]]></description>
		<wfw:commentRss>http://linuxdynasty.org/246/while/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Monitoring RabbitMQ with Zenoss</title>
		<link>http://linuxdynasty.org/198/monitoring-rabbitmq-with-zenoss/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monitoring-rabbitmq-with-zenoss</link>
		<comments>http://linuxdynasty.org/198/monitoring-rabbitmq-with-zenoss/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 16:17:03 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[Monitoring RabbitMQ with Zenoss]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=198</guid>
		<description><![CDATA[RabbitMQ was recently deployed in the company I currently work for. At the last minute ( as always ) they came to me and ask me to please add RabbitMQ monitoring to Zenoss. They said here is the url and now please monitor for a few stats ( using the RabbitMQ Status Plugin ). So <a href='http://linuxdynasty.org/198/monitoring-rabbitmq-with-zenoss/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/198/monitoring-rabbitmq-with-zenoss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo Send Splunk Alerts To Zenoss, And make them Look Like Splunk</title>
		<link>http://linuxdynasty.org/197/howto-send-splunk-alerts-to-zenoss-and-make-them-look-like-splunk/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-send-splunk-alerts-to-zenoss-and-make-them-look-like-splunk</link>
		<comments>http://linuxdynasty.org/197/howto-send-splunk-alerts-to-zenoss-and-make-them-look-like-splunk/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 19:42:42 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[And make them Look Like Splunk]]></category>
		<category><![CDATA[HowTo Send Splunk Alerts To Zenoss]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=197</guid>
		<description><![CDATA[We needed to integrate the Splunk Alerts into Zenoss, because even though Splunk can indeed send out alerts. Splunk does not have any clue about what an &#8220;Escalation Process&#8221; is. With Zenoss you can create an &#8220;Escalation Process&#8221;. I have 2 ways to send events to Zenoss from Splunk.. Write a Script that uses the <a href='http://linuxdynasty.org/197/howto-send-splunk-alerts-to-zenoss-and-make-them-look-like-splunk/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/197/howto-send-splunk-alerts-to-zenoss-and-make-them-look-like-splunk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download Section, no longer requires you to be a member</title>
		<link>http://linuxdynasty.org/131/download-section-no-longer-requires-you-to-be-a-member/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=download-section-no-longer-requires-you-to-be-a-member</link>
		<comments>http://linuxdynasty.org/131/download-section-no-longer-requires-you-to-be-a-member/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 14:11:33 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[Download Section]]></category>
		<category><![CDATA[Dynastys Blog]]></category>
		<category><![CDATA[no longer requires you to be a member]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=131</guid>
		<description><![CDATA[I first made the Download Section for members only, just cause I wanted an idea on who is downloading the software I have written. Now, I no longer care who downloads it, as long as it helps out the people who did download it. That is all that matters. Though the forums section, does require <a href='http://linuxdynasty.org/131/download-section-no-longer-requires-you-to-be-a-member/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/131/download-section-no-longer-requires-you-to-be-a-member/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HowTo get 3par disk IO stats into Zenoss</title>
		<link>http://linuxdynasty.org/196/howto-get-3par-disk-io-stats-into-zenoss/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-get-3par-disk-io-stats-into-zenoss</link>
		<comments>http://linuxdynasty.org/196/howto-get-3par-disk-io-stats-into-zenoss/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 02:15:13 +0000</pubDate>
		<dc:creator>dynasty</dc:creator>
				<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[3par]]></category>
		<category><![CDATA[CIM]]></category>
		<category><![CDATA[Disk]]></category>
		<category><![CDATA[IO]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[pywbem]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://linuxdynasty.org/?p=196</guid>
		<description><![CDATA[I&#8217;ve come to realize, that CIM is the new SNMP, but on steroids. Most new SAN, NAS, Network, and Operating Systems now support CIM/WBEM. To me it is easier to gather statistics and information through CIM, then it is through SNMP. In this article I am going to give you a script that will allow <a href='http://linuxdynasty.org/196/howto-get-3par-disk-io-stats-into-zenoss/'>[...]</a>]]></description>
		<wfw:commentRss>http://linuxdynasty.org/196/howto-get-3par-disk-io-stats-into-zenoss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

