<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 08/25/2009 04:17 PM, Josh Luthman wrote:
<blockquote
 cite="mid:961092e10908251317h6a420fe6hf47dcd3d204421a5@mail.gmail.com"
 type="cite"><a moz-do-not-send="true"
 href="http://www.hswn.dk/hobbiton/2005/07/msg00278.html">http://www.hswn.dk/hobbiton/2005/07/msg00278.html</a><br>
</blockquote>
Thanks, this gets me going. <br>
<br>
<blockquote
 cite="mid:961092e10908251317h6a420fe6hf47dcd3d204421a5@mail.gmail.com"
 type="cite"><br>
Who needs an RPM?<br>
  <a moz-do-not-send="true"
 href="http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS">http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS</a><br>
  <br clear="all">
</blockquote>
Well in lieu of a yum repo:<br>
<br>
for H in server{1..100}.example.com<br>
do<br>
    scp hobbit-client-4.2.3-1.x86_64.rpm ${H}:/var/tmp<br>
    ssh ${H} "<br>
        rpm -Uhv /var/tmp/hobbit-client-4.2.3-1.x86_64.rpm &&<br>
        sed -i
's/^HOBBITSERVERS=\"\"/HOBBITSERVERS=\"hobbit.example.com\"/' &&<br>
        chkconfig hobbit-client on &&<br>
        service hobbit-client start<br>
    "<br>
done<br>
<br>
Just seems easier to me ... but YMMV<br>
<br>
Thanks,<br>
Russ<br>
<blockquote
 cite="mid:961092e10908251317h6a420fe6hf47dcd3d204421a5@mail.gmail.com"
 type="cite">Josh Luthman<br>
Office: 937-552-2340<br>
Direct: 937-552-2343<br>
1100 Wayne St<br>
Suite 1337<br>
Troy, OH 45373<br>
  <br>
"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."<br>
--- Sir Arthur Conan Doyle<br>
  <br>
  <br>
  <div class="gmail_quote">On Tue, Aug 25, 2009 at 4:11 PM, Russ Hammer
  <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:russ@perneus.com">russ@perneus.com</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;">Hi,<br>
    <br>
Is anyone working on a RHEL/CentOS spec file to build an rpm package?<br>
If so, is it being integrated into the xymon source tree?<br>
    <br>
If not, does anyone have one that I could use (at least as a starting<br>
point) to build an rpm for xymon 4.2.3 on CentOS 5.3 x86_64?<br>
    <br>
Thanks,<br>
Russ<br>
    <br>
    <br>
To unsubscribe from the hobbit list, send an e-mail to<br>
    <a moz-do-not-send="true" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
    <br>
    <br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
</body>
</html>