summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/boinc
diff options
context:
space:
mode:
authorPatti Short <35278231+shortpatti@users.noreply.github.com>2020-02-13 11:25:04 -0800
committerGitHub <noreply@github.com>2020-02-13 11:25:04 -0800
commita7eb8b2555a345641a11eb6511e2ceeea18c1538 (patch)
treeae663adea50784e822bdda82b0b2d4608b194923 /collectors/python.d.plugin/boinc
parent52a4ec66142ecb824fe25db1570f5c97f5befe7a (diff)
updates for issue 8006 (#8074)
* updates for issue 8006 * removed unbound from python.d.plugin * incorporated suggested changes * incorporated more suggestions
Diffstat (limited to 'collectors/python.d.plugin/boinc')
-rw-r--r--collectors/python.d.plugin/boinc/README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/collectors/python.d.plugin/boinc/README.md b/collectors/python.d.plugin/boinc/README.md
index 1b68ae0cbc..09dd100c79 100644
--- a/collectors/python.d.plugin/boinc/README.md
+++ b/collectors/python.d.plugin/boinc/README.md
@@ -1,13 +1,10 @@
-# boinc
+# BOINC monitoring with Netdata
-This module monitors task counts for the Berkely Open Infrastructure
-Networking Computing (BOINC) distributed computing client using the same
-RPC interface that the BOINC monitoring GUI does.
+Monitors task counts for the Berkely Open Infrastructure Networking Computing (BOINC) distributed computing client using the same RPC interface that the BOINC monitoring GUI does.
-It provides charts tracking the total number of tasks and active tasks,
-as well as ones tracking each of the possible states for tasks.
+It provides charts tracking the total number of tasks and active tasks, as well as ones tracking each of the possible states for tasks.
-## configuration
+## Configuration
Edit the `python.d/boinc.conf` configuration file using `edit-config` from the your agent's [config
directory](../../../docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.