<br>Hi,<br>On a linux client you I can use hobbitboard. I don't know if bbwin supports hobbitboard.<br><br>I use this script to restart devmon on a bbproxy:<br><br>#!/bin/sh<br>TEST=`/home/bbmon/server/bin/bb  IP_of_XYMON  "hobbitdboard test=dm color=purple" | grep myhost`<br>
<br>if  [ -n "$TEST" ];<br>        then<br>PID=`cat /var/run/devmon/devmon.pid`<br>echo $PID;<br>kill $PID;<br>sleep 30;<br>/usr/local/devmon/devmon<br>xm=1;<br>else<br>xm=0;<br>fi<br>#echo $xm<br><br><br><div class="gmail_quote">
On Mon, Feb 1, 2010 at 8:36 AM, Malcolm Hunter <span dir="ltr"><<a href="mailto:malcolm.hunter@gmx.co.uk">malcolm.hunter@gmx.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">> Are there any way to make XYmon run scripts on clients depending on<br>
> alerts?<br>
> I'm monitoring a bunch of services on windows 2003/2008 servers running<br>
> bbwin,<br>
> and I would like to run different scripts depending on which service is<br>
> failing.<br>
> Instead of just restarting the service, I would like to run a script to<br>
> take care of the real reason of the failure.<br>
><br>
> Are there any way to do this with XYmon?<br>
<br>
</div>You could write an external script called from BBwin that checks the service status and calls the relevant script when it fails.<br>
<br>
Malcolm<br>
<br>
<br>
--<br>
Technical copy-editor & proofreader<br>
<br>
KDE Proofreading Team<br>
KDE British English Translation Team<br>
<br>
<a href="http://l10n.kde.org/team-infos.php?teamcode=en_GB" target="_blank">http://l10n.kde.org/team-infos.php?teamcode=en_GB</a><br>
<br>
Facebook: <a href="http://www.facebook.com/FriendlyAtheist" target="_blank">http://www.facebook.com/FriendlyAtheist</a><br>
<br>
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -<br>
sicherer, schneller und einfacher! <a href="http://portal.gmx.net/de/go/chbrowser" target="_blank">http://portal.gmx.net/de/go/chbrowser</a><br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
</blockquote></div><br>