Page 1 of 1

check_snmp_storage how exclude cdrom

Posted: Wed Nov 27, 2024 6:05 am
by emi65
Hi expert

I'm using check_snmp_storage
# Version : 1.3.3

I like to exclude from the check

Filesystem Type Size Used Avail Use% Mounted on
/dev/loop0 iso9660 11G 11G 0 100% /var/www/html/pub/rhel95dvd

the type iso9660 because it is a CDROM

How Can I do thar ?

Thanks
Emilio

Re: check_snmp_storage how exclude cdrom

Posted: Wed Nov 27, 2024 2:56 pm
by gwesterman
Hi @emi65,

I suggest looking into the command line options for this plugin. Either look for documentation online or run check_snmp_storage.pl -h. I am not familiar with your use case exactly, but it looks like there is an option to exclude specified storages.

Let us know if you find something that works or not.

Thank you!