metadata.yaml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. meta:
  2. plugin_name: python.d.plugin
  3. module_name: boinc
  4. monitored_instance:
  5. name: BOINC
  6. link: ''
  7. categories:
  8. - data-collection.distributed-computing-systems
  9. icon_filename: 'bolt.svg'
  10. related_resources:
  11. integrations:
  12. list: []
  13. info_provided_to_referring_integrations:
  14. description: ''
  15. keywords: []
  16. most_popular: false
  17. overview:
  18. data_collection:
  19. metrics_description: 'Study BOINC metrics to gain insights into volunteer computing projects. Examine computation times, task completion rates, and project statuses to enhance volunteer computing efforts.'
  20. method_description: ''
  21. supported_platforms:
  22. include: []
  23. exclude: []
  24. multi-instance: true
  25. additional_permissions:
  26. description: ''
  27. default_behavior:
  28. auto_detection:
  29. description: ''
  30. limits:
  31. description: ''
  32. performance_impact:
  33. description: ''
  34. setup:
  35. prerequisites:
  36. list: []
  37. configuration:
  38. file:
  39. name: ''
  40. description: ''
  41. options:
  42. description: ''
  43. folding:
  44. title: ''
  45. enabled: true
  46. list: []
  47. examples:
  48. folding:
  49. enabled: true
  50. title: ''
  51. list: []
  52. troubleshooting:
  53. problems:
  54. list: []
  55. alerts:
  56. - name: boinc_total_tasks
  57. link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
  58. metric: boinc.tasks
  59. info: average number of total tasks over the last 10 minutes
  60. os: "*"
  61. - name: boinc_active_tasks
  62. link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
  63. metric: boinc.tasks
  64. info: average number of active tasks over the last 10 minutes
  65. os: "*"
  66. - name: boinc_compute_errors
  67. link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
  68. metric: boinc.states
  69. info: average number of compute errors over the last 10 minutes
  70. os: "*"
  71. - name: boinc_upload_errors
  72. link: https://github.com/netdata/netdata/blob/master/health/health.d/boinc.conf
  73. metric: boinc.states
  74. info: average number of failed uploads over the last 10 minutes
  75. os: "*"
  76. metrics:
  77. folding:
  78. title: Metrics
  79. enabled: false
  80. description: ""
  81. availability: []
  82. scopes:
  83. - name: global
  84. description: ""
  85. labels: []
  86. metrics:
  87. - name: boinc.tasks
  88. description: Overall Tasks
  89. unit: "tasks"
  90. chart_type: line
  91. dimensions:
  92. - name: Total
  93. - name: Active
  94. - name: boinc.states
  95. description: Tasks per State
  96. unit: "tasks"
  97. chart_type: line
  98. dimensions:
  99. - name: New
  100. - name: Downloading
  101. - name: Ready to Run
  102. - name: Compute Errors
  103. - name: Uploading
  104. - name: Uploaded
  105. - name: Aborted
  106. - name: Failed Uploads
  107. - name: boinc.sched
  108. description: Tasks per Scheduler State
  109. unit: "tasks"
  110. chart_type: line
  111. dimensions:
  112. - name: Uninitialized
  113. - name: Preempted
  114. - name: Scheduled
  115. - name: boinc.process
  116. description: Tasks per Process State
  117. unit: "tasks"
  118. chart_type: line
  119. dimensions:
  120. - name: Uninitialized
  121. - name: Executing
  122. - name: Suspended
  123. - name: Aborted
  124. - name: Quit
  125. - name: Copy Pending