Access denied message while monitoring filesystems.
Re: Access denied message while monitoring filesystems.
Hi Team,
I have executed the below command but still the issue persists:
chmod ug+rws /usr/local/nagios/libexec/check_disk
I believe that there is no issue with the permissions of check_disk plugin as we are able to monitor other filesystems and facing issue only for concurrent filesystems, refer the attached snapshot:
Please find the output of commands suggested by you as well.
I have executed the below command but still the issue persists:
chmod ug+rws /usr/local/nagios/libexec/check_disk
I believe that there is no issue with the permissions of check_disk plugin as we are able to monitor other filesystems and facing issue only for concurrent filesystems, refer the attached snapshot:
Please find the output of commands suggested by you as well.
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Access denied message while monitoring filesystems.
Something is blocking the NRPE agent from access that folder. It should run that command as the nagios user and it doesn't seem to be doing this.
From what you posted, the other permissions for your home folder is set to read/execute, lets set the /MQHA folder to the same and see if that works.
Run this on the AIX server and see if the check works for you.
From what you posted, the other permissions for your home folder is set to read/execute, lets set the /MQHA folder to the same and see if that works.
Run this on the AIX server and see if the check works for you.
Code: Select all
chmod o+rx /MQHABe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Access denied message while monitoring filesystems.
Hi Team,
Filesystem /MQHA/PRFGMQA4/data already has o+rx permission, refer the below snapshot:
Filesystem /MQHA/PRFGMQA4/data already has o+rx permission, refer the below snapshot:
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Access denied message while monitoring filesystems.
What are the permissions of the parent folder? ls -ld /MQHA/
Former Nagios Employee
Re: Access denied message while monitoring filesystems.
Hi Team,
Main folder /MQHA/ has drwxr-x--- permission, please find the attached snapshot for /MQHA/ folder permissions:
Main folder /MQHA/ has drwxr-x--- permission, please find the attached snapshot for /MQHA/ folder permissions:
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Access denied message while monitoring filesystems.
The "data" directory may have the "o+rx" permissions, but you will have to have the same (or at least "o+x" permissions) of the "PRFGMQA4", and "MQHA" directories too.Filesystem /MQHA/PRFGMQA4/data already has o+rx permission...
Run the following command:
Code: Select all
chmod o+rx /MQHA /MQHA/PRFGMQA4Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Access denied message while monitoring filesystems.
Hi Team,
We have changed the permissions but still we are facing the same issue.
Note: We are monitoring same type of filesystems on other host, we have checked directories are not having o+rx permission, please refer the attached snapshot:
We have changed the permissions but still we are facing the same issue.
Note: We are monitoring same type of filesystems on other host, we have checked directories are not having o+rx permission, please refer the attached snapshot:
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Access denied message while monitoring filesystems.
Can you show the output of the following command?
Is opening a new support ticket in our email ticketing system an option for you? We may need to schedule a remote to further troubleshoot this issue.
Code: Select all
grep -i wbiaa4 /etc/groupBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Access denied message while monitoring filesystems.
Hi team,
I didn't receive any output of below cmd, refer the snapshot:
grep -i WBIAA4 /etc/group
I didn't receive any output of below cmd, refer the snapshot:
grep -i WBIAA4 /etc/group
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Access denied message while monitoring filesystems.
Can you post your /etc/group file for us to look at?
Additionally, as Ludmil mentioned - Is opening a new support ticket in our email ticketing system an option for you? We may need to schedule a remote to further troubleshoot this issue.
Additionally, as Ludmil mentioned - Is opening a new support ticket in our email ticketing system an option for you? We may need to schedule a remote to further troubleshoot this issue.
Former Nagios Employee