NCPA not seeing particular partition
Posted: Mon Nov 13, 2023 4:38 pm
Hello,
We are moving from check_nrpe to NCPA on several remote hosts. It seems that there is specifically one partition that NCPA does not seem to see while check_nrpe returns DISK OK. This is happening on several remote hosts.
Is there any specific troubleshooting that we would need to ask the system administrators of the remote hosts to perform?
Example:
[nagios@nagiosxi ~]$ /usr/local/nagios/libexec/check_nrpe -2 -H IPADDRESS -c check_disk1 -t 30 -a 10% 5% "/dbexports"
DISK OK - free space: /dbexports 25656 MB (83% inode=99%);| /dbexports=5063MB;27648;29184;0;30720
vs
[nagios@nagiosxi ~]$ /usr/local/nagios/libexec/check_ncpa.py -H IPADDRESS-t 'TOKEN' -P 5693 -M 'disk/logical/|dbexports' -w '90' -c '95'
UNKNOWN: The node (/dbexports) requested does not exist. You may be trying to access the '/' node.
However, all other checks on NCPA for the systems (CPU, memory, other partitions on the system) are reporting back except for the dbexports partition mentioned.
Thank you.
We are moving from check_nrpe to NCPA on several remote hosts. It seems that there is specifically one partition that NCPA does not seem to see while check_nrpe returns DISK OK. This is happening on several remote hosts.
Is there any specific troubleshooting that we would need to ask the system administrators of the remote hosts to perform?
Example:
[nagios@nagiosxi ~]$ /usr/local/nagios/libexec/check_nrpe -2 -H IPADDRESS -c check_disk1 -t 30 -a 10% 5% "/dbexports"
DISK OK - free space: /dbexports 25656 MB (83% inode=99%);| /dbexports=5063MB;27648;29184;0;30720
vs
[nagios@nagiosxi ~]$ /usr/local/nagios/libexec/check_ncpa.py -H IPADDRESS-t 'TOKEN' -P 5693 -M 'disk/logical/|dbexports' -w '90' -c '95'
UNKNOWN: The node (/dbexports) requested does not exist. You may be trying to access the '/' node.
However, all other checks on NCPA for the systems (CPU, memory, other partitions on the system) are reporting back except for the dbexports partition mentioned.
Thank you.