[hobbit] client startup script for Solaris10 or Linux
Josh Luthman
josh at imaginenetworksllc.com
Mon Sep 14 22:37:44 CEST 2009
It's at the bottom of this. Just now noticed that the startup script for my
instructions requires a root password from my server. Obviously not very
helpful to anyone =( Fixed now, though.
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS
Script: http://iam8up.com/xymon-initd/hobbit
Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373
"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle
On Mon, Sep 14, 2009 at 4:26 PM, Josh Luthman
<josh at imaginenetworksllc.com>wrote:
> Works on all my Linux (Fedora, Centos, Debian) boxes.
>
> http://pastebin.com/m50937662
>
> #!/bin/sh
> PATH=$PATH:/bin:/usr/bin # FOR suSTARTDIR=/home/hobbituser/client
> USERNAME=myhobbituser
> STARTBIN=runclient.sh
>
> case "$1" in
> start)
> su - $USERNAME -c "cd $STARTDIR;./$STARTBIN start"
> #&SLEEP
> ;;
> restart)
> su - $USERNAME -c "cd $STARTDIR;./$STARTBIN restart"
> #&SLEEP
> ;;
> stop)
> su - $USERNAME -c "cd $STARTDIR;./$STARTBIN stop"
> ;;
> *)
> echo "Usage: $0 {start|stop|restart}"
> exit 1
> ;;
> esac
>
> exit 0
>
> Josh Luthman
> Office: 937-552-2340
> Direct: 937-552-2343
> 1100 Wayne St
> Suite 1337
> Troy, OH 45373
>
> "When you have eliminated the impossible, that which remains, however
> improbable, must be the truth."
> --- Sir Arthur Conan Doyle
>
>
>
> On Mon, Sep 14, 2009 at 1:26 PM, Camelia Anghel <canghel at cjh.org> wrote:
>
>>
>> Hello everyone,
>> Does anyone has a startup script for Solaris 10 or Linux?
>> I noticed that my clients become purple after a server restart...
>> Thanks,
>> Camelia
>>
>> To unsubscribe from the hobbit list, send an e-mail to
>> hobbit-unsubscribe at hswn.dk
>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20090914/0cbce332/attachment.html>
More information about the Xymon
mailing list