Xymon Mailing List Archive search

Is anyone working on a RHEL/CentOS spec file to build an rpm package?

list Russ Hammer
Tue, 25 Aug 2009 21:47:47 -0400
Message-Id: <user-86c06132560d@xymon.invalid>

On 08/25/2009 04:17 PM, Josh Luthman wrote:
http://www.hswn.dk/hobbiton/2005/07/msg00278.html
Thanks, this gets me going.
Who needs an RPM?
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS
Well in lieu of a yum repo:

for H in server{1..100}.example.com
do
     scp hobbit-client-4.2.3-1.x86_64.rpm ${H}:/var/tmp
     ssh ${H} "
         rpm -Uhv /var/tmp/hobbit-client-4.2.3-1.x86_64.rpm &&
         sed -i 
's/^HOBBITSERVERS=\"\"/HOBBITSERVERS=\"hobbit.example.com\"/' &&
         chkconfig hobbit-client on &&
         service hobbit-client start
     "
done

Just seems easier to me ... but YMMV

Thanks,
Russ
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however 
improbable, must be the truth."
--- Sir Arthur Conan Doyle


On Tue, Aug 25, 2009 at 4:11 PM, Russ Hammer <user-645dca352ec2@xymon.invalid 
<mailto:user-645dca352ec2@xymon.invalid>> wrote:

    Hi,

    Is anyone working on a RHEL/CentOS spec file to build an rpm package?
    If so, is it being integrated into the xymon source tree?

    If not, does anyone have one that I could use (at least as a starting
    point) to build an rpm for xymon 4.2.3 on CentOS 5.3 x86_64?

    Thanks,
    Russ