sensu / check-disk-usage

MIT License
2 stars 8 forks source link

Plugin parity - ability to monitor fstab #21

Open asachs01 opened 2 years ago

asachs01 commented 2 years ago

In a recent issue (internal ref HS-27996), it was noted that this plugin lacks the ability to monitor fstab for mounts that for some reason become unmounted.

In comparison, the Ruby-based disk checks plugin (https://github.com/sensu-plugins/sensu-plugins-disk-checks) contains an fstab check plugin.

As we move away from the Ruby plugins and the subsequent dependency on the Ruby runtime, we'll need to ensure that our plugins continue to maintain parity with their existing Ruby analogs.

https://secure.helpscout.net/conversation/1749777313/27996?folderId=1931919

acozine commented 2 years ago

Any updates on this? We have had outages caused by disappearing disks and want to monitor disk mounts.

asachs01 commented 2 years ago

@calebhailey @jspaleta would it be possible to get some movement on adding this feature?