Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Apr 7, 2017
1 parent 71c19fc commit 441b860
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions docs/binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Scripts and Binaries

**Scripts and Binaries embedded in Nmon Performance Monitor:**

*Since the major release V1.7.4, the core application does not bring any data generation related components*
*The Nmon core application does not collect or generate any performance and configuration data, and does not contain any related scripts or binaries*

**Technical addon: please consult the TA-nmon dedicated documentation:**

* http://ta-nmon.readthedocs.io

The Nmon core application embeds a few scripted tools to be used for advanced customization purposes, as described above
However, the Nmon core application contains scripted tools to be used for advanced customization purposes, as described above.

************************************
Embedded Scripts in technical addons
Expand All @@ -27,7 +27,11 @@ Detailed documentation: :ref:`Nmon_SplunkApp_Customize_py`

* resources/create_agent.py.gz:

This Python script (must be uncompressed before execution) is a tool provided to create different version of the TA-nmon technical addon, such as for instance having one for your Production servers, one for non-production and sending data to different indexes.
This Python script (must be uncompressed before execution) is a tool provided to create different version of the TA-nmon technical addon.

For example, you can use it to create a specific TA-nmon version for your critical production servers, and another version for your non production servers.

Each of the TA-nmon version would have its own parameters, such as the indexes, the data accuracy (interval between measures), etc.

Detailed documentation: :ref:`create_agent_py`

Expand Down
8 changes: 4 additions & 4 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ Eventtype:::
Available packages
******************

**There are 3 main packages you need to consider:**
**There are different packages:**

* The ***Nmon core*** Application: this is the whole package you download in Splunk App (directory called "nmon")

* The ***PA-nmon*** addon, available in the "resources" directory of the core App, this package is expected to be deployed in peer nodes of an indexer cluster
* The ***TA-nmon*** addon, available in the "resources" directory of the core App, can be deployed to any AIX / Linux / Solaris UF client, Heavy Forwarder instances, master node of a cluster, deployment server or standalone instances
* The ***PA-nmon_light*** addon, available in the "resources" directory of the core App, this package is expected to be deployed in indexers
* The ***TA-nmon*** addon, available in the "resources" directory of the core App, can be deployed to any AIX / Linux / Solaris Full or Universal forwarder instance, master node of a cluster, deployment server, standalone instances, clustered indexers...

The PA-nmon and TA-nmon packages are available in the **resources** directory of the Nmon core application you download in Splunk Base.
The PA-nmon_light and TA-nmon packages are available in the **resources** directory of the Nmon core application you download in Splunk Base.

The TA-nmon is also available independently in Splunk base:

Expand Down

0 comments on commit 441b860

Please sign in to comment.