Changeset fbf2b3181e1cc48410fe39bb0f0c291d73095a8f
- Timestamp:
- 11/05/11 23:37:05
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1320536225 -0400
- git-parent:
[51773e8c4dc20d3bb5f6268d0d2e9fe1b5c192b4]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1320536225 -0400
- Message:
fix a horribly broken XML description
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9a7a202 |
rfbf2b31 |
|
| 38 | 38 | <module> |
|---|
| 39 | 39 | <name>nginx</name> |
|---|
| 40 | | <desccription><para>The nginx module gathers information from the nginx stub_status module</para> |
|---|
| | 40 | <description><para>The nginx module gathers information from the nginx stub_status module</para> |
|---|
| 41 | 41 | </description> |
|---|
| 42 | 42 | <loader>lua</loader> |
|---|
| 43 | | <object>noit.module.nginx</module> |
|---|
| | 43 | <object>noit.module.nginx</object> |
|---|
| 44 | 44 | <checkconfig> |
|---|
| 45 | 45 | <parameter name="url" |
|---|
| … | … | |
| 49 | 49 | <examples> |
|---|
| 50 | 50 | <example> |
|---|
| 51 | | <title>Monitor an nginx server with a status page available at http://10.1.2.3/nginx_status</status> |
|---|
| | 51 | <title>Monitor an nginx server with a status page available at http://10.1.2.3/nginx_status</title> |
|---|
| 52 | 52 | <para>The following example pulls metrics from Nginx's status module (http://wiki.nginx.org/HttpStubStatusModule) from http://10.1.2.3/nginx_status</para> |
|---|
| 53 | 53 | <programlisting><![CDATA[ |
|---|
| … | … | |
| 66 | 66 | </checks> |
|---|
| 67 | 67 | </noit> |
|---|
| 68 | | ]]</programlisting> |
|---|
| | 68 | ]]></programlisting> |
|---|
| 69 | 69 | </example> |
|---|
| 70 | 70 | </examples> |
|---|