Hello,

I have the following command:

define command{
        command_name    dlg_notifications
        command_line    /bin/bash /usr/local/nagios/libexec/nagios-msg-broker.sh
        }

And the following service

define service{
       use                             mypc
       service_description                                 
dlg_Alerts_notifications
       check_command                                      dlg_notifications
       max_check_attempts                             1
       retain_status_information                    0
       retain_nonstatus_information            0
       }

/bin/bash /usr/local/nagios/libexec/nagios-msg-broker.sh
runs fine manually.

Service defined above can't run it though.
While googling around, I found out that apparently Nagios does not know that 
script should be executed by /bin/bash

How would I let Nagios know about /bin/bash

Thanks.
Mikhail.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to