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

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
chandshi
Posts: 2
Joined: Wed Nov 10, 2021 3:47 am

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

Post 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
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

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

Post 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
Locked