<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Zenoss Blog: No Node Left Behind</title>
    <link>http://community.zenoss.org/blogs/zenossblog</link>
    <description>Comment Feed for Zenoss Blog: No Node Left Behind</description>
    <pubDate>Wed, 08 Sep 2010 18:08:16 GMT</pubDate>
    <generator>Jive SBS 3.0.11 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2010-09-08T18:08:16Z</dc:date>
    <item>
      <title>RE:&amp;nbsp;Zenoss Over SSL</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2007/04/19/zenoss-over-ssl#comment-2624</link>
      <description>&lt;!-- [DocumentBodyStart:534f25a3-e075-4c34-850e-ed0a6cccc0fd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;pre&gt;You could modify this file&lt;br/&gt;zope.conf&lt;br/&gt;&lt;br/&gt;with this&lt;br/&gt;&amp;lt;cgi-environment&amp;gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; HTTPS ON&lt;br/&gt;&amp;lt;/cgi-environment&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:534f25a3-e075-4c34-850e-ed0a6cccc0fd] --&gt;</description>
      <pubDate>Wed, 08 Sep 2010 18:08:16 GMT</pubDate>
      <author>ulises.cune@globant.com</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2007/04/19/zenoss-over-ssl#comment-2624</guid>
      <dc:date>2010-09-08T18:08:16Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Free Training - Zenoss Community Day Ohio</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2010/08/23/free-training--zenoss-community-day-ohio#comment-2614</link>
      <description>&lt;!-- [DocumentBodyStart:57c0d5aa-7fcd-46de-a8ed-ff1f7245391e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Sorry but this event will only be a live event. We'll try to do a web streaming event later this year.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:57c0d5aa-7fcd-46de-a8ed-ff1f7245391e] --&gt;</description>
      <pubDate>Tue, 07 Sep 2010 13:15:19 GMT</pubDate>
      <author>mrhinkle@zenoss.com</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2010/08/23/free-training--zenoss-community-day-ohio#comment-2614</guid>
      <dc:date>2010-09-07T13:15:19Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Free Training - Zenoss Community Day Ohio</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2010/08/23/free-training--zenoss-community-day-ohio#comment-2594</link>
      <description>&lt;!-- [DocumentBodyStart:ca3845e4-eb3f-4d8d-bf83-5a09da3840ae] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;There are any way to see this event online???&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca3845e4-eb3f-4d8d-bf83-5a09da3840ae] --&gt;</description>
      <pubDate>Mon, 06 Sep 2010 16:46:53 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2010/08/23/free-training--zenoss-community-day-ohio#comment-2594</guid>
      <dc:date>2010-09-06T16:46:53Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Zenoss Tip of the Month: Tweeting Events to Twitter with Event Commands</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2010/05/25/zenoss-tip-of-the-month-tweeting-events-to-twitter-with-event-commands#comment-2497</link>
      <description>&lt;!-- [DocumentBodyStart:c931fddd-79fd-4b32-baaa-2dd0fe1b457f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i like this twitter thing but i had a problem with. sometimes i got some error tickets when the script was running. These errors where cause by some event summary / device names that contained brackets. so if you have similar problems you should change command from this:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;$ZENHOME/scripts/tweet.sh ${evt/device} -- ${evt/summary}&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;to this:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;$ZENHOME/scripts/tweet.sh "${evt/device} -- ${evt/summary}"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;then everything will work also with brackets inside the device name and event summary.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;MacSEK&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c931fddd-79fd-4b32-baaa-2dd0fe1b457f] --&gt;</description>
      <pubDate>Mon, 30 Aug 2010 11:12:31 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2010/05/25/zenoss-tip-of-the-month-tweeting-events-to-twitter-with-event-commands#comment-2497</guid>
      <dc:date>2010-08-30T11:12:31Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Tip of the Month: Event Suppression</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2009/05/28/tip-of-the-month-event-suppression#comment-2492</link>
      <description>&lt;!-- [DocumentBodyStart:3b993a11-69cf-4f93-97e5-a144150794b9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Great Work.&amp;#160; Thank you so much. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3b993a11-69cf-4f93-97e5-a144150794b9] --&gt;</description>
      <pubDate>Tue, 24 Aug 2010 21:03:29 GMT</pubDate>
      <author>dcox@enticelabs.com</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2009/05/28/tip-of-the-month-event-suppression#comment-2492</guid>
      <dc:date>2010-08-24T21:03:29Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Zenoss Tip of the Month: Tweeting Events to Twitter with Event Commands</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2010/05/25/zenoss-tip-of-the-month-tweeting-events-to-twitter-with-event-commands#comment-2506</link>
      <description>&lt;!-- [DocumentBodyStart:dcd4d23f-bc83-4024-b8a3-bfa5d9c2ad99] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div&gt;&lt;p&gt;Hi everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;nice script. I made a litte modification. Because i use an iPhone i want to get push notifications. so what i did is, I set up a second twitter account. Both accounts have to follow each other, so you can send direct messages between them. now i added:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;seconduser="the_second_twitter_account_i_want_messages_sent_to"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and i added a second curl-line to create the direct message:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;$curl -u $user:$pass -d "text=`echo $@`&amp;amp;user=$seconduser" &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://twitter.com/direct_messages/new.xml"&gt;http://twitter.com/direct_messages/new.xml&lt;/a&gt;&lt;span&gt; &amp;gt;&amp;amp; /dev/null&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now with an iphone app that support twitter direct messages with push i got the update right to my iphone.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope you like it!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;MacSEK&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dcd4d23f-bc83-4024-b8a3-bfa5d9c2ad99] --&gt;</description>
      <pubDate>Tue, 24 Aug 2010 07:46:04 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2010/05/25/zenoss-tip-of-the-month-tweeting-events-to-twitter-with-event-commands#comment-2506</guid>
      <dc:date>2010-08-24T07:46:04Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Zenoss Tip of the Month: Tweeting Events to Twitter with Event Commands</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2010/05/25/zenoss-tip-of-the-month-tweeting-events-to-twitter-with-event-commands#comment-2485</link>
      <description>&lt;!-- [DocumentBodyStart:03820cbe-6d86-4571-ad37-015fdf2abb95] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;great! works fine for me!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:03820cbe-6d86-4571-ad37-015fdf2abb95] --&gt;</description>
      <pubDate>Mon, 23 Aug 2010 16:48:00 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2010/05/25/zenoss-tip-of-the-month-tweeting-events-to-twitter-with-event-commands#comment-2485</guid>
      <dc:date>2010-08-23T16:48:00Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Tutorial: Creating MultiGraph Reports in Zenoss</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2010/02/21/tutorial-creating-multigraph-reports-in-zenoss#comment-2408</link>
      <description>&lt;!-- [DocumentBodyStart:73d1c922-f59c-4e53-a18f-b35eb85a9522] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Totally agree with Jane.&amp;#160; Great delivery, straightforward and easy to follow.&amp;#160; Also agree that the auto-fill didn't work in 2.5.0.&amp;#160; Could you extend the next video to include how to aggregate the data from devices instead of having 1 line/device/datapoint?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:73d1c922-f59c-4e53-a18f-b35eb85a9522] --&gt;</description>
      <pubDate>Mon, 09 Aug 2010 14:58:38 GMT</pubDate>
      <author>gbaker@austin.utexas.edu</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2010/02/21/tutorial-creating-multigraph-reports-in-zenoss#comment-2408</guid>
      <dc:date>2010-08-09T14:58:38Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Datacenter Barometer: Unifying with ControlTier</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2010/03/12/datacenter-barometer-unifying-with-controltier#comment-2233</link>
      <description>&lt;!-- [DocumentBodyStart:8bbd91c6-b953-4894-b9f8-c6a91d67b166] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Dave42,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I suggest you start by looking at section 7.1 of the Administration guide. You would use Event Commands to kick off a process in Control Tier that you had already defined.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://community.zenoss.org/docs/DOC-4766#d0e7224"&gt;http://community.zenoss.org/docs/DOC-4766#d0e7224&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's a pretty broad document because everyone has different specific tasks but in essense you would set-up both Zenoss and ControlTier seperately then pass the command using an event command from Zenoss to ControlTier based on event criteria.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8bbd91c6-b953-4894-b9f8-c6a91d67b166] --&gt;</description>
      <pubDate>Mon, 12 Jul 2010 13:20:15 GMT</pubDate>
      <author>mrhinkle@zenoss.com</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2010/03/12/datacenter-barometer-unifying-with-controltier#comment-2233</guid>
      <dc:date>2010-07-12T13:20:15Z</dc:date>
    </item>
    <item>
      <title>RE:&amp;nbsp;Datacenter Barometer: Unifying with ControlTier</title>
      <link>http://community.zenoss.org/blogs/zenossblog/2010/03/12/datacenter-barometer-unifying-with-controltier#comment-2231</link>
      <description>&lt;!-- [DocumentBodyStart:2321a1fc-e33d-488f-86af-279d06d3f924] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am a beguinner in developping under zenoss.&lt;/p&gt;&lt;p&gt;I'm wondering how can i do the connection between zenoss and controltiers?&lt;/p&gt;&lt;p&gt;How will do the coordination using zenoss? And how zenoss will send commands(alerts)&lt;/p&gt;&lt;p&gt;to controltier in order to inform him?&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2321a1fc-e33d-488f-86af-279d06d3f924] --&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:14:59 GMT</pubDate>
      <author>daouda242@hotmail.com</author>
      <guid>http://community.zenoss.org/blogs/zenossblog/2010/03/12/datacenter-barometer-unifying-with-controltier#comment-2231</guid>
      <dc:date>2010-07-12T09:14:59Z</dc:date>
    </item>
  </channel>
</rss>

