metadata.yaml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. meta:
  2. plugin_name: diskspace.plugin
  3. module_name: diskspace.plugin
  4. monitored_instance:
  5. name: Disk space
  6. link: ''
  7. categories:
  8. - data-collection.linux-systems
  9. icon_filename: 'hard-drive.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: 'Monitor Disk space metrics for proficient storage management. Keep track of usage, free space, and error rates to prevent disk space issues.'
  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: disk_space_usage
  57. link: https://github.com/netdata/netdata/blob/master/health/health.d/disks.conf
  58. metric: disk.space
  59. info: disk ${label:mount_point} space utilization
  60. os: "linux freebsd"
  61. - name: disk_inode_usage
  62. link: https://github.com/netdata/netdata/blob/master/health/health.d/disks.conf
  63. metric: disk.inodes
  64. info: disk ${label:mount_point} inode utilization
  65. os: "linux freebsd"
  66. metrics:
  67. folding:
  68. title: Metrics
  69. enabled: false
  70. description: ""
  71. availability: []
  72. scopes:
  73. - name: mount point
  74. description: ""
  75. labels:
  76. - name: mount_point
  77. description: TBD
  78. - name: filesystem
  79. description: TBD
  80. - name: mount_root
  81. description: TBD
  82. metrics:
  83. - name: disk.space
  84. description: Disk Space Usage
  85. unit: "GiB"
  86. chart_type: stacked
  87. dimensions:
  88. - name: avail
  89. - name: used
  90. - name: reserved_for_root
  91. - name: disk.inodes
  92. description: Disk Files (inodes) Usage
  93. unit: "inodes"
  94. chart_type: stacked
  95. dimensions:
  96. - name: avail
  97. - name: used
  98. - name: reserved_for_root