metadata.yaml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. plugin_name: python.d.plugin
  2. modules:
  3. - meta:
  4. plugin_name: python.d.plugin
  5. module_name: retroshare
  6. monitored_instance:
  7. name: RetroShare
  8. link: "https://retroshare.cc/"
  9. categories:
  10. - data-collection.media-streaming-servers
  11. icon_filename: "retroshare.png"
  12. related_resources:
  13. integrations:
  14. list: []
  15. info_provided_to_referring_integrations:
  16. description: ""
  17. keywords:
  18. - retroshare
  19. - p2p
  20. most_popular: false
  21. overview:
  22. data_collection:
  23. metrics_description: "This collector monitors RetroShare statistics such as application bandwidth, peers, and DHT metrics."
  24. method_description: "It connects to the RetroShare web interface to gather metrics."
  25. supported_platforms:
  26. include: []
  27. exclude: []
  28. multi_instance: true
  29. additional_permissions:
  30. description: ""
  31. default_behavior:
  32. auto_detection:
  33. description: "The collector will attempt to connect and detect a RetroShare web interface through http://localhost:9090, even without any configuration."
  34. limits:
  35. description: ""
  36. performance_impact:
  37. description: ""
  38. setup:
  39. prerequisites:
  40. list:
  41. - title: "RetroShare web interface"
  42. description: |
  43. RetroShare needs to be configured to enable the RetroShare WEB Interface and allow access from the Netdata host.
  44. configuration:
  45. file:
  46. name: python.d/retroshare.conf
  47. options:
  48. description: |
  49. There are 2 sections:
  50. * Global variables
  51. * One or more JOBS that can define multiple different instances to monitor.
  52. The following options can be defined globally: priority, penalty, autodetection_retry, update_every, but can also be defined per JOB to override the global values.
  53. Additionally, the following collapsed table contains all the options that can be configured inside a JOB definition.
  54. Every configuration JOB starts with a `job_name` value which will appear in the dashboard, unless a `name` parameter is specified.
  55. folding:
  56. title: "Config options"
  57. enabled: true
  58. list:
  59. - name: update_every
  60. description: Sets the default data collection frequency.
  61. default_value: 5
  62. required: false
  63. - name: priority
  64. description: Controls the order of charts at the netdata dashboard.
  65. default_value: 60000
  66. required: false
  67. - name: autodetection_retry
  68. description: Sets the job re-check interval in seconds.
  69. default_value: 0
  70. required: false
  71. - name: penalty
  72. description: Indicates whether to apply penalty to update_every in case of failures.
  73. default_value: yes
  74. required: false
  75. - name: name
  76. description: Job name. This value will overwrite the `job_name` value. JOBS with the same name are mutually exclusive. Only one of them will be allowed running at any time. This allows autodetection to try several alternatives and pick the one that works.
  77. default_value: ""
  78. required: false
  79. - name: url
  80. description: The URL to the RetroShare Web UI.
  81. default_value: "http://localhost:9090"
  82. required: false
  83. examples:
  84. folding:
  85. enabled: true
  86. title: "Config"
  87. list:
  88. - name: Local RetroShare Web UI
  89. description: A basic configuration for a RetroShare server running on localhost.
  90. config: |
  91. localhost:
  92. name: 'local retroshare'
  93. url: 'http://localhost:9090'
  94. - name: Remote RetroShare Web UI
  95. description: A basic configuration for a remote RetroShare server.
  96. config: |
  97. remote:
  98. name: 'remote retroshare'
  99. url: 'http://1.2.3.4:9090'
  100. troubleshooting:
  101. problems:
  102. list: []
  103. alerts:
  104. - name: retroshare_dht_working
  105. link: https://github.com/netdata/netdata/blob/master/health/health.d/retroshare.conf
  106. metric: retroshare.dht
  107. info: number of DHT peers
  108. metrics:
  109. folding:
  110. title: Metrics
  111. enabled: false
  112. description: ""
  113. availability: []
  114. scopes:
  115. - name: global
  116. description: "These metrics refer to the entire monitored application."
  117. labels: []
  118. metrics:
  119. - name: retroshare.bandwidth
  120. description: RetroShare Bandwidth
  121. unit: "kilobits/s"
  122. chart_type: area
  123. dimensions:
  124. - name: Upload
  125. - name: Download
  126. - name: retroshare.peers
  127. description: RetroShare Peers
  128. unit: "peers"
  129. chart_type: line
  130. dimensions:
  131. - name: All friends
  132. - name: Connected friends
  133. - name: retroshare.dht
  134. description: Retroshare DHT
  135. unit: "peers"
  136. chart_type: line
  137. dimensions:
  138. - name: DHT nodes estimated
  139. - name: RS nodes estimated