summaryrefslogtreecommitdiffstats
path: root/python.d
diff options
context:
space:
mode:
authorlgz <lgz@loled2>2016-12-22 09:28:34 +0900
committerlgz <lgz@loled2>2016-12-22 09:28:34 +0900
commit0bd19e0d99bfb8bf5717201af54b94a00491c263 (patch)
tree1443614ca95c589d9e7379e083b38c1e92a538a2 /python.d
parent78379ea73e3fa26a9dbeb62541d73ede368154db (diff)
one more update README in python.d dir
Diffstat (limited to 'python.d')
-rw-r--r--python.d/README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/python.d/README.md b/python.d/README.md
index 4321bbdd61..7d9a732ad0 100644
--- a/python.d/README.md
+++ b/python.d/README.md
@@ -277,6 +277,11 @@ It produces:
* proxy-acct-malformed-requests
* proxy-acct-unknown-typesa
+
+### configuration
+
+Sample:
+
```yaml
local:
host : 'localhost'
@@ -287,15 +292,16 @@ local:
proxy_acct : False # Freeradius proxy accounting statistics.
```
-### configuration
-
**Freeradius server configuration:**
+
The configuration for the status server is automatically created in the sites-available directory.
By default, server is enabled and can be queried from every client.
FreeRADIUS will only respond to status-server messages, if the status-server virtual server has been enabled.
+
To do this, create a link from the sites-enabled directory to the status file in the sites-available directory:
- #*cd sites-enabled*
- #*ln -s ../sites-available/status status*
+ * cd sites-enabled
+ * ln -s ../sites-available/status status
+
and restart/reload your FREERADIUS server.
---