metadata.yaml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. meta:
  2. plugin_name: nfacct.plugin
  3. module_name: nfacct.plugin
  4. monitored_instance:
  5. name: Netfilter
  6. link: ''
  7. categories:
  8. - data-collection.networking-stack-and-network-interfaces
  9. icon_filename: 'netfilter.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: 'Monitor Netfilter metrics for optimal packet filtering and manipulation. Keep tabs on packet counts, dropped packets, and error rates to secure 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: global
  64. description: ""
  65. labels: []
  66. metrics:
  67. - name: netfilter.netlink_new
  68. description: Connection Tracker New Connections
  69. unit: "connections/s"
  70. chart_type: line
  71. dimensions:
  72. - name: new
  73. - name: ignore
  74. - name: invalid
  75. - name: netfilter.netlink_changes
  76. description: Connection Tracker Changes
  77. unit: "changes/s"
  78. chart_type: line
  79. dimensions:
  80. - name: insert
  81. - name: delete
  82. - name: delete_list
  83. - name: netfilter.netlink_search
  84. description: Connection Tracker Searches
  85. unit: "searches/s"
  86. chart_type: line
  87. dimensions:
  88. - name: searched
  89. - name: search_restart
  90. - name: found
  91. - name: netfilter.netlink_errors
  92. description: Connection Tracker Errors
  93. unit: "events/s"
  94. chart_type: line
  95. dimensions:
  96. - name: icmp_error
  97. - name: insert_failed
  98. - name: drop
  99. - name: early_drop
  100. - name: netfilter.netlink_expect
  101. description: Connection Tracker Expectations
  102. unit: "expectations/s"
  103. chart_type: line
  104. dimensions:
  105. - name: created
  106. - name: deleted
  107. - name: new
  108. - name: netfilter.nfacct_packets
  109. description: Netfilter Accounting Packets
  110. unit: "packets/s"
  111. chart_type: line
  112. dimensions:
  113. - name: a dimension per nfacct object
  114. - name: netfilter.nfacct_bytes
  115. description: Netfilter Accounting Bandwidth
  116. unit: "kilobytes/s"
  117. chart_type: line
  118. dimensions:
  119. - name: a dimension per nfacct object