Skip to content

How to monitor used space on partitions? #6954

Discussion options

You must be logged in to vote

You can get that from node_exporter_metrics with this configuration :

[SERVICE]
    flush 1
    grace 1
    log_level info

[INPUT]
    name node_exporter_metrics
    # If you are running 2.0 you cannot filter which metrics are produced
    # but if you are running master you can uncomment the following line in 
    # order to get just the filesystem stats
    #metrics filesystem

[OUTPUT]
    name stdout
    match *

Just keep in mind that those are metrics, not logs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cjacobm
Comment options

Answer selected by cjacobm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants