Splunk Search

Determine if disk or volume is mounted

james_sro
New Member

I was wondering how can I use Splunk to monitor and notify me if a disk or volume that should be mounted is not mounted. We are looking to implement this within a Linux environment.

Any assistance would be appreciated

0 Karma

MuS
SplunkTrust
SplunkTrust

Hi james_sro,

One way could include the use of a lookup table containing all possible mount points and the use of this app https://splunkbase.splunk.com/app/1553/ to compare against.

It could also be done with some script that runs some df and cat /etc/fstab and prints out the difference into a log which is monitored by Splunk.
You see, there are multiple options to achieve the goal.

Hope this helps ...

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...