metadata.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. meta:
  2. plugin_name: charts.d.plugin
  3. module_name: ap
  4. monitored_instance:
  5. name: Access Points
  6. link: ''
  7. categories:
  8. - data-collection.networking-stack-and-network-interfaces
  9. icon_filename: 'netdata.png'
  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: 'Maintain surveillance over Access Points, ensuring optimal wireless network connectivity and performance. Monitor and troubleshoot in realtime for high-quality network operations.'
  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. metrics:
  57. folding:
  58. title: Metrics
  59. enabled: false
  60. description: ""
  61. availability: []
  62. scopes:
  63. - name: wireless device
  64. description: ""
  65. labels: []
  66. metrics:
  67. - name: ap.clients
  68. description: Connected clients to ${ssid} on ${dev}
  69. unit: "clients"
  70. chart_type: line
  71. dimensions:
  72. - name: clients
  73. - name: ap.net
  74. description: Bandwidth for ${ssid} on ${dev}
  75. unit: "kilobits/s"
  76. chart_type: area
  77. dimensions:
  78. - name: received
  79. - name: sent
  80. - name: ap.packets
  81. description: Packets for ${ssid} on ${dev}
  82. unit: "packets/s"
  83. chart_type: line
  84. dimensions:
  85. - name: received
  86. - name: sent
  87. - name: ap.issues
  88. description: Transmit Issues for ${ssid} on ${dev}
  89. unit: "issues/s"
  90. chart_type: line
  91. dimensions:
  92. - name: retries
  93. - name: failures
  94. - name: ap.signal
  95. description: Average Signal for ${ssid} on ${dev}
  96. unit: "dBm"
  97. chart_type: line
  98. dimensions:
  99. - name: average signal
  100. - name: ap.bitrate
  101. description: Bitrate for ${ssid} on ${dev}
  102. unit: "Mbps"
  103. chart_type: line
  104. dimensions:
  105. - name: receive
  106. - name: transmit
  107. - name: expected