diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-11-23 15:49:10 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-11-23 15:49:10 +0000 |
commit | 87649cf32bd0e14d5a903fb85b01e9f41a253540 (patch) | |
tree | bbefda6dac074aeb87529592e8e5064f69cbe024 /python.d/README.md | |
parent | Imported Upstream version 1.3.0+dfsg (diff) | |
download | netdata-87649cf32bd0e14d5a903fb85b01e9f41a253540.tar.xz netdata-87649cf32bd0e14d5a903fb85b01e9f41a253540.zip |
New upstream version 1.4.0+dfsgupstream/1.4.0+dfsg
Diffstat (limited to 'python.d/README.md')
-rw-r--r-- | python.d/README.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/python.d/README.md b/python.d/README.md index 4cc4d8d2f..a3c7b4fac 100644 --- a/python.d/README.md +++ b/python.d/README.md @@ -48,7 +48,7 @@ This module will monitor one or more apache servers depending on configuration. **Requirements:** * apache with enabled `mod_status` -It produces following charts: +It produces the following charts: 1. **Requests** in requests/s * requests @@ -235,7 +235,7 @@ Configuration is not needed. # hddtemp -Module monitors disk temperatures from one or more hddtemp daemons +Module monitors disk temperatures from one or more hddtemp daemons. **Requirement:** Running `hddtemp` in daemonized mode with access on tcp port @@ -444,10 +444,13 @@ If no configuration is given, module will attempt to connect to mysql server via # nginx -This module will monitor one or more nginx servers depending on configuration. +This module will monitor one or more nginx servers depending on configuration. Servers can be either local or remote. **Requirements:** - * nginx with configured `stub_status` + * nginx with configured 'ngx_http_stub_status_module' + * 'location /stub_status' + +Example nginx configuration can be found in 'python.d/nginx.conf' It produces following charts: |