_collector-page-template.mdx 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!--
  2. title: $COLLECTOR_NAME monitoring with Netdata
  3. description: Short summary (will be displayed in search engines)
  4. custom_edit_url: Edit URL of the source file
  5. keywords: [keywords, describing, the main topics]
  6. -->
  7. # Title
  8. import {
  9. EnableCollector,
  10. CollectorDebug,
  11. } from '@site/src/components/Collectors/_collector-components.jsx';
  12. Short description of what the collector does on a high level.
  13. Why should I use this collector?
  14. ## Configuring $COLLECTOR_NAME
  15. #### Prerequisites
  16. List all needed prerequisites:
  17. - Prerequisite 1
  18. - Prerequisite 2
  19. - Prerequisite 3
  20. <CollectorConfiguration configURL="" moduleName="PLUGIN/COLLECTOR.conf" />
  21. ### Example
  22. TODO: Check if we can automatically fetch the [JOBS] section of netdata.conf
  23. ## Other configuration information
  24. Explain other configuration options, as needed.
  25. #### Prerequisites
  26. <!-- If there is only one requirement, use a paragraph instead of a single bullet item. Bullets are social animals and only appear in groups of 2 or more :) -->
  27. Optional. List all needed prerequisites:
  28. - Prerequisite 1
  29. - Prerequisite 2
  30. - Prerequisite 3
  31. To do x:
  32. 1. Step 1 written in active voice
  33. ```bash
  34. Code sample for step
  35. ```
  36. 2. Step 2
  37. Result of step 2, for example a system reaction; written in passive voice
  38. 3. Step 3
  39. ## Debugging $COLLECTOR_NAME (optional)
  40. <CollectorDebug pluginName="" collectorName="" />
  41. ## Metrics and Alerts produced by this collector
  42. | Chart | Metrics | Alert |
  43. | ---------- | ----------- | ------------------------ |
  44. | Chart Name | Metric name | [Alert 1](Link to alert) |
  45. | Chart Name | Metric name | [Alert 2](Link to alert) |
  46. | Chart Name | Metric name | [Alert 3](Link to alert) |