<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Wiki : Transforms based on time : Comments</title>
    <link>http://community.zenoss.org/docs/DOC-5822#comments</link>
    <description>Comments on : Transforms based on time</description>
    <language>en</language>
    <pubDate>Mon, 22 Mar 2010 15:57:52 GMT</pubDate>
    <generator>Jive SBS 4.5.6.2  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2010-03-22T15:57:52Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-1841</link>
      <description>&lt;!-- [DocumentBodyStart:f0d73848-b7b4-4178-a376-556eff1e2839] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for this - it's useful.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f0d73848-b7b4-4178-a376-556eff1e2839] --&gt;</description>
      <pubDate>Mon, 22 Mar 2010 15:57:52 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-1841</guid>
      <dc:date>2010-03-22T15:57:52Z</dc:date>
      <clearspace:dateToText>3 years, 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-1842</link>
      <description>&lt;!-- [DocumentBodyStart:c0f83433-f639-47bf-9480-5e8cd94d4429] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Glad that you found it useful.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0f83433-f639-47bf-9480-5e8cd94d4429] --&gt;</description>
      <pubDate>Mon, 22 Mar 2010 16:10:45 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-1842</guid>
      <dc:date>2010-03-22T16:10:45Z</dc:date>
      <clearspace:dateToText>3 years, 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-2336</link>
      <description>&lt;!-- [DocumentBodyStart:80659632-6fa8-43f1-9afa-99a65817968f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Ryan,&lt;/p&gt;&lt;p&gt;I've been happily making transforms based on minutes and hours, but I can't seem to get anything using the current day working.&amp;#160; It's really strange - does it definitely work for you?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I tried a transform with: -&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;if (time.localtime()[2] in [0, 1, 2, 3, 4, 5, 6]):&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160; evt.TransformNote="This worked"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;... but this doesn't work.&amp;#160; The same with localtime()[3] does, so I'm confused.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:80659632-6fa8-43f1-9afa-99a65817968f] --&gt;</description>
      <pubDate>Wed, 28 Jul 2010 18:16:40 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-2336</guid>
      <dc:date>2010-07-28T18:16:40Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-2329</link>
      <description>&lt;!-- [DocumentBodyStart:c133f5d9-3a2d-4f30-822f-735e0387a65d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You're definitely doing something wrong man.&amp;#160; I think you're not understanding the way the numbers work or something...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; time.localtime()[3]&lt;br/&gt;14&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; time.localtime()[2]&lt;br/&gt;28&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; if (time.localtime()[3] in [0, 1, 2, 3, 4, 5, 6, 14]):&lt;br/&gt;...&amp;#160;&amp;#160;&amp;#160;&amp;#160; print 'bleh'&lt;br/&gt;... &lt;br/&gt;bleh&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; if (time.localtime()[2] in [0, 1, 2, 3, 4, 5, 6, 28]):&lt;br/&gt;...&amp;#160;&amp;#160;&amp;#160;&amp;#160; print 'bleh'&lt;br/&gt;... &lt;br/&gt;bleh&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c133f5d9-3a2d-4f30-822f-735e0387a65d] --&gt;</description>
      <pubDate>Wed, 28 Jul 2010 18:53:03 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-2329</guid>
      <dc:date>2010-07-28T18:53:03Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-2330</link>
      <description>&lt;!-- [DocumentBodyStart:d3d7122c-ca74-4e0a-89e0-3dc5d89476ab] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span id="comment-body-2336"&gt;if (time.localtime()[2] in [0, 1, 2, 3, 4, 5, 6]):&lt;/span&gt; will only trigger on the 1st, 2nd, 3rd, 4th, 5th, and 6th day of each month.&amp;#160; It literally represents the current day.&amp;#160; For instance, today is the 28th.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3d7122c-ca74-4e0a-89e0-3dc5d89476ab] --&gt;</description>
      <pubDate>Wed, 28 Jul 2010 18:54:27 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-2330</guid>
      <dc:date>2010-07-28T18:54:27Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-2337</link>
      <description>&lt;!-- [DocumentBodyStart:cff903a8-914c-4771-a4a3-dc8d470e2a7e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks so much for this response - I was taking it to mean 'day of week'!!&amp;#160; What an idiot.&lt;/p&gt;&lt;p&gt;It looks like I may be able to use time.localtime()[6]?&amp;#160; I'll try it tomorrow.&lt;/p&gt;&lt;p&gt;Cheers again.&lt;/p&gt;&lt;pre ___default_attr="plain" jivemacro="code"&gt;&lt;pre ___default_attr="plain" jivemacro="code"&gt;&lt;pre ___default_attr="plain" jivemacro="code"&gt;&lt;pre ___default_attr="plain" jivemacro="code"&gt;&lt;pre ___default_attr="plain" jivemacro="code"&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cff903a8-914c-4771-a4a3-dc8d470e2a7e] --&gt;</description>
      <pubDate>Wed, 28 Jul 2010 22:17:19 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-2337</guid>
      <dc:date>2010-07-28T22:17:19Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-2338</link>
      <description>&lt;!-- [DocumentBodyStart:c7d58afa-49d1-4011-a898-284407a77208] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, &lt;span id="comment-body-2337"&gt;time.localtime()[6] is what you want... I don't quite understand it though since every reference I've found to it says that 0 should represent monday and 6 should represent Sunday, yet we are clearly Wednesday today and every time I try it on any of my servers or my workstation (which all have the correct date/time, I get the following results:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;rmatte@noc:~$ date&lt;br/&gt;Wed Jul 28 19:30:14 EDT 2010&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; time.localtime()&lt;br/&gt;time.struct_time(tm_year=2010, tm_mon=7, tm_mday=28, tm_hour=19, tm_min=30, tm_sec=26, tm_wday=2, tm_yday=209, tm_isdst=1)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;So 2 is Wednesday then?&amp;#160; It's a bit weird.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7d58afa-49d1-4011-a898-284407a77208] --&gt;</description>
      <pubDate>Wed, 28 Jul 2010 23:40:03 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-2338</guid>
      <dc:date>2010-07-28T23:40:03Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-2339</link>
      <description>&lt;!-- [DocumentBodyStart:c095f87d-d252-48a9-9d90-51e0096bcfc3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Oh nevermind, I wasn't thinking of it right... here's the correct index...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;0: Monday&lt;/p&gt;&lt;p&gt;1: Tuesday&lt;/p&gt;&lt;p&gt;2: Wednesday&lt;/p&gt;&lt;p&gt;3: Thursday&lt;/p&gt;&lt;p&gt;4: Friday&lt;/p&gt;&lt;p&gt;5: Saturday&lt;/p&gt;&lt;p&gt;6: Sunday&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;That makes sense.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c095f87d-d252-48a9-9d90-51e0096bcfc3] --&gt;</description>
      <pubDate>Wed, 28 Jul 2010 23:41:08 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-2339</guid>
      <dc:date>2010-07-28T23:41:08Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-6886</link>
      <description>&lt;!-- [DocumentBodyStart:514be6fd-54ac-4134-bcf5-977bf935c17b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This a great bit a code.&amp;#160; Would there be a way to make it look at a certain device class and event class and then only change the severity of the event.&amp;#160;&amp;#160; We would like to see the event in the dashboard, but we don't want to alert on it during a certain period of time.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:514be6fd-54ac-4134-bcf5-977bf935c17b] --&gt;</description>
      <pubDate>Thu, 26 Sep 2013 13:01:13 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-6886</guid>
      <dc:date>2013-09-26T13:01:13Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-6887</link>
      <description>&lt;!-- [DocumentBodyStart:a4e767b3-48ee-4edb-b0c8-10e35478fa38] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It's simple to do stuff like that.&amp;#160; Search the community site for "example transforms" and you'll find lots of examples of how to do that.&amp;#160; When you double click on an event and expand the details sections that pop up on the right you'll see all of the different properties that you can access in an event transform.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;You could just add something to the transform like:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;if evt.DeviceClass == "/My/Device/Class" and evt.eventClass == "/My/Event/Class":&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; evt.severity = 5&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Severities, 5 = Critical, 4 = Error, 3 = Warning and so on...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4e767b3-48ee-4edb-b0c8-10e35478fa38] --&gt;</description>
      <pubDate>Thu, 26 Sep 2013 13:41:25 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-6887</guid>
      <dc:date>2013-09-26T13:41:25Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-6888</link>
      <description>&lt;!-- [DocumentBodyStart:5a57b8cd-5aae-43a8-9b6e-4b4bca900527] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;thanks for the super fast response.&amp;#160; I was thinking about this a bit more and thought maybe it would be best to use maintenance windows to control this rather than a time frame in the transform for the managebility and visibility.&amp;#160; Below are somethings that have tried.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;This one is based on time and it works fine.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;import time, re&lt;br/&gt;if re.match('/Perf/CPU', evt.eventClass):&lt;br/&gt; if re.match('/Server/Windows/WMI/MSSQLServer/Cluster', evt.DeviceClass):&lt;br/&gt;&amp;#160; if time.localtime()[3] &amp;gt;= 10 and time.localtime()[3] &amp;lt; 11:&lt;br/&gt;&amp;#160;&amp;#160; evt.severity = 3&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;This one is based on productions state but doesn't seem to be working just yet. &lt;/strong&gt; &lt;/p&gt;&lt;p&gt;import time, re&lt;br/&gt;if re.match('/Perf/CPU', evt.eventClass):&lt;br/&gt; if re.match('/Server/Windows/WMI/MSSQLServer/Cluster', evt.DeviceClass):&lt;br/&gt;&amp;#160; if re.match('Maintenance',evt.prodState):&lt;br/&gt;&amp;#160;&amp;#160; evt.severity = 3&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Also tried this &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;import time, re&lt;br/&gt;if re.match('/Perf/CPU', evt.eventClass):&lt;br/&gt; if re.match('/Server/Windows/WMI/MSSQLServer/Cluster', evt.DeviceClass):&lt;br/&gt;&amp;#160; if evt.prodState == Mainteancne:&lt;br/&gt;&amp;#160;&amp;#160; evt.severity = 3&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I also tried replacing maintenance with 300 for the conversion.&lt;/p&gt;&lt;p&gt;Any ideas on the one for production state would be greatly appreciated.&lt;/p&gt;&lt;div class="mcePaste" id="_mcePaste" style="position: absolute; left: 0px; top: 0px;"&gt;﻿&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5a57b8cd-5aae-43a8-9b6e-4b4bca900527] --&gt;</description>
      <pubDate>Thu, 26 Sep 2013 15:51:46 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-6888</guid>
      <dc:date>2013-09-26T15:51:46Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-6889</link>
      <description>&lt;!-- [DocumentBodyStart:02e0449e-f3d9-422d-91de-ea2e0e3de588] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;For evt.prodState you need to use an integer value, not a string.&amp;#160; You can see the production state to integer conversions under Advanced -&amp;gt; Settings.&amp;#160; For instance, Production would be 1000, Maintenance would be 300.&amp;#160; Don't use re.match for doing straight matches, it's much more intensive on the system to process it.&amp;#160; If you're not specifically using regex statements then you should just be using ==.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;End result would be...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;span style="color: #2b2b2b; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;import time&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;span style="color: #2b2b2b; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;if evt.eventClass == &lt;span style="color: #2b2b2b; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;'/Perf/CPU' and &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;span style="color: #2b2b2b; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;evt.DeviceClass == &lt;/span&gt;&lt;span style="color: #2b2b2b; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;'/Server/Windows/WMI/MSSQLServer/Cluster' and evt.prodState == 300:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;span style="color: #2b2b2b; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&amp;#160;&amp;#160;&amp;#160; evt.severity = 3&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:02e0449e-f3d9-422d-91de-ea2e0e3de588] --&gt;</description>
      <pubDate>Thu, 26 Sep 2013 15:59:16 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-6889</guid>
      <dc:date>2013-09-26T15:59:16Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Transforms based on time</title>
      <link>http://community.zenoss.org/docs/DOC-5822#comments-6890</link>
      <description>&lt;!-- [DocumentBodyStart:e475b5bf-6d65-4048-b82f-bc33098591e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Works perfectly, thanks for the tips.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e475b5bf-6d65-4048-b82f-bc33098591e8] --&gt;</description>
      <pubDate>Thu, 26 Sep 2013 16:06:15 GMT</pubDate>
      <author>community@zenoss.org</author>
      <guid>http://community.zenoss.org/docs/DOC-5822#comments-6890</guid>
      <dc:date>2013-09-26T16:06:15Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

