<?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 Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264712#M30618</link>
    <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;

&lt;P&gt;That's an interesting question and case !&lt;BR /&gt;
I think you can follow the advice above, with some supplementary information:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;1. UF package customization&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;A Python customization tool is provided in the resource directory:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:createagent" target="_blank"&gt;http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:createagent&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You could use that tool to create automatically 2 or more UF package that will use different indexes to stream data to your indexers, and you will manage the deployment depending on your wish (let's say an UF-nmon-qa and UF-nmon-dev)&lt;/P&gt;

&lt;P&gt;The tool allows you to change the destination index. (see usage in the Wiki page)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;2. App customization&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;An other Python tool is provided to manage global Application customization, this Python script will change every required file to match you custom index:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:customize" target="_blank"&gt;http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:customize&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The idea would be to specify an "nmon_*" as your custom index (i haven't tested this but i think it can work the current script version, in the worst case an update of the script would make that work)&lt;/P&gt;

&lt;P&gt;This would create a custom spl package containing the Application, using "nmon_*" as the index name will modify every search, view, datamodel and will match any index starting by nmon_&lt;/P&gt;

&lt;P&gt;The only thing you will have to manage yourself will be to ensure you have correct configuration for your indexers (an indexes.conf containing both indexes), the current customization tool will not manage this but you can easily correct the generated PA package.&lt;/P&gt;

