<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NMON Data from central share - no Data Inputs in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156374#M14280</link>
    <description>&lt;P&gt;Hi Guilhem,&lt;BR /&gt;
it seems to work. Thanks. But i see another Problem. In the inputs.conf i have the parameter host_segment=4 but all inputs are indexed with the Forwarder as Host. Should it work with the host_segment parameter?&lt;/P&gt;

&lt;P&gt;Cheers, Sven&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 17:11:57 GMT</pubDate>
    <dc:creator>eichfuss</dc:creator>
    <dc:date>2020-09-28T17:11:57Z</dc:date>
    <item>
      <title>NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156369#M14275</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;still trying to get the nmon App running. The AIX Server is collecting all nmon-Files one one server, on which also is installed the Universal Forwarder.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;/opt/splunkforwarder/etc/apps/TA-nmon/local/inputs.conf&lt;/STRONG&gt;&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
&lt;B&gt;[monitor:///opt/nmon/nmon_collect//&lt;EM&gt;nmon]&lt;/EM&gt;&lt;/B&gt;&lt;EM&gt;&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = nmon&lt;BR /&gt;
sourcetype = nmon_processing&lt;BR /&gt;
crcSalt = &lt;SOURCE&gt; &lt;BR /&gt;
host_segment = 4&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;[batch:///opt/splunkforwarder/etc/apps/TA-nmon/var/csv_repository/*nmon&lt;/B&gt;&lt;/SOURCE&gt;&lt;/EM&gt;&lt;B&gt;.csv]&lt;/B&gt;&lt;BR /&gt;
disabled = false&lt;BR /&gt;
move_policy = sinkhole&lt;BR /&gt;
recursive = false&lt;BR /&gt;
crcSalt = &lt;SOURCE&gt;&lt;BR /&gt;
index = nmon&lt;BR /&gt;
sourcetype = nmon_data&lt;BR /&gt;
source = nmon_data&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;[batch:///opt/splunkforwarder/etc/apps/TA-nmon/var/config_repository/&lt;EM&gt;nmon&lt;/EM&gt;.csv]&lt;/B&gt;&lt;BR /&gt;
disabled = false&lt;BR /&gt;
move_policy = sinkhole&lt;BR /&gt;
recursive = false&lt;BR /&gt;
crcSalt = &lt;SOURCE&gt;&lt;BR /&gt;
index = nmon&lt;BR /&gt;
sourcetype = nmon_config&lt;BR /&gt;
source = nmon_config&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;[script://./bin/nmon_helper.sh]&lt;/B&gt;&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = nmon&lt;BR /&gt;
interval = 60&lt;BR /&gt;
source = nmon_collect&lt;BR /&gt;
sourcetype = nmon_collect&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;/SOURCE&gt;&lt;/SOURCE&gt;&lt;/PRE&gt;&lt;BR /&gt;
&lt;STRONG&gt;/opt/splunkforwarder/etc/apps/TA-nmon/local/props.conf&lt;/STRONG&gt;&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
&lt;B&gt;[source::/opt/nmon/nmon_collect//&lt;EM&gt;nmon]&lt;/EM&gt;&lt;/B&gt;&lt;EM&gt;&lt;BR /&gt;
invalid_cause = archive&lt;BR /&gt;
unarchive_cmd = /opt/splunkforwarder/etc/apps/TA-nmon/bin/nmon2csv.pl&lt;BR /&gt;
sourcetype = nmon_processing&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
[nmon_data]&lt;BR /&gt;
FIELD_DELIMITER=,&lt;BR /&gt;
FIELD_QUOTE="&lt;BR /&gt;
HEADER_FIELD_LINE_NUMBER=1&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
INDEXED_EXTRACTIONS=csv&lt;BR /&gt;
NO_BINARY_CHECK=1&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
TIMESTAMP_FIELDS=ZZZZ&lt;BR /&gt;
TIME_FORMAT=%d-%m-%Y %H:%M:%S&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
KV_MODE=none&lt;BR /&gt;
pulldown_type=true&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
[nmon_processing]&lt;BR /&gt;
EXTRACT-cksum = (?i) .&lt;/EM&gt;?: (?P&lt;CKSUM&gt;\d+)&lt;BR /&gt;
TIME_FORMAT=%Y-%m-%d %H:%M:%S&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
[nmon_config]&lt;BR /&gt;
BREAK_ONLY_BEFORE=CONFIG,&lt;BR /&gt;
MAX_EVENTS=10000&lt;BR /&gt;
NO_BINARY_CHECK=1&lt;BR /&gt;
SHOULD_LINEMERGE=true&lt;BR /&gt;
TIME_FORMAT=%d-%b-%Y:%H:%M&lt;BR /&gt;
TIME_PREFIX=CONFIG,&lt;BR /&gt;
TRUNCATE=0&lt;BR /&gt;
&lt;/CKSUM&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;The Problem is, that only the nmon Files from the localhost, on which the forwarder is running, are converted to csv-Files. I tried *, //, /.../ for the wildcard function but allways the same problem. If i changed the path and set on servername instead of the wildcard, the nmon files from this server will be converted.&lt;/P&gt;

&lt;P&gt;The path looks like this:&lt;BR /&gt;&lt;BR /&gt;
/opt/nmon/nmon_collect/SERVERNAME/&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;Can someone help me to find out the mistake?&lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Cheers Sven&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156369#M14275</guid>
      <dc:creator>eichfuss</dc:creator>
      <dc:date>2020-09-28T17:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156370#M14276</link>
      <description>&lt;P&gt;Hi Eichfuss,&lt;/P&gt;

&lt;P&gt;Have you read the deployment scenario in the Help page ?&lt;/P&gt;

&lt;P&gt;If well understand you case, you want to use a forwarder to work with nmon files collected by your own, and send the data to your indexer, right ?&lt;/P&gt;

&lt;P&gt;If so, that's quite easy, based on the path you mention, you just have to edit your local forwarder configuration as follows:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;$SPLUNK_HOME/etc/apps/TA-nmon/local/inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///opt/nmon/nmon_collect/SERVERNAME/*nmon]

disabled = false
index = nmon
sourcetype = nmon_processing
crcSalt = &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;$SPLUNK_HOME/etc/apps/TA-nmon/local/props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::/opt/nmon/nmon_collect/SERVERNAME/*nmon]

invalid_cause = archive
unarchive_cmd = $SPLUNK_HOME/etc/apps/TA-nmon/bin/nmon2csv.pl
sourcetype = nmon_processing
NO_BINARY_CHECK = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then restart your forwarder.&lt;/P&gt;

&lt;P&gt;Any nmon files stored within this directory will handled by the forwarder, converted and the data streamed to the indexer&lt;/P&gt;

&lt;P&gt;Take care about directories structure within your repository, if you have sub-directories you have to adapt the above configuration&lt;/P&gt;

&lt;P&gt;Let me know how this goes for you&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 15:32:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156370#M14276</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2014-07-24T15:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156371#M14277</link>
      <description>&lt;P&gt;Hi Sven,&lt;/P&gt;

&lt;P&gt;Sorry my response was a little a bit out of subject yesterday, your output was not code formatted and difficult to read.&lt;/P&gt;

&lt;P&gt;I'm reproducing your configuration and will revert&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 09:35:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156371#M14277</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2014-07-25T09:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156372#M14278</link>
      <description>&lt;P&gt;Sven,&lt;/P&gt;

&lt;P&gt;Tested and approved, please follow this configuration and steps:&lt;/P&gt;

&lt;P&gt;Note: I assume your forwarder is well connected to your indexer, but as far as i understood this is the case as you have data for it in your indexer (local nmon perf data of the forwarder)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Delete your $SPLUNK_HOME/etc/apps/TA-nmon/local/inputs.conf and props.conf&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; Create inputs.conf and props.conf with the following content:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;$SPLUNK_HOME/etc/apps/TA-nmon/local/inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;##################################
#           nmon2csv stanza         #
##################################

[monitor:///opt/nmon/nmon_collect/*/*nmon]
disabled = false
index = nmon
sourcetype = nmon_processing
crcSalt = &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;$SPLUNK_HOME/etc/apps/TA-nmon/local/props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;##################################
#           nmon2csv stanza         #
##################################

[source::/opt/nmon/nmon_collect/*/*nmon]
invalid_cause = archive
unarchive_cmd = $SPLUNK_HOME/etc/apps/TA-nmon/bin/nmon2csv.pl
sourcetype = nmon_processing
NO_BINARY_CHECK = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; Restart the forwarder&lt;/P&gt;

&lt;P&gt;Once you're here, any directory within "nmon_collect" containing nmon files will be considered by the forwarder, converted and the data steamed to your indexer.&lt;/P&gt;

&lt;P&gt;In the local forwarder log, you will see events like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-25-2014 12:04:09.652 +0200 INFO  ArchiveProcessor - handling file=/opt/nmon/nmon_collect/spou765/spou765_140316_0000.nmon
07-25-2014 12:04:09.652 +0200 INFO  ArchiveProcessor - reading path=/opt/nmon/nmon_collect/spou765/spou765_140316_0000.nmon (seek=0 len=1293134)
07-25-2014 12:04:11.301 +0200 INFO  ArchiveProcessor - Finished processing file '/opt/nmon/nmon_collect/spou765/spou765_140316_0000.nmon', removing from stats
07-25-2014 12:04:11.353 +0200 WARN  TcpOutputProc - The event is missing source information. Event : pÉ:^A
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Within the indexer, you can search for the nmon_processing activity like this:&lt;/P&gt;

&lt;P&gt;index="nmon" sourcetype="nmon_processing"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-07-25 12:04:11
 host: spou765, Nmon data in date of 16-MAR-2014, starting time 00:00:03, Process done.
2014-07-25 12:04:11
 host: spou765, Nmon data in date of 16-MAR-2014, starting time 00:00:03, NMON file cksum: 2276986525
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And you will find events corresponding to the processing steps of this nmon file&lt;/P&gt;

&lt;P&gt;And finally, the nmon_data available for theses hosts will be available within interfaces as usual.&lt;/P&gt;

&lt;P&gt;Note: This configuration won't purge any nmon file once managed (which is required off course), this may implies CPU load on the forwarder if there a very very large number of nmon files in your repository.&lt;BR /&gt;
But once managed by the forwarder, an nmon file is known as already proceeded and won't be managed again.&lt;BR /&gt;
So you should have a retention policy or archiving procedure to avoid having infinite number of nmon files in it &lt;/P&gt;

&lt;P&gt;Please tell me if this ok for you.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 10:25:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156372#M14278</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2014-07-25T10:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156373#M14279</link>
      <description>&lt;P&gt;Thanks a lot Guilhem I will try this and give you a feedback. Yes it's right, my post was not readable. Shame on me, I have to learn how to write a post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Sven&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 12:07:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156373#M14279</guid>
      <dc:creator>eichfuss</dc:creator>
      <dc:date>2014-07-25T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156374#M14280</link>
      <description>&lt;P&gt;Hi Guilhem,&lt;BR /&gt;
it seems to work. Thanks. But i see another Problem. In the inputs.conf i have the parameter host_segment=4 but all inputs are indexed with the Forwarder as Host. Should it work with the host_segment parameter?&lt;/P&gt;

&lt;P&gt;Cheers, Sven&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:11:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156374#M14280</guid>
      <dc:creator>eichfuss</dc:creator>
      <dc:date>2020-09-28T17:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156375#M14281</link>
      <description>&lt;P&gt;Hi Sven,&lt;/P&gt;

&lt;P&gt;Great &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;To answer, this is not a problem and this is expected.&lt;/P&gt;

&lt;P&gt;The application does not use the default "host" field to identify the Nmon host source to address this kind of case.&lt;BR /&gt;
It use a custom field "hostname" which is extracted from the Nmon data.&lt;/P&gt;

&lt;P&gt;So:&lt;BR /&gt;
- When the host generates its own Nmon data, then the default host fields is indeed the same than hostname will be&lt;BR /&gt;
- When the host manages Nmon files he did not generated (such as coming from an external share), then the host field will always be its own.&lt;/P&gt;

&lt;P&gt;That's why the App uses hostname field as you will see in interfaces&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2014 09:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156375#M14281</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2014-07-29T09:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156376#M14282</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;A new main release of the App has been published today. (Version 1.4.0)&lt;/P&gt;

&lt;P&gt;This introduces the new Python rewritten converter.&lt;/P&gt;

&lt;P&gt;To upgrade, please ensure to modify your local configuration (such as the above configuration) to modify the nmon2csv line from "nmon2csv.pl" to "nmon2csv.py"&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 10:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156376#M14282</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2014-08-04T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156377#M14283</link>
      <description>&lt;P&gt;Sven,&lt;/P&gt;

&lt;P&gt;A new release, Version 1.4.1, has been published today.&lt;BR /&gt;
This corrects the host default field assignment by evaluating it from the Nmon data.&lt;BR /&gt;
New indexed data will have the host field equivalent to the custom hostname field&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2014 18:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156377#M14283</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2014-08-05T18:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156378#M14284</link>
      <description>&lt;P&gt;I tried the steps above but still didn't get to make it work yet. I have the nmon under /opt/splunkforwarder/var/run/nmon/var/nmon_repository however it doesn't get refreshed. Anycase, the splunk server lists 0 deployed apps (it does show the client host name). Forwarder etc. are set correctly and the splunkd.log in forwarder shows &lt;BR /&gt;
06-01-2015 01:25:04.227 -0700 INFO  ArchiveProcessor - new tailer already processed path=/opt/splunkforwarder/var/run/nmon/var/nmon_repository/g-VirtualBox_150531_1716.nmon&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:08:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156378#M14284</guid>
      <dc:creator>guhanraman</dc:creator>
      <dc:date>2020-09-28T20:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Data from central share - no Data Inputs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156379#M14285</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can we exchange by mail ? (you will find my mail in the Help page within the App, marker icon of the home page)&lt;BR /&gt;
To be honest, i do not know i you are the origin person who opened this question or is it a new one ? (in such a case, please consider opening new answers or you request cannot be in visibility....)&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 17:33:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Data-from-central-share-no-Data-Inputs/m-p/156379#M14285</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-06-02T17:33:32Z</dc:date>
    </item>
  </channel>
</rss>

