Nagios-users digest, Vol 1 #1903 - 6 msgs

Jim C mtorbit at centurytel.net
Thu Feb 19 11:32:20 CET 2004


aCE??


'


<!-- ONE STEP TO INSTALL AUTO EXPIRE:

  1.  Copy the coding into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the BODY of your HTML document  -->

<BODY>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Don Demrow -->

<!-- Begin
// Set the dates below
var goLiveDate = "20030613";
var expireDate = "20101015";

var expireYear = expireDate.substring(0,4)
var expireMonth = expireDate.slice(4,-2)
var expireDay = expireDate.slice(6)
var liveYear = goLiveDate.substring(0,4)
var liveMonth = goLiveDate.slice(4,-2)
var liveDay = goLiveDate.slice(6)
var nowDate = new Date();
var day = nowDate.getUTCDate();
var month = nowDate.getUTCMonth();
var month1 = month + 1;
  if (month1 < 10)
  {
  month1 = "0" + month1;
  }
  if (day < 10)
  {
  day = "0" + day;
  }
var year = nowDate.getYear();
var GMTdate = year + "" + month1 + "" + day
if ((GMTdate < expireDate) && (GMTdate >= goLiveDate))
{

// Insert the text you want displayed below
document.write("<div align='center'><b>This content appeared on " +
liveMonth + "/" + liveDay + "/" + liveYear + "<br>and will disappear on " +
expireMonth + "/" + expireDay + "/" + expireYear +".</b></div>")

}
//  End -->
</script>


<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  1.45 KB -->



----- Original Message ----- 
From: <nagios-users-request at lists.sourceforge.net>
To: <nagios-users at lists.sourceforge.net>
Sent: Wednesday, February 18, 2004 9:30 PM
Subject: Nagios-users digest, Vol 1 #1903 - 6 msgs


