How to monitor used space on partitions? #6954
-
|
Hi, I My fluent-bit.conf I have: [INPUT] But, my output is this: How to monitor used space on partitions? The disk´s input not support this feature? Thank You! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
You can get that from Just keep in mind that those are metrics, not logs. |
Beta Was this translation helpful? Give feedback.
-
|
For some reason, node_exporter_metrics does not produce any metrics for me on Ubuntu. |
Beta Was this translation helpful? Give feedback.
-
|
No container is involved here, fluentbit was installed using apt on Ubuntu and is run using sysctl [INPUT] ... /proc permissions dr-xr-xr-x 192 root root |
Beta Was this translation helpful? Give feedback.
-
|
[ info] [input:node_exporter_metrics:node_exporter_metrics.3] thread instance initialized |
Beta Was this translation helpful? Give feedback.
You can get that from
node_exporter_metricswith this configuration :Just keep in mind that those are metrics, not logs.