&lt;P&gt;Note that using these tools is fully supported (by me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and should be used to follow application future updates, such you just have to redo these steps to create your own packages ready for deployment.&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;This customization scenario has been qualified and documented under the Nmon wiki:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://nmonsplunk.wikidot.com/documentation:userguide:configure:splitindex" target="_blank"&gt;http://nmonsplunk.wikidot.com/documentation:userguide:configure:splitindex&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This procedure will allow managing different scenarios using Python supported customization tools: Splitting default index into multiple indexes to manage various configuration such as other environments (each index can have its own retention or parameters), Managing Nmon data from the central Core application targeting various indexers configuration (all data indexed in same indexer or indexer cluster or each environment with its own indexer(s) and so on)&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:28:50 GMT</pubDate>
    <dc:creator>guilmxm</dc:creator>
    <dc:date>2020-09-29T07:28:50Z</dc:date>
    <item>
      <title>NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264708#M30614</link>
      <description>&lt;P&gt;Hello Guilhem &amp;amp; NMON community,&lt;/P&gt;

&lt;P&gt;We would like to somehow modify the NMON app to post NMON data to different indexes that associate with the dev or qa team that would use it.&lt;/P&gt;

&lt;P&gt;IE: &lt;BR /&gt;
(INDEXER) __index=nmon(team1) ---&amp;gt;    (SEARCHHEAD (team1)nmon_app1&lt;BR /&gt;
(INDEXER) __index=nmon(team2)  ---&amp;gt;   (SERRCHHEAD (team2)nmon_app2&lt;/P&gt;

&lt;P&gt;Does the above make sense? Basically, we just want to be able to put a dev or qa team's data in the same index that they use for other sourcetypes, as we have almost too many teams using Splunk to be combined into one primary index=nmon.&lt;/P&gt;

&lt;P&gt;Experiences or suggestions welcome.&lt;/P&gt;

&lt;P&gt;Thank You,&lt;BR /&gt;
Daniel MacGillivray&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:31:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264708#M30614</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2020-09-29T07:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264709#M30615</link>
      <description>&lt;P&gt;Do your dev and qa teams work on different servers? If so, you could configure inputs.conf file in UF on qa server to send data to index=nmon_qa and dev server to send data to index=nmon_dev. Then you would just have to make sure to adjust your searches to include a filter for your specific index.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264709#M30615</guid>
      <dc:creator>tskinnerivsec</dc:creator>
      <dc:date>2020-09-29T07:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264710#M30616</link>
      <description>&lt;P&gt;Thanks "tskinnerrivsec" for checking back. They do utilize different servers, so your suggestion makes sense. I had actually done this with the old TA-nix app prior to NMON and it worked out for the best. &lt;/P&gt;

&lt;P&gt;With NMON I had some reservations on changing the front end of the app, as I would guess data models, then searches and -- then I am not sure if two or three differently named versions of the app can be on the same Search Head?&lt;/P&gt;

&lt;P&gt;In reality, just having two would be enough of a workaround as one group of servers is classified as sensitive but not sure it can be done...&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:11:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264710#M30616</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2015-10-06T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264711#M30617</link>
      <description>&lt;P&gt;you could always install a 2nd copy of the app on the same search head. You would just want to untar the 2nd copy to a different directory than /opt/splunk/etc/apps/nmon (which is the default install location) Also, you'd probably want to customize the apps.conf file:&lt;/P&gt;

&lt;P&gt;[package]&lt;BR /&gt;
id = nmon&lt;BR /&gt;
check_for_updates = true&lt;/P&gt;

&lt;P&gt;[ui]&lt;BR /&gt;
is_visible = 1&lt;BR /&gt;
label = NMON Performance&lt;/P&gt;

&lt;P&gt;You would probably want to customize the id, and label strings here to differentiate the versions of the app. &lt;/P&gt;

&lt;P&gt;Data models shouldn't need to be customized, you will just adjust data model searches by including filter | search index=nmon...&lt;/P&gt;

&lt;P&gt;This is probably a bit of an inconvenience, but certainly one method of addressing your problem. You could also stand up an additional search head for one of the teams and that would cut down on the number of customizations you need to make. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:31:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264711#M30617</guid>
      <dc:creator>tskinnerivsec</dc:creator>
      <dc:date>2020-09-29T07:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264712#M30618</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;

&lt;P&gt;That's an interesting question and case !&lt;BR /&gt;
I think you can follow the advice above, with some supplementary information:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;1. UF package customization&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;A Python customization tool is provided in the resource directory:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:createagent" target="_blank"&gt;http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:createagent&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You could use that tool to create automatically 2 or more UF package that will use different indexes to stream data to your indexers, and you will manage the deployment depending on your wish (let's say an UF-nmon-qa and UF-nmon-dev)&lt;/P&gt;

&lt;P&gt;The tool allows you to change the destination index. (see usage in the Wiki page)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;2. App customization&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;An other Python tool is provided to manage global Application customization, this Python script will change every required file to match you custom index:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:customize" target="_blank"&gt;http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:customize&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The idea would be to specify an "nmon_*" as your custom index (i haven't tested this but i think it can work the current script version, in the worst case an update of the script would make that work)&lt;/P&gt;

&lt;P&gt;This would create a custom spl package containing the Application, using "nmon_*" as the index name will modify every search, view, datamodel and will match any index starting by nmon_&lt;/P&gt;

&lt;P&gt;The only thing you will have to manage yourself will be to ensure you have correct configuration for your indexers (an indexes.conf containing both indexes), the current customization tool will not manage this but you can easily correct the generated PA package.&lt;/P&gt;

&lt;P&gt;Note that using these tools is fully supported (by me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and should be used to follow application future updates, such you just have to redo these steps to create your own packages ready for deployment.&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;This customization scenario has been qualified and documented under the Nmon wiki:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://nmonsplunk.wikidot.com/documentation:userguide:configure:splitindex" target="_blank"&gt;http://nmonsplunk.wikidot.com/documentation:userguide:configure:splitindex&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This procedure will allow managing different scenarios using Python supported customization tools: Splitting default index into multiple indexes to manage various configuration such as other environments (each index can have its own retention or parameters), Managing Nmon data from the central Core application targeting various indexers configuration (all data indexed in same indexer or indexer cluster or each environment with its own indexer(s) and so on)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:28:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264712#M30618</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2020-09-29T07:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264713#M30619</link>
      <description>&lt;P&gt;Excellent that make complete sense. Will try that out and thanks !!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264713#M30619</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2015-10-06T15:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264714#M30620</link>
      <description>&lt;P&gt;Hi Guilhem, This is an awesome solution as the global solution will work perfectly. I just realized and correct me if I am wrong,. the only other thing that may have to be manually adjusted is the .png  NMON icon for the app itself? &lt;/P&gt;

&lt;P&gt;Thanks Again,&lt;BR /&gt;
Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:23:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264714#M30620</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2015-10-06T17:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264715#M30621</link>
      <description>&lt;P&gt;Daniel,&lt;/P&gt;

&lt;P&gt;No, you should not have anything to manage using customization tools, they will do that job for you.&lt;/P&gt;

&lt;P&gt;Just to sum up the scenario:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Indexer(s) standalone or in cluster will contain at least 2 nmon indexes, let's say nmon_qa and nmon_dev (thanks tskinnerrivsec for you smart suggestion)&lt;/LI&gt;
&lt;LI&gt;search head (standalone or sh cluster) will contain a customized Nmon App&lt;/LI&gt;
&lt;LI&gt;TA-nmon package will be created to be deployed on different clients, qualification and dev for example&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;If you let me very few time, i will qualify this scenario and write an customization scenario in the Wiki, and will let you know.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:31:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264715#M30621</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2020-09-29T07:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264716#M30622</link>
      <description>&lt;P&gt;@tskinnerivsec&lt;/P&gt;

&lt;P&gt;I would not recommend that, this would be over complicated and will waste system resources on indexers and search heads.&lt;BR /&gt;
As a complete solution, the Nmon app comes with many views, variety of configuration and data models, scheduled savedsearches (to generate inventory data, alerting...) and so on.&lt;BR /&gt;
Duplicating the application would cost a lot to Splunk infrastructure, customizing the App is i think a better approach.&lt;/P&gt;

&lt;P&gt;Guilhem &lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 19:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264716#M30622</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-10-06T19:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264717#M30623</link>
      <description>&lt;P&gt;Thanks everyone for your help today. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 22:50:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264717#M30623</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2015-10-06T22:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264718#M30624</link>
      <description>&lt;P&gt;Daniel,&lt;/P&gt;

&lt;P&gt;I have edited my answer below with a link to the small doc i have just created (its a first version)&lt;BR /&gt;
My tests were ok, the application will perfectly manage different indexes using Python customization tools. (using a prefix common to all indexes, such as "nmon_" for example)&lt;BR /&gt;
Then, you need to create your own TA-nmon to address each of your case and you will be good.&lt;/P&gt;

&lt;P&gt;Don't hesitate to revert &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 23:12:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264718#M30624</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-10-06T23:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264719#M30625</link>
      <description>&lt;P&gt;Hi Guilhem . The scripts for app customization and UF package customization are doing what they were intended to do. There are two exceptions ...... I was able to get around the first one.&lt;/P&gt;

&lt;P&gt;1) The app customization relies on 2.7 python. I set the .py script to read #/opt/splunk/bin/python &lt;/P&gt;

&lt;P&gt;2) The icons for CPU, Process, Disk , Application Information and Safe Center do not show up after customization.&lt;BR /&gt;
    I am sure there is a way around it but the indexes and searches are running ok though.&lt;/P&gt;

&lt;P&gt;Daniel &lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 17:35:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264719#M30625</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2015-10-12T17:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264720#M30626</link>
      <description>&lt;P&gt;I believe the issue with number two possibly was the command switch combination I used to create the customized app. Not sure though. Just wanted to be more clear on what I did..&lt;/P&gt;

&lt;P&gt;1) Ran the command &lt;/P&gt;

&lt;P&gt;./Nmon_SplunkApp_Customize.py -f nmon-performance-monitor-for-unix-and-linux-systems_1603.tgz -i qa -r nmon_qa&lt;/P&gt;

&lt;P&gt;2) Resulting output affected all the xml pages. Seem's ok otherwise...&lt;BR /&gt;
IE: &lt;IMG src="https://community.splunk.com/../../static/app/nmon_qa_qa/icons/color_theme/info2.png" alt="info" /&gt;&lt;/P&gt;

