Hello --

I am trying to run the check_folder_size.sh script on one of our servers, but 
the error message that I am receiving is the following:

The filesystem doesnt exist or there is a script error

An example of the folders that I am attempting to monitor is shown below via 
the nrpe.cfg file:

command[check_folder_size1]=/usr/local/nrpe/libexec/check_folder_size.sh 200000 
300000 /CMS/rtp1/0/patient

I am able to run the script manually as the root user. The problem occurs when 
when the Icinga server interacts with the script
via the check_nrpe command. The command syntax on the Icinga server that is 
being used is the following:

define service {
                service_description                     Free Space 
rtp1/0/patient
                check_command                           
check_nrpe!check_folder_size1
                host_name                               <hostname>
                check_period                            24x7
                notification_period                     24x7
                contact_groups                          linux-admins
                event_handler_enabled                   0
                active_checks_enabled                   1
                passive_checks_enabled                  0
                notifications_enabled                   1
                check_freshness                         0
                freshness_threshold                     86400
                use                                             generic-service
}

When installing the script, I made sure to add the entry shown below to the 
visudo file:

nagios ALL=(root) NOPASSWD: /usr/bin/du

The nagios user and group that are on the server in question have the following 
properties:

/etc/passwd     --      nagios:x:1963:1963::/home/nagios:/sbin/nologin
/etc/group      --      nagios:x:1963:

The nologin shell for the nagios user account is meant to prevent unauthorized 
access to the server via the nagios user.

A similar configuration has been implemented on another server using the above 
settings, and there is no problem with the script
on that system.

Does anyone have an idea as to what steps can be done to correct this problem?

Thanks.




The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to