]> arthur.barton.de Git - netdata.git/commitdiff
improve conf file
authorsehraf <sehraf@privatdemail.net>
Wed, 7 Sep 2016 14:42:24 +0000 (16:42 +0200)
committersehraf <sehraf@privatdemail.net>
Wed, 7 Sep 2016 14:42:24 +0000 (16:42 +0200)
conf.d/python.d/retroshare.conf

index 7e974c8bc32a8302c7d59c56e755f59589744530..79614373be9ee628d6d274c2c68c6ad984207c77 100644 (file)
@@ -1,4 +1,4 @@
-# netdata python.d.plugin configuration for example
+# netdata python.d.plugin configuration for RetroShare
 #
 # This file is in YaML format. Generally the format is:
 #
 #     priority: 60000  # the JOB's order on the dashboard
 #     retries: 5       # the JOB's number of restoration attempts
 #
-# Additionally to the above, example also supports the following:
+# Additionally to the above, RetroShare also supports the following:
 #
-# - none
+# - url: 'url'         # the URL to the WebUI
 #
 # ----------------------------------------------------------------------
 # AUTO-DETECTION JOBS
 # only one of them will run (they have the same name)
 
-local:
+localhost:
+    name: 'local'
     url: 'http://localhost:9090'