Skip to content

Commit

Permalink
Documentation: First draft for cluster v3.
Browse files Browse the repository at this point in the history
Refs #6107
Refs #4739
  • Loading branch information
Michael Friedrich authored and Michael Friedrich committed May 11, 2014
1 parent d8fb027 commit 7e10a2b
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 296 deletions.
11 changes: 9 additions & 2 deletions doc/2-getting-started.md
Expand Up @@ -124,12 +124,19 @@ The `constants.conf` configuration file can be used to define global constants:

/**
* This file defines global constants which can be used in
* the other configuration files. At a minimum the
* PluginDir constant should be defined.
* the other configuration files.
*/

/* The directory which contains the plugins from the Monitoring Plugins project. */
const PluginDir = "/usr/lib/nagios/plugins"

/* Our local instance name. This should be the common name from the API certificate */
const NodeName = "localhost"

/* Our local zone name. */
const ZoneName = NodeName


### <a id="localhost-conf"></a> localhost.conf

The `conf.d/localhost.conf` file contains our first host definition:
Expand Down

0 comments on commit 7e10a2b

Please sign in to comment.