Linuxfabrik / monitoring-plugins

200+ check plugins for Icinga and other Nagios-compatible monitoring applications. Each plugin is a standalone command line tool (written in Python) that provides a specific type of check.
https://linuxfabrik.ch
The Unlicense
207 stars 48 forks source link

fs-ro: make output better readable #729

Closed kbucheli closed 6 months ago

kbucheli commented 7 months ago

The current output is rather hard do digest if there are many read-only filesystems:

Screenshot 2023-12-11 at 16-31-52 FS RO lx-repos-01 psi ch Services Icinga Web

This pull requests adds a few newlines:

Screenshot 2023-12-11 at 16-40-44 FS RO lx-repos-01 psi ch Services Icinga Web

which makes it more pleasant to read.

markuslf commented 6 months ago

Thank you. I also will add /dev/loop to the DEFAULT_IGNORE list.