Page 1 of 1

Mount point exists in the device but in Nagios it's unknown

Posted: Sat Mar 05, 2022 1:28 am
by chandshi
Hi @Nagios support,

We have few Linux devices where mount points are there in the device but in the Nagios tool it shows as doesn't exist only for few it's in unknown. please assist on it

the node (/___/__) requested does not exist. You may be trying to access the / node. on Disk Usage on /__/__ node name is UNKNOWN

Re: Mount point exists in the device but in Nagios it's unkn

Posted: Mon Mar 07, 2022 4:24 pm
by pbroste
Hello @chandshi

Thanks for reaching out, pulling the api results on the ncpa check will provide the list of mounted drives:

Code: Select all

/usr/local/nagios/libexec/check_ncpa.py -H <yourhostaddresshere> -t '<yourtokenhere>' -P 5693 --list
or
https://yourhostaddresshere:5693/gui/api

Hopefully the api list will provide the list of mount points. If not please check with plugins in the Nagios Exchange.

Thanks,
Perry