> Send Nagios-users mailing list submissions to
> nagios-users at lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> or, via email, send a message with subject or body 'help' to
> nagios-users-request at lists.sourceforge.net
>
> You can reach the person managing the list at
> nagios-users-admin at lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Nagios-users digest..."
>
>
> Today's Topics:
>
>    1. RE: Additional Monitoring (Peter Edmonds)
>    2. RE: tomcat monitoring (Patrick Soltani)
>    3. user authentication in cgi.cfg (Yao, Jack)
>    4. RE: Two instances of nagios on one machine (C. Bensend)
>    5. please ignore my previous post about user authentication, I found
>        out what was missing (Yao, Jack)
>
> --__--__--
>
> Message: 1
> From: "Peter Edmonds" <pedmonds.nagios at boursedata.com.au>
> To: "Subhendu Ghosh" <sghosh at sghosh.org>,
> "Brian Hendrix" <bhendrix at stthomas.org>
> Cc: <nagios-users at lists.sourceforge.net>
> Subject: RE: [Nagios-users] Additional Monitoring
> Date: Thu, 19 Feb 2004 13:33:25 +1100
>
> Hi Brian,
>
> Assuming that the events you want to monitor are logged in the Event Log
> (for your Windows boxes), you could centralise yor Windows event logs
using
> Eventlog to Syslog Utility from
> https://engineering.purdue.edu/ECN/Resources/Documents/UNIX/evtsys/
>
> and the logsurfer plugin from
> http://naplax.sourceforge.net/check_logsurfer.html
>
> in conjunction with logsurfer from http://www.cert.dfn.de/eng/logsurf/
>
> These 3 utils are easy to setup and make the task of monitoring Windows
> Event Logs much simpler.
>
> Peter Edmonds
> BourseData
>
>
> -----Original Message-----
> From: nagios-users-admin at lists.sourceforge.net
> [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Subhendu
> Ghosh
> Sent: Thursday, February 19, 2004 10:03 AM
> To: Brian Hendrix
> Cc: nagios-users at lists.sourceforge.net
> Subject: Re: [Nagios-users] Additional Monitoring
>
>
> On Wed, 18 Feb 2004, Brian Hendrix wrote:
>
> > I have been tasked with evaluating Nagios as a replacement for Command
> > Post (we call it compost!). They want $140,000 to upgrade and buy
> > additional licenses for our servers!
> >
> > I am past the initial setup phase and our Director is impressed by what
> > he sees. I am monitoring Novell, Windows (2000, XP), Linux, and Unix
> > without any issues. However, the Intel Team Leader wants to be able to
> > monitor what I call "environmentals." They currently use:
> >
> > Insight Manager (HP),
> > Open Manage (Dell), and
> > Director (IBM).
> >
> > These tools, however, do not, as far as I know, contact you when
> > certain events occur such as:
> >
> > High CPU, chassis temperatures,
> > Redundant power supply failures, or
> > hardware failures (disk failure in RAID array).
> >
> > I was hoping someone could start by pointing me in the right direction
> > for monitoring these "environmentals" in Nagios. I would need to monitor
> > these in Windows and Novell environments.
> >
> > Thanks, in advance, for any assistance.
>
> There is a contrib - check_compaq_insight.pl (needs a bit of a cleanup)
>
> I'm in the middle of a Dell Openmanager plugin (should be out this week)
> (had a redundant ps go out last week :( )
>
> I have not heard anything about IBM - but if the MIBs are available, it
> should't take a day or so... :)
>
> --
> -sg
>
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
reporting
> any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
>
>
> --__--__--
>
> Message: 2
> Subject: RE: [Nagios-users] tomcat monitoring
> Date: Wed, 18 Feb 2004 14:15:10 -0800
> From: "Patrick Soltani" <PSoltani at iitcorporation.com>
> To: "Sam Terburg - Luna.nl" <Sam at Luna.nl>
> Cc: <nagios-users at lists.sourceforge.net>
>
>
> >=20
> > you could check via snmp if a process called java is still running.
>
> Security is an issue with snmp for this client, even v3 is not good =
> enough for them :-(.
>
> > or you could check if the ajp/warp port is still open.
>
> Right now just doing that, but it does not verify if the application on =
> that port is working tho. Only the port is open.
>
> > or you could simple write a jsp page (or use an existing=20
> > page) to check via
> > your apache box.
> > the apache box will talk ajp13/warp (i assume that what you mean with
> > binary) for you.
>
> Good point, will look into this.
>
>
> > or start an httpconnector in tomcat specific for this monitoring.
>
> Yup, monitoring port 8888, but the flaw with this is that it doesn't =
> tell if tomcat application is doing ok, only the port 8888 that talks to =
> tomcat is doing ok.=20
>
> > or write a script that greps the catalina/ajp/warp logs for
> > errors/timestamp-marks.
>
> Seems reasonable to do this.
> Many thanx for your input.  Love the nagios mailing list ;-).
>
> Regards,
> Patrick Soltani.
>
>
>
> >=20
> > Sam Terburg
> > Luna.nl
> >=20
> >=20
> > ----- Original Message -----=20
> > From: "Patrick Soltani" <PSoltani at iitcorporation.com>
> > To: <nagios-users at lists.sourceforge.net>
> > Sent: Wednesday, February 18, 2004 21:37
> > Subject: [Nagios-users] tomcat monitoring
> >=20
> >=20
> > Hi,
> >=20
> > I have a tomcat box that DOES NOT do any http, that's handled=20
> > by another
> > apache box.
> > Reading the docs on tomcat, I understand the "call protocol" for this
> > software is in binary.  searching http://alltheweb.com,=20
> http://google.com,
> etc does not turn up anything useful.
>
> I wonder if anyone has any a pointer, url, etc on Tomcat monitoring via
> Nagios.
>
> Thanx and regards,
> Patrick Soltani.
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when =
> reporting
> any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
>
>
> --__--__--
>
> Message: 3
> From: "Yao, Jack" <jyao at aav.com.au>
> To: "Nagios mail user list (nagios-users at lists.sourceforge.net)"
> <nagios-users at lists.sourceforge.net>
> Date: Thu, 19 Feb 2004 14:09:49 +1100
> Subject: [Nagios-users] user authentication in cgi.cfg
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> ------_=_NextPart_001_01C3F695.D5C14900
> Content-Type: text/plain
>
> Hi ,
>
> I've read the document about the cgi authentication part and it said to
set
> up the "use_authentication" to be anything but zero , say 1 in order to
> activate the user authenticatin part and I've done just that. I've changed
> the value in cgi.cfg and restart nagios service.
>
> Problem is that Nagios still does not ask user to login when access web
> interface.  I've looked in FAQ but there is nothing else mentioned beside
> setting up that value in cgi.cfg.
>
> The permission I have to nagios for cgi.cfg is 755, is that anything to do
> with this ?
>
> ta
>
> J
>
> ------_=_NextPart_001_01C3F695.D5C14900
> Content-Type: text/html
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
> <TITLE>Message</TITLE>
>
> <META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
> <BODY>
> <DIV><SPAN class=484305302-19022004><FONT face=Verdana size=1>Hi
> ,</FONT></SPAN></DIV>
> <DIV><SPAN class=484305302-19022004><FONT face=Verdana
> size=1></FONT></SPAN> </DIV>
> <DIV><SPAN class=484305302-19022004><FONT face=Verdana size=1>I've read
the
> document about the cgi authentication part and it said to set up the
> "use_authentication" to be anything but zero , say 1 in order to
activate
> the user authenticatin part and I've done just that. I've changed the
value
> in cgi.cfg and restart nagios service.</FONT></SPAN></DIV>
> <DIV><SPAN class=484305302-19022004><FONT face=Verdana
> size=1></FONT></SPAN> </DIV>
> <DIV><SPAN class=484305302-19022004><FONT face=Verdana size=1>Problem is
that
> Nagios still does not ask user to login when access web
interface. 
> I've looked in FAQ but there is nothing else mentioned beside setting up
that
> value in cgi.cfg.</FONT></SPAN></DIV>
> <DIV><SPAN class=484305302-19022004></SPAN> </DIV>
> <DIV><SPAN class=484305302-19022004><FONT face=Verdana size=1>The
permission I
> have to nagios for cgi.cfg is 755, is that anything to do with
this
> ?</FONT></SPAN></DIV>
> <DIV><SPAN class=484305302-19022004></SPAN> </DIV>
> <DIV><SPAN class=484305302-19022004><FONT face=Verdana
> size=1>ta</FONT></SPAN></DIV>
> <DIV><SPAN class=484305302-19022004></SPAN> </DIV>
> <DIV><SPAN class=484305302-19022004><FONT face=Verdana
> size=1>J</FONT> </SPAN></DIV></BODY></HTML>
>
> ------_=_NextPart_001_01C3F695.D5C14900--
>
>
> --__--__--
>
> Message: 4
> Date: Wed, 18 Feb 2004 21:27:48 -0600 (CST)
> Subject: RE: [Nagios-users] Two instances of nagios on one machine
> From: "C. Bensend" <benny at bennyvision.com>
> To: nagios-users at lists.sourceforge.net
>
>
> > I don't think the same binary (specially the cgis, not nagios-daemon)
> > behave if running two instances
> >
> > You have to either recompile each instance or apply Russell Scibetti's
> > patch and set location info using Apache environment.
>
> Not sure I follow you...
>
> Both instances of Nagios (1.1 and 2.0) are running from their own
> namespace (/home/nagios and /home/nagios2), both were compiled using
> configure flags to specify the URLs, etc, and the nagios v2.0 binary
> was renamed to nagios2.  The Nagios v2 wasn't recompiled, it was just
> compiled with the right flags for my environment.  :)
>
> And of course Apache needed to be configured, but that was a simple
> matter.  Each instance has its correct CGI binaries.
>
> Am I missing something, Subhendu?
>
> Benny
>
>
> -- 
> "Have you ever tried simply turning off the TV, sitting down with your
> children, and hitting them?"                   -- Bender, "Futurama"
>
>
> --__--__--
>
> Message: 5
> From: "Yao, Jack" <jyao at aav.com.au>
> To: "Nagios mail user list (nagios-users at lists.sourceforge.net)"
> <nagios-users at lists.sourceforge.net>
> Date: Thu, 19 Feb 2004 14:50:41 +1100
> Subject: [Nagios-users] please ignore my previous post about user
authentication, I found
>  out what was missing
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> ------_=_NextPart_001_01C3F69B.8B68F0A0
> Content-Type: text/plain
>
> Hi ,
> please ignore my previous post about user authentication, I found out what
> was missing.
>
> cheers
>
> J
>
>
> ------_=_NextPart_001_01C3F69B.8B68F0A0
> Content-Type: text/html
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
> <TITLE>Message</TITLE>
>
> <META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
> <BODY>
> <DIV><FONT face=Verdana size=1><SPAN class=421154903-19022004>Hi
> ,</SPAN></FONT></DIV>
> <DIV><FONT face=Verdana size=1><SPAN class=421154903-19022004>please
ignore my
> previous post about user authentication, I found out what was
> missing.</SPAN></FONT></DIV>
> <DIV><FONT face=Verdana size=1><SPAN
> class=421154903-19022004></SPAN></FONT> </DIV>
> <DIV><FONT face=Verdana size=1><SPAN
> class=421154903-19022004>cheers</SPAN></FONT></DIV>
> <DIV><FONT face=Verdana size=1><SPAN
> class=421154903-19022004></SPAN></FONT> </DIV>
> <DIV><FONT face=Verdana size=1><SPAN
> class=421154903-19022004>J</SPAN></FONT></DIV>
> <DIV><FONT face=Verdana size=1></FONT> </DIV></BODY></HTML>
>
> ------_=_NextPart_001_01C3F69B.8B68F0A0--
>
>
>
> --__--__--
>
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
>
>
> End of Nagios-users Digest
>



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list