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 Mar 28, 2017
1 parent cb271f3 commit c4296f9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/data_processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,22 @@ nmon_helper.sh tasks part1: initial startup tasks
* binaries caching: for Linux OS only, verify if cache is existing and up to date, unpack linux.tgz to $SPLUNK_HOME/var/log/nmon if required
* start loading default and custom configurations

***************************************************
nmon_helper.sh tasks part2: load values and options
***************************************************

.. image:: img/nmon_helper_part2.png
:alt: nmon_helper_part2.png
:align: center

**Steps are:**

* load hard coded values for nmon options, such as interval and snapshot values
* load default/nmon.conf values (source default/nmon.conf)
* check if local/nmon.conf exist, and source file (override any previously defined values)
* check if /etc/nmon.conf exist (provide override mechanism at local server level), and source file (override any previously defined values)

******************************************************************
nmon_helper.sh tasks part3: identify OS, architecture and binaries
******************************************************************

Binary file added docs/img/nmon_helper_part2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Overview:
deployment

Processing:
---------
-----------

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit c4296f9

Please sign in to comment.