metadata.yaml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. plugin_name: python.d.plugin
  2. modules:
  3. - meta:
  4. plugin_name: python.d.plugin
  5. module_name: icecast
  6. monitored_instance:
  7. name: Icecast
  8. link: 'https://icecast.org/'
  9. categories:
  10. - data-collection.media-streaming-servers
  11. icon_filename: 'icecast.svg'
  12. related_resources:
  13. integrations:
  14. list: []
  15. info_provided_to_referring_integrations:
  16. description: ''
  17. keywords:
  18. - icecast
  19. - streaming
  20. - media
  21. most_popular: false
  22. overview:
  23. data_collection:
  24. metrics_description: 'This collector monitors Icecast listener counts.'
  25. method_description: 'It connects to an icecast URL and uses the `status-json.xsl` endpoint to retrieve statistics.'
  26. supported_platforms:
  27. include: []
  28. exclude: []
  29. multi_instance: true
  30. additional_permissions:
  31. description: ''
  32. default_behavior:
  33. auto_detection:
  34. description: 'Without configuration, the collector attempts to connect to http://localhost:8443/status-json.xsl'
  35. limits:
  36. description: ''
  37. performance_impact:
  38. description: ''
  39. setup:
  40. prerequisites:
  41. list:
  42. - title: 'Icecast minimum version'
  43. description: 'Needs at least icecast version >= 2.4.0'
  44. configuration:
  45. file:
  46. name: python.d/icecast.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 (and port) to the icecast server. Needs to also include `/status-json.xsl`
  81. default_value: 'http://localhost:8443/status-json.xsl'
  82. required: false
  83. - name: user
  84. description: Username to use to connect to `url` if it's password protected.
  85. default_value: ''
  86. required: false
  87. - name: pass
  88. description: Password to use to connect to `url` if it's password protected.
  89. default_value: ''
  90. required: false
  91. examples:
  92. folding:
  93. enabled: false
  94. title: "Config"
  95. list:
  96. - name: Remote Icecast server
  97. description: Configure a remote icecast server
  98. folding:
  99. enabled: false
  100. config: |
  101. remote:
  102. url: 'http://1.2.3.4:8443/status-json.xsl'
  103. troubleshooting:
  104. problems:
  105. list: []
  106. alerts: []
  107. metrics:
  108. folding:
  109. title: Metrics
  110. enabled: false
  111. description: ""
  112. availability: []
  113. scopes:
  114. - name: global
  115. description: "These metrics refer to the entire monitored application."
  116. labels: []
  117. metrics:
  118. - name: icecast.listeners
  119. description: Number Of Listeners
  120. unit: "listeners"
  121. chart_type: line
  122. dimensions:
  123. - name: a dimension for each active source