Nagios father, script son ??

Todd Barbera todd_barbera at wgbh.org
Fri Nov 18 13:30:15 CET 2005


Hi Enrico,

Try putting in the following:

/etc/init.d/nagios stop
sleep 30
echo "now to stop sendmail"
/etc/init.d/sendmail restart
sleep 30
echo "now to call named"
/etc/init.d/named

This will help determine if the script is truly dying because the nagios
process stops. 30 seconds should be far more time needed for nagios to
shutdown, although I suppose you could put in a process grep in the script
to verify.

Todd

----- Original Message ----- 
From: "enrico fanti" <e.fanti at pointercom.it>
To: <jpratt at norwich.edu>; <nagios-users at lists.sourceforge.net>
Sent: Friday, November 18, 2005 7:18 AM
Subject: Re: [Nagios-users] Nagios father, script son ??


> Hi,
> I tried that but it doesn't work..
>
> It seems to be very stange case...
>
>
>
>
> Jamie Pratt wrote:
>
> > did you try tagging an & on the end of the command line to fork it off
> > into the background? sometimes this will help..
> >
> > regards,
> > jamie
> >
> > -- 
> >
> > James Pratt
> > Unix Systems Administrator
> > Norwich University - Information Technology
> > jpratt at norwich.edu | 1-802-485-2532
> >
> >
> >
> > enrico fanti wrote:
> >
> >> Hi to all
> >>
> >> I have this problem
> >>
> >> Nagios executes a script.
> >> This script have to restart the Nagios process in this way:
> >>
> >> /etc/init.d/nagios stop
> >> /etc/init.d/sendmail restart
> >> /etc/init.d/named
> >> /etc/init.d/nagios start
> >>
> >> The problem is that when the script execute this sequence, it
> >> executes only:
> >>
> >> /etc/init.d/nagios stop
> >> /etc/init.d/sendmail stop
> >>
> >> It seems that the father Nagios execute the son script, but this
> >> script dies when the father dies (Nagios).
> >>
> >>
> >> Is there a way to run the son script separately from the father
> >> Thak you
> >>
> >> Enrico
> >>
> >
> >
> >
>
> -- 
> =======================================
> Enrico Fanti
> PointerCom s.p.a - http://www.pointercom.it
> Via Francesco De Sanctis, 9
> 00195 Roma - ITALY
> tel. +39-06-37591259
> fax +39-06-37591202
> e.fanti at pointercom.it
> ================================
>
>
>
>



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at 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





More information about the Users mailing list