Changeset 6c61339e01d620c43cc2a9485176004d97632332
- Timestamp:
- 08/04/09 01:00:26
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1249347626 +0000
- git-parent:
[36b68746d52c2ad809ac654c5f5ad8f92fb75360]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1249347626 +0000
- Message:
separate the collectd listing from the noit one, refs #158
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r36b6874 |
r6c61339 |
|
| 33 | 33 | module the collectd disregards the timeout value completely, but uses the period to |
|---|
| 34 | 34 | batch all the checks in one commit. If there are >1 metrics within the period the |
|---|
| 35 | | check is marked as G and A for state and availability respectively.</para> |
|---|
| | 35 | check is marked as G and A for state and availability respectively. The first program |
|---|
| | 36 | listing shows a collectd configuration and the second listing shows the corresponding |
|---|
| | 37 | check configuration in reconnoiter.</para> |
|---|
| 36 | 38 | <programlisting><![CDATA[ |
|---|
| 37 | 39 | <Plugin network> |
|---|
| … | … | |
| 42 | 44 | </Server> |
|---|
| 43 | 45 | </Plugin> |
|---|
| | 46 | ]]></programlisting> |
|---|
| 44 | 47 | |
|---|
| | 48 | <programlisting><![CDATA[ |
|---|
| 45 | 49 | <noit> |
|---|
| 46 | 50 | <modules> |
|---|
| … | … | |
| 58 | 62 | </checks> |
|---|
| 59 | 63 | </noit> |
|---|
| 60 | | ]]></programlisting> |
|---|
| | 64 | ]]></programlisting> |
|---|
| 61 | 65 | </example> |
|---|
| 62 | 66 | </examples> |
|---|