Koozali.org: home of the SME Server

Nagios and 6.0.1-01

Offline Neririn

  • ****
  • 100
  • +0/-0
Nagios and 6.0.1-01
« on: May 04, 2004, 10:13:44 PM »
Does anyone have experience compiling and running nagios on 6.0?  If so, are there any contribs/howtos that anyone has created?  In doing a search, I found http://forums.contribs.org/index.php?topic=16988.msg88410#msg88410  but it appears that there will be no rpm.  

Basically, I only have need of information on what to install and how to compile my own for SME.  I presume it will be a g++ contrib and potentially some source for the kernel.  Can anyone send me in the right direction?  I have found some stuff on 5.x but nothing on 6.x

Thanks in advance
......

niceguy

nagios rpm
« Reply #1 on: May 06, 2004, 10:47:08 AM »
hello,

I notice that many post remain without replies on here too bad :(
yes i did install nagios in release 6 never had any troubles with it, can send u rpm if u need them, just contact me to ms@krustanord.net

try this link maybe http://www.acenet-tech.org/cdj/nagios/

Good luck
regards

guest22

Nagios and 6.0.1-01
« Reply #2 on: May 08, 2004, 10:43:31 AM »
Hi niceguy,

since you're such a niceguy ;-) why don't you publish your work on Nagios on the wiki? That way everybody can enjoy it.

TIA
RequestedDeletion

niceguy

publish nagio
« Reply #3 on: May 10, 2004, 09:42:03 AM »
Hi all,

i'm sorry i'm not real guru of sme, i just found rpms on website, and gave the link but i remain available to share my experience of nagios

Offline Neririn

  • ****
  • 100
  • +0/-0
Compiling source in 6.x
« Reply #4 on: May 26, 2004, 05:48:40 PM »
Basically, I only have need of information on what to install and how to compile in SME. I presume it will be a g++ contrib and potentially some source for the kernel. Can anyone send me in the right direction? I have found some stuff on 5.x but nothing on 6.x
......

Offline cjensen

  • *
  • 133
  • +0/-0
    • http://acenet-tech.org
Nagios and 6.0.1-01
« Reply #5 on: May 26, 2004, 10:35:32 PM »
Nagios itself compiles on SME 6 (with the correct requires installed), the plugin package is what does not compile... yet :-)

I am currently working on this.  I know one other dev from rstrat is also pursuing this, but I do not know if there has been progress.

Craig Jensen

Offline Neririn

  • ****
  • 100
  • +0/-0
Nagios and 6.0.1-01
« Reply #6 on: May 26, 2004, 11:31:38 PM »
What are the "correct requires"?  Is G++ installed in SME by default?  How about MAKE?  etc.
......

Offline cjensen

  • *
  • 133
  • +0/-0
    • http://acenet-tech.org
Nagios and 6.0.1-01
« Reply #7 on: May 27, 2004, 06:07:10 PM »
Hi Neririn:

The 'best' way, at least to build and share the results, is to use a RH 7.3 box with the devel packages to compile.  They do NOT come on SME in the stock install and present major security risks esp on a SME used as a web server as well as devel (not a good idea).

As far as the specific requires(from nagios.org): "System Requirements

The only requirement of running Nagios is a machine running Linux (or UNIX variant) and a C compiler. You will probably also want to have TCP/IP configured, as most service checks will be performed over the network.

You are not required to use the CGIs included with Nagios. However, if you do decide to use them, you will need to have the following software installed...


A web server (preferrably Apache)
Thomas Boutell's gd library version 1.6.3 or higher (required by the statusmap and trends CGIs)"

http://nagios.sourceforge.net/docs/1_0/about.html#requirements

If you get the plugin package to compile, please let me know.  I would like to complete a contrib for SME of Nagios.

Craig