Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
ccdwelivita
I just copied the check_unix_mem_usage.pl into my nagios libexec folder.
/usr/local/nagios/libexec/
And when I try to run the plugin locally and check the output it gives me only the following line.
I ran the command as follows:
/usr/local/nagios/libexec/check_unix_mem_usage.pl
And the output was :
Setuid/gid script is writable by world.
Please help me to get this done.
Thanks.
/usr/local/nagios/libexec/
And when I try to run the plugin locally and check the output it gives me only the following line.
I ran the command as follows:
/usr/local/nagios/libexec/check_unix_mem_usage.pl
And the output was :
Setuid/gid script is writable by world.
Please help me to get this done.
Thanks.
Owner's reply
Hi ccdwelivita: it seems that you've set the setuid flag in order to run the script with the owner permissions while you grant all users write permissions. It's not a matter of the plugin itself but the permissions that you've set.