Xymon Mailing List Archive search

XyMon installed in RHEL6

7 messages in this thread

list Jeison Moreno · Tue, 17 Jan 2012 11:34:34 -0430 ·
hello.

 
 consulted if there is somewhere in rpm can be installed in rhel6? because I
have many problems with trying to complicate dependencies.

 
 Thank you

 
Jeison Moreno.
list Josh Luthman · Tue, 17 Jan 2012 12:04:52 -0500 ·
Try this guide, it's easy to compile and I don't think anyone is
keeping up with Xymon packages.

http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

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


On Tue, Jan 17, 2012 at 11:04 AM, Jeison Moreno
quoted from Jeison Moreno
<user-54c97f21f0df@xymon.invalid> wrote:
hello.


 consulted if there is somewhere in rpm can be installed in rhel6? because I
have many problems with trying to complicate dependencies.


 Thank you


Jeison Moreno.

list Tom Diehl · Tue, 17 Jan 2012 17:49:47 -0500 (EST) ·
quoted from Josh Luthman
On Tue, 17 Jan 2012, Josh Luthman wrote:
Try this guide, it's easy to compile and I don't think anyone is
keeping up with Xymon packages.

http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS
Nor does it appear there anyone keeping up with that page.

For starters it still talks about hobbit and Centos5.1.

There are several people doing Xymon rpms including a spec file in the Xymon 
makefile.

Getting rpms correct is not an easy thing to do but if you are installing on
multiple systems it is the only sane way to do it. If you want to see a lot
of the problems, run rpmlint against them.

I have rpms that are a work in progress @ 
http://yumrepo.tntechs.com/yum-repository/local/centos/tntechs-testing/6/SRPMS/

There is still some brokenness in them, especially with respect to the selinux
parts, so use them at your own risk.

I am open to suggestions to improve them.

Hope this helps.

Regards,

-- 
Tom			user-dcee455aaab0@xymon.invalid		Spamtrap address	 		user-4d123f9c385b@xymon.invalid
quoted from Josh Luthman
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Tue, Jan 17, 2012 at 11:04 AM, Jeison Moreno
<user-54c97f21f0df@xymon.invalid> wrote:
hello.


 consulted if there is somewhere in rpm can be installed in rhel6? because I
have many problems with trying to complicate dependencies.


 Thank you


Jeison Moreno.

list Wes Neal · Tue, 17 Jan 2012 19:18:19 -0500 ·
If I have this in a log file:
 
<43% of the total memory in the server is free>
 
Should this in hobbit-clients.cfg pick it up?
 
LOG   THELOGFILE   "% 4[0-9]% of the total memory in the server is free" red


Thanks
list David Baldwin · Wed, 18 Jan 2012 11:55:50 +1100 ·
quoted from Wes Neal
On 18/01/12 11:18 AM, Neal, Jonathan W wrote:
If I have this in a log file:
 
<43% of the total memory in the server is free>
 
Should this in hobbit-clients.cfg pick it up?
 
LOG   THELOGFILE   "% 4[0-9]% of the total memory in the server is free" red
It will not match if you have a space before between "% 4". Should work
with:


LOG   THELOGFILE   "%4[0-9]% of the total memory in the server is free" red


Above will not match anything greater than 49% which may be a problem
also. You could try:

LOG   THELOGFILE   "%[4-9][0-9]% of the total memory in the server is free" red


David.

-- 
David Baldwin - Senior Systems Administrator (Datacentres + Networks)
Information and Communication Technology Services
Australian Sports Commission          http://ausport.gov.au
Tel 02 62147830 Fax 02 62141830       PO Box 176 Belconnen ACT 2616
user-cbbf693f2c89@xymon.invalid          Leverrier Street Bruce ACT 2617


Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au

This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
list Josh Luthman · Wed, 18 Jan 2012 10:49:55 -0500 ·
Totally my fault, that is my page.  I will work on updating it.
signature

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


quoted from Tom Diehl
On Tue, Jan 17, 2012 at 5:49 PM,  <user-dcee455aaab0@xymon.invalid> wrote:
On Tue, 17 Jan 2012, Josh Luthman wrote:
Try this guide, it's easy to compile and I don't think anyone is
keeping up with Xymon packages.


http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Nor does it appear there anyone keeping up with that page.

For starters it still talks about hobbit and Centos5.1.

There are several people doing Xymon rpms including a spec file in the Xymon
makefile.

Getting rpms correct is not an easy thing to do but if you are installing on
multiple systems it is the only sane way to do it. If you want to see a lot
of the problems, run rpmlint against them.

I have rpms that are a work in progress @
http://yumrepo.tntechs.com/yum-repository/local/centos/tntechs-testing/6/SRPMS/

There is still some brokenness in them, especially with respect to the
selinux
parts, so use them at your own risk.

I am open to suggestions to improve them.

Hope this helps.

Regards,

--
Tom                     user-dcee455aaab0@xymon.invalid           Spamtrap address
           user-4d123f9c385b@xymon.invalid

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


On Tue, Jan 17, 2012 at 11:04 AM, Jeison Moreno
<user-54c97f21f0df@xymon.invalid> wrote:
hello.


 consulted if there is somewhere in rpm can be installed in rhel6?
because I
have many problems with trying to complicate dependencies.


 Thank you


Jeison Moreno.

list Josh Luthman · Wed, 18 Jan 2012 14:12:48 -0500 ·
This has been updated.  Ran through it once and seems to work
perfectly for me.  If there are any problems please let me know.

http://en.wikibooks.org/w/index.php?title=System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS
quoted from Josh Luthman

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


On Wed, Jan 18, 2012 at 10:49 AM, Josh Luthman
quoted from Josh Luthman
<user-4c45a83f15cb@xymon.invalid> wrote:
Totally my fault, that is my page.  I will work on updating it.

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


On Tue, Jan 17, 2012 at 5:49 PM,  <user-dcee455aaab0@xymon.invalid> wrote:
On Tue, 17 Jan 2012, Josh Luthman wrote:
Try this guide, it's easy to compile and I don't think anyone is
keeping up with Xymon packages.


http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Administration_Guide/Compiling_on_CentOS

Nor does it appear there anyone keeping up with that page.

For starters it still talks about hobbit and Centos5.1.

There are several people doing Xymon rpms including a spec file in the Xymon
makefile.

Getting rpms correct is not an easy thing to do but if you are installing on
multiple systems it is the only sane way to do it. If you want to see a lot
of the problems, run rpmlint against them.

I have rpms that are a work in progress @
http://yumrepo.tntechs.com/yum-repository/local/centos/tntechs-testing/6/SRPMS/

There is still some brokenness in them, especially with respect to the
selinux
parts, so use them at your own risk.

I am open to suggestions to improve them.

Hope this helps.

Regards,

--
Tom                     user-dcee455aaab0@xymon.invalid           Spamtrap address
           user-4d123f9c385b@xymon.invalid

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


On Tue, Jan 17, 2012 at 11:04 AM, Jeison Moreno
<user-54c97f21f0df@xymon.invalid> wrote:
hello.


 consulted if there is somewhere in rpm can be installed in rhel6?
because I
have many problems with trying to complicate dependencies.


 Thank you


Jeison Moreno.