&lt;P&gt;For now sed -i 's/nmon_qa_qa/nmon_qa/g' . will fix the issue, but I would not recommend this. It for me was a workaround. I would guess the command switch would need some adjustment or I am doing it wrong &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:36:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264720#M30626</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2020-09-29T07:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264721#M30627</link>
      <description>&lt;P&gt;Here is the output that was bad.. Sorry for any confusion.&lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/../../static/app/nmon_qa_qa/icons/color_theme/info2.png" alt="info" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 18:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264721#M30627</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2015-10-12T18:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264722#M30628</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;

&lt;P&gt;To answer:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Python&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;They are Python script indeed, and they do require Python 2.7.x (embedded with any quite recent Linux OS)&lt;BR /&gt;
You call them like any script (./myscript.py or python myscript.py)&lt;/P&gt;

&lt;P&gt;If you don't have Python 2.7 but run them in the same server than a splunk installation, you could call it that way:&lt;/P&gt;

&lt;P&gt;/opt/splunk/bin/splunk cmd python /myscript.py&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Please give a valid argument to each switch, this is the root cause of your issue&lt;/P&gt;

&lt;P&gt;./Nmon_SplunkApp_Customize.py --help&lt;BR /&gt;
usage: Nmon_SplunkApp_Customize.py [-h] [-f INFILE] [-i INDEX_NAME]&lt;BR /&gt;
                                   [-r ROOT_DIR] [-a TA_NMON] [-p PA_NMON]&lt;BR /&gt;
                                   [--csvrepo CSV_REPOSITORY]&lt;BR /&gt;
                                   [--configrepo CONFIG_REPOSITORY]&lt;BR /&gt;
                                   [--version]&lt;/P&gt;

