]> arthur.barton.de Git - netdata.git/commitdiff
update README in python.d dir
authorlgz <lgz@loled2>
Thu, 22 Dec 2016 00:19:35 +0000 (09:19 +0900)
committerlgz <lgz@loled2>
Thu, 22 Dec 2016 00:19:35 +0000 (09:19 +0900)
python.d/README.md

index cb06f67fe75266ddbf0ea902e3efeff215129437..4321bbdd6138f2a00efe184a1b69ae13b29b6dc1 100644 (file)
@@ -235,6 +235,71 @@ Configuration is not needed.
 
 ---
 
+# freeradius
+
+Uses the `radclient` command to provide freeradius statistics. It is not recommended to run it every second.
+
+It produces:
+
+1. **Authentication counters:**
+ * access-accepts
+ * access-rejects
+ * auth-dropped-requests
+ * auth-duplicate-requests
+ * auth-invalid-requests
+ * auth-malformed-requests
+ * auth-unknown-types
+
+2. **Accounting counters:** [optional]
+ * accounting-requests
+ * accounting-responses
+ * acct-dropped-requests
+ * acct-duplicate-requests
+ * acct-invalid-requests
+ * acct-malformed-requests
+ * acct-unknown-types
+
+3. **Proxy authentication counters:** [optional]
+ * proxy-access-accepts
+ * proxy-access-rejects
+ * proxy-auth-dropped-requests
+ * proxy-auth-duplicate-requests
+ * proxy-auth-invalid-requests
+ * proxy-auth-malformed-requests
+ * proxy-auth-unknown-types
+
+4. **Proxy accounting counters:** [optional]
+ * proxy-accounting-requests
+ * proxy-accounting-responses
+ * proxy-acct-dropped-requests
+ * proxy-acct-duplicate-requests
+ * proxy-acct-invalid-requests
+ * proxy-acct-malformed-requests
+ * proxy-acct-unknown-typesa
+
+```yaml
+local:
+  host       : 'localhost'
+  port       : '18121'
+  secret     : 'adminsecret'
+  acct       : False # Freeradius accounting statistics.
+  proxy_auth : False # Freeradius proxy authentication statistics. 
+  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*
+and restart/reload your FREERADIUS server.
+
+---
+
 # hddtemp
  
 Module monitors disk temperatures from one or more hddtemp daemons.