metadata.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. meta:
  2. plugin_name: python.d.plugin
  3. module_name: squid
  4. monitored_instance:
  5. name: Squid
  6. link: ''
  7. categories:
  8. - data-collection.web-servers-and-web-proxies
  9. icon_filename: 'squid.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 Squid metrics with Netdata for efficient caching proxy for the Web performance. Improve your web caching efficiency with real-time Squid metrics.'
  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: squid instance
  64. description: ""
  65. labels: []
  66. metrics:
  67. - name: squid.clients_net
  68. description: Squid Client Bandwidth
  69. unit: "kilobits/s"
  70. chart_type: area
  71. dimensions:
  72. - name: in
  73. - name: out
  74. - name: hits
  75. - name: squid.clients_requests
  76. description: Squid Client Requests
  77. unit: "requests/s"
  78. chart_type: line
  79. dimensions:
  80. - name: requests
  81. - name: hits
  82. - name: errors
  83. - name: squid.servers_net
  84. description: Squid Server Bandwidth
  85. unit: "kilobits/s"
  86. chart_type: area
  87. dimensions:
  88. - name: in
  89. - name: out
  90. - name: squid.servers_requests
  91. description: Squid Server Requests
  92. unit: "requests/s"
  93. chart_type: line
  94. dimensions:
  95. - name: requests
  96. - name: errors