&lt;P&gt;optional arguments:&lt;BR /&gt;
  -h, --help            show this help message and exit&lt;BR /&gt;
  -f INFILE             Name of the Nmon Splunk APP tgz Archive file&lt;BR /&gt;
  -i INDEX_NAME         Customize the Application Index Name (default: nmon)&lt;BR /&gt;
  -r ROOT_DIR           Customize the Application Root Directory (default:&lt;BR /&gt;
                        nmon)&lt;BR /&gt;
  -a TA_NMON            Customize the TA NMON Root Directory (default: TA-&lt;BR /&gt;
                        nmon)&lt;BR /&gt;
  -p PA_NMON            Customize the PA NMON Root Directory (default: PA-&lt;BR /&gt;
                        nmon)&lt;BR /&gt;
  --csvrepo CSV_REPOSITORY&lt;BR /&gt;
                        Customize the local CSV Repository (default:&lt;BR /&gt;
                        csv_repository)&lt;BR /&gt;
  --configrepo CONFIG_REPOSITORY&lt;BR /&gt;
                        Customize the local Config Repository (default:&lt;BR /&gt;
                        config_repository)&lt;BR /&gt;
  --version             show program's version number and exit&lt;/P&gt;

&lt;P&gt;So if you want to:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;change the index name: -i &lt;/LI&gt;
&lt;LI&gt;change the App root directory: -r &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:36:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264722#M30628</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2020-09-29T07:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264723#M30629</link>
      <description>&lt;P&gt;Please double check:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://nmonsplunk.wikidot.com/documentation:userguide:configure:splitindex"&gt;http://nmonsplunk.wikidot.com/documentation:userguide:configure:splitindex&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:customize"&gt;http://nmonsplunk.wikidot.com/documentation:userguide:configure:packaging:customize&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We can exchange by mail for easier help (comments are hard to read and write):&lt;BR /&gt;
&lt;A href="http://nmonsplunk.wikidot.com/about-support"&gt;http://nmonsplunk.wikidot.com/about-support&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I am wondering about what you are trying to get, is in your intention to have custom version of the App for you qa environment in the same place than the standard App ?&lt;/P&gt;

&lt;P&gt;I don't recommend this, this is wasting resources and you can easily manage various indexes for your different env like i exposed in the scenario article&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 19:04:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264723#M30629</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-10-12T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264724#M30630</link>
      <description>&lt;P&gt;Also consider keeping up to date to last release of the App, currently 1.6.06 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 19:05:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264724#M30630</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-10-12T19:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: NMON Performance Monitor for Unix and Linux Systems: Is there a way to customize an NMON index on a per team basis?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264725#M30631</link>
      <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;

&lt;P&gt;Have you been able to deal with your custom scenario ?&lt;/P&gt;

&lt;P&gt;If not, don't hesitate to contact me by mail (&lt;A href="mailto:guilhem.marchand@gmail.com"&gt;guilhem.marchand@gmail.com&lt;/A&gt;) and we will manage this together.&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 11:35:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/NMON-Performance-Monitor-for-Unix-and-Linux-Systems-Is-there-a/m-p/264725#M30631</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-10-19T11:35:21Z</dc:date>
    </item>
  </channel>
</rss>

