Changeset 3a7155fa757db4920ea92fff3f44f71c22e06185
- Timestamp:
- 07/02/06 22:17:00
(3 years ago)
- Author:
- Luke Kanies <luke@madstop.com>
- git-committer:
- Luke Kanies <luke@madstop.com> 1151871420 +0000
- git-parent:
[75e9cf60cad9842aa811b02a740cd71afd5bdd6f]
- git-author:
- Luke Kanies <luke@madstop.com> 1151871420 +0000
- Message:
doc updates
git-svn-id: https://reductivelabs.com/svn/naginator/trunk@34 a6514a99-27e0-0310-b50f-e00a1f381428
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r75e9cf6 |
r3a7155f |
|
| 1 | 1 | --- |
|---|
| 2 | | inMenu: true |
|---|
| | 2 | inMenu: false |
|---|
| 3 | 3 | directoryName: Naginator |
|---|
| 4 | 4 | --- |
|---|
| 5 | 5 | |
|---|
| 6 | | This is a collection of scripts and libraries meant to make it easy/possible |
|---|
| 7 | | to generate Nagios configurations. The first and probably most important part |
|---|
| 8 | | of the collection is the set of libraries. They include a parser for existing |
|---|
| 9 | | Nagios configurations plus the ability to create and easily print fully formed |
|---|
| 10 | | objects. With these libraries, you can: |
|---|
| | 6 | This is a collection of scripts and libraries meant to make it easy/possible to |
|---|
| | 7 | generate [Nagios](http://nagios.org) configurations. The first and probably |
|---|
| | 8 | most important part of the collection is the set of libraries. They include a |
|---|
| | 9 | parser for existing Nagios configurations plus the ability to create and easily |
|---|
| | 10 | print fully formed objects. With these libraries, you can: |
|---|
| 11 | 11 | |
|---|
| 12 | 12 | * Parse any existing configuration |
|---|