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
Mount point exists in the device but in Nagios it's unknown
Re: Mount point exists in the device but in Nagios it's unkn
Hello @chandshi
Thanks for reaching out, pulling the api results on the ncpa check will provide the list of mounted drives:
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
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 --listhttps://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