Check disk by UUID

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
9acca9
Posts: 10
Joined: Wed Nov 16, 2016 11:12 am

Check disk by UUID

Post by 9acca9 »

Hi,
is this possible?
I search, but cant find any example.
Thanks
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Check disk by UUID

Post by ssax »

How are you currently monitoring the system? (SNMP, NRPE, WMI, etc)

Is this a Windows or Linux system?

Are you just looking to check free space or some other disk metric?

I'm not seeing any existing plugins that do that, you would most likely need to write the plugin yourself:

Code: Select all

ls /dev/disk/by-uuid -lt
Locked