statusmap compilation!@!! on solaris.

Westland G. [DH] G.Westland at agipkco.com
Wed Dec 10 14:30:00 CET 2003


Help!
I'm trying to recompile for the stausmap.cgi after installing libgd, libpng and libjpeg. I get messages saying that it now needs gd-devel, png-devel etc. I've hunted on the web for these libraries but no joy! Does anyone where I can get these? Or can anyone send me a statusmap.cgi?
Another quick question - How do I change the backdrop colours in statuswrl/3D-status map?

Many Thanks

Greg

-----Original Message-----
From: nagios-users-request at lists.sourceforge.net
[mailto:nagios-users-request at lists.sourceforge.net]
Sent: Wednesday, December 10, 2003 5:05 AM
To: nagios-users at lists.sourceforge.net
Subject: Nagios-users digest, Vol 1 #1790 - 30 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: Disabling checks in Nagios (Tedman Eng)
   2. Re: Re: Disabling checks in Nagios (Jason Martin)
   3. missing: statusmap.cgi (Patrick Webster)
   4. Re: nrpe - ssl handshake not completed (Noah Leaman)
   5. RE: nrpe - ssl handshake not completed (Noah Leaman)
   6. Nrpe generic question (MiikaT)
   7. 1 check at a time (Sam Terburg)
   8. snmpd.conf (miglionni at ig.com.br)
   9. check_nt FILEAGE problem (Michal.Mazurek at avon.com)
  10. RE: check_nt FILEAGE problem (Randal, Phil)
  11. RES: [Nagios-users] 1 check at a time (Marcio Queiroz)
  12. Re: missing: statusmap.cgi (Dave O'Shea)
  13. apan (k.l. muthu kumar)
  14. RE: apan (HBoertien at enertel.nl)
  15. Check_NWstat (Cory Schafer)
  16. Re: Excluding hosts from hostgroups? (jeff vier)
  17. Statistic and Performance metric gathering / displaying (tom di naro)
  18. Question (Israel_Guadalupe_Lopez_Mascorro../Administracion/Jalisco at jalisco.gob.mx)
  19. RE: Statistic and Performance metric gathering / displaying (Marc Powell)
  20. RE: Question (Marc Powell)
  21. Limiting notifications by group? (Mark Ferlatte)
  22. Re: Limiting notifications by group? (Jamie Baddeley)
  23. notifications (Tory Skyers)
  24. notification again (Tory Skyers)
  25. RE: notification again (Marc Powell)
  26. US STOCK MARKET - MBTT Technology---MERRILL LYNCH On Sector.....coyne (Connie Dugan)
  27. Monitoring process may not be running! ... (Jamie Bohr)
  28. RE: Monitoring process may not be running! ... (Marc Powell)
  29. RE: Monitoring process may not be running! ... (Jamie Bohr)
  30. NRPE 1.8 Error (Ran B)

--__--__--

Message: 1
To: nagios-users at lists.sourceforge.net
From: "Tedman Eng" <teng at dataway.com>
Date: Mon, 8 Dec 2003 21:00:45 -0800
Organization: Dataway, Inc.
Subject: [Nagios-users] Re: Disabling checks in Nagios

One way is to use one of the external command scripts
(see here http://www.nagios.org/download/extras.php#misc)
and edit the script to use DISABLE_SVC_CHECK and ENABLE_SVC_CHECK.
Scheduling can easily be done using an external scheduler like cron or at,
depending on your needs.
Info about the format of external commands can be found here:
http://nagios.sourceforge.net/docs/1_0/extcommands.html

For example:
# echo "disable_svc_chk.sh foobar ping" | at 0300
job 6 at 2003-12-16 03:00
# echo "enable_svc_chk.sh foobar ping" | at 0330
job 7 at 2003-12-16 03:30

There may exist a script to do such a thing already somewhere, but if there
is, they forgot to tell me.  :)

HTH
-Tedman

"Anurag Gupta" <agupta at yahoo-inc.com> wrote in message
news:FJEHIPBACBJHHEAGEJCPAEGKEFAA.agupta at yahoo-inc.com...
> Hi,
>
> Is there an option in Nagios to *schedule* disabling of checks?
>
> Currently, we have Event Handlers that try to restart the processes on
> remote machines. We want these handlers disabled during a Scheduled
> downtime. But scheduled downtime is only for suppressing notifications.
> Checks do happen, and event handlers are invoked.
>
> thanks
> ======================
> Regards
> Anurag Gupta
> agupta at yahoo-inc.com
> 408.349.5166
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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
Date: Mon, 8 Dec 2003 21:02:21 -0800 (PST)
To: Tedman Eng <teng at dataway.com>
Cc: nagios-users at lists.sourceforge.net
Subject: Re: [Nagios-users] Re: Disabling checks in Nagios
From: Jason Martin <jhmartin at toger.us>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You can also define a check_period that excludes the intented downtime.

- -Jason Martin
On Mon, 8 Dec 2003, Tedman Eng wrote:

> One way is to use one of the external command scripts
> (see here http://www.nagios.org/download/extras.php#misc)
> and edit the script to use DISABLE_SVC_CHECK and ENABLE_SVC_CHECK.
> Scheduling can easily be done using an external scheduler like cron or at,
> depending on your needs.
> Info about the format of external commands can be found here:
> http://nagios.sourceforge.net/docs/1_0/extcommands.html
> 
> For example:
> # echo "disable_svc_chk.sh foobar ping" | at 0300
> job 6 at 2003-12-16 03:00
> # echo "enable_svc_chk.sh foobar ping" | at 0330
> job 7 at 2003-12-16 03:30
> 
> There may exist a script to do such a thing already somewhere, but if there
> is, they forgot to tell me.  :)
> 
> HTH
> -Tedman
> 
> "Anurag Gupta" <agupta at yahoo-inc.com> wrote in message
> news:FJEHIPBACBJHHEAGEJCPAEGKEFAA.agupta at yahoo-inc.com...
> > Hi,
> >
> > Is there an option in Nagios to *schedule* disabling of checks?
> >
> > Currently, we have Event Handlers that try to restart the processes on
> > remote machines. We want these handlers disabled during a Scheduled
> > downtime. But scheduled downtime is only for suppressing notifications.
> > Checks do happen, and event handlers are invoked.
> >
> > thanks
> > ======================
> > Regards
> > Anurag Gupta
> > agupta at yahoo-inc.com
> > 408.349.5166
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: SF.net Giveback Program.
> > Does SourceForge.net help you be more productive?  Does it
> > help you create better code?  SHARE THE LOVE, and help us help
> > YOU!  Click Here: http://sourceforge.net/donate/
> > _______________________________________________
> > 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
> >
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.3 (GNU/Linux)
Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/

iD8DBQE/1Vdgl2ODWuqVSBMRAoDlAJ9zHd5U57kmAUHzd2CS8LJDZ1dLzACeKmrH
BpBEJ5Afa7IaOJ1lfxVhKw8=
=Zl0q
-----END PGP SIGNATURE-----


--__--__--

Message: 3
Date: Tue, 9 Dec 2003 16:55:32 +1100
From: "Patrick Webster" <pwebster at ausgeo.com.au>
To: <nagios-users at lists.sourceforge.net>
Subject: [Nagios-users] missing: statusmap.cgi

Hi all,

I have nagios up and running, however I get a 404 when clicking on the
'Status Map' link.

The statusmap.c file was in the tar archive when I originally compiled
nagios, and the cgi directory has statuswml.cgi / statuswrl.cgi, but
statusmap.cgi is nowhere to be found.

Does anyone know what happened? I'm running Nagios 1.1 with the latest
plug-ins.

Thanks.

-Patrick


--__--__--

Message: 4
Date: Mon, 8 Dec 2003 22:06:50 -0800
Subject: Re: [Nagios-users] nrpe - ssl handshake not completed
Cc: Nagios-users at lists.sourceforge.net
To: Steve Risteter <stever at corp.ptd.net>
From: Noah Leaman <nleaman at apple.com>

I had this problem too and the fix for me had nothing to do with the=20
libssl or libcrypto libs or ./configure --disable-ssl. What I was doing=20=

was mistakingly running nrpe with the wrong config file (doh!). I was=20
running:

     ./nrpe -c commands.cfg -d

instead of:

     ./nrpe -c nrpe.cfg -d

In fact, I found that you can run nrpe with an empty text file as a=20
config file and it doesn't seem to have a problem:

     touch test.cfg
     ./nrpe -c test.cfg -d

... no problem until you try to connect:

     ./check_nrpe -H hostname.domain.com -c check_users
     CHECK: Error - Could not complete SSL handshake.

So make SURE that the config file your feeding nrpe is the actual nrpe=20=

config file and not the commands config or something. Hope this helps=20
some.

--=20
Noah

On Monday, December 8, 2003, at 04:07  AM, Steve Risteter wrote:

> Check allowed_hosts in nrpe.cfg and check that libssl and libcrypto=20
> are installed.
>
>
> -----Original Message-----
> From: Admin Nagios [mailto:nagios at terra.com]
> Sent: Sunday, December 07, 2003 11:30 PM
> To: Nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] nrpe - ssl handshake not completed
> Importance: High
>
>
> Im trying to use the check_disk1 command with check_nrpe and Im=20
> receiving the following message:
>
> CHECK_NRPE: Error - Could not complete SSL handshake.
>
> Somebody have and idea of what is going on??
>
> ---------
>
> #Im running the nrpe daemon and the nrpe plugin in the same machine=20
> ...just for test procedures.#
>
>
>
>
>
> ___________________________________________________
> Triste, alegre, rom=E1ntico, con ganas de bailar... Terra Radio tiene=20=

> para ti m=E1s de 200 estaciones de radio con tu m=FAsica preferida. =
=A1Ven y=20
> disfruta de toda la m=FAsica que Terra Radio tiene para t=ED!
> http://www.terra.com/ocio/musica/radio/
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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=20
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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=20
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>



--__--__--

Message: 5
Date: Mon, 8 Dec 2003 22:08:28 -0800
Subject: RE: [Nagios-users] nrpe - ssl handshake not completed
From: Noah Leaman <noah at mac.com>
To: nagios-users at lists.sourceforge.net

I had this problem too and the fix for me had nothing to do with the=20
libssl or libcrypto libs or ./configure --disable-ssl. What I was doing=20=

was mistakingly running nrpe with the wrong config file (doh!). I was=20
running:

     ./nrpe -c commands.cfg -d

instead of:

     ./nrpe -c nrpe.cfg -d

In fact, I found that you can run nrpe with an empty text file as a=20
config file and it doesn't seem to have a problem:

     touch test.cfg
     ./nrpe -c test.cfg -d

... no problem until you try to connect:

     ./check_nrpe -H hostname.domain.com -c check_users
     CHECK: Error - Could not complete SSL handshake.

So make SURE that the config file your feeding nrpe is the actual nrpe=20=

config file and not the commands config or something. Hope this helps=20
some.

--=20
Noah

On Monday, December 8, 2003, at 04:07  AM, Steve Risteter wrote:

> Check allowed_hosts in nrpe.cfg and check that libssl and libcrypto=20
> are installed.
>
>
> -----Original Message-----
> From: Admin Nagios [mailto:nagios at terra.com]
> Sent: Sunday, December 07, 2003 11:30 PM
> To: Nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] nrpe - ssl handshake not completed
> Importance: High
>
>
> Im trying to use the check_disk1 command with check_nrpe and Im=20
> receiving the following message:
>
> CHECK_NRPE: Error - Could not complete SSL handshake.
>
> Somebody have and idea of what is going on??
>
> ---------
>
> #Im running the nrpe daemon and the nrpe plugin in the same machine=20
> ...just for test procedures.#
>
>
>
>
>
> ___________________________________________________
> Triste, alegre, rom=E1ntico, con ganas de bailar... Terra Radio tiene=20=

> para ti m=E1s de 200 estaciones de radio con tu m=FAsica preferida. =
=A1Ven y=20
> disfruta de toda la m=FAsica que Terra Radio tiene para t=ED!
> http://www.terra.com/ocio/musica/radio/
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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=20
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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=20
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>



--__--__--

Message: 6
Date: Tue,  9 Dec 2003 08:16:47 +0200
From: MiikaT <mlist.nagios at inlan.inmics.fi>
To: nagios-users at lists.sourceforge.net
Subject: [Nagios-users] Nrpe generic question


Will I be able to do the following, if I use nrpe. I have two sites, site a 
monitors all hosts on site + everything that site b is monitorin (via nrpe), 
but site b only monitors site b. If there is a problem on site b host and the 
problem is acknowledged on site a, will that information pass to nagios on 
site b using nrpe, or will I need to acknowledge the same problem on both 
hosts?

-MiikaT


--__--__--

Message: 7
From: Sam Terburg <Sam at Luna.nl>
To: Nagios Users Mailing List <nagios-users at lists.sourceforge.net>
Organization: Luna.nl
Date: Tue, 09 Dec 2003 11:11:21 +0100
Subject: [Nagios-users] 1 check at a time

I always only see one check at a time running, but i see many nagios
processes.
These are my relevant nagios.conf entries:
service_interleave_factor=0
max_concurrent_checks=150
service_reaper_frequency=5
sleep_time=1
service_check_timeout=20
host_check_timeout=30
event_handler_timeout=30
notification_timeout=30
ocsp_timeout=5
perfdata_timeout=5
interval_length=1
use_agressive_host_checking=1


nagios   30905  0.1  0.6  2488 1616 ?        SN   10:59   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31920  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31925  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31928  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31942  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31972  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31975  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31986  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31991  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31993  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   31999  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32003  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32007  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32013  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32019  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32023  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32030  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32037  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32041  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32045  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32048  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32051  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32053  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32057  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32060  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32062  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32065  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32069  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32072  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32075  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32078  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32081  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32084  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32086  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32090  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32092  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32098  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32106  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32110  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32121  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32128  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32136  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32140  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32143  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32146  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32149  0.0  0.6  2488 1616 ?        SN   11:05   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
postfix  32178  0.0  0.3  2428  960 ?        S    11:05   0:00 flush -t
unix -u -c
nagios   32533  0.2  0.6  2492 1616 ?        SN   11:06   0:00
/usr/sbin/nagios /etc/nagios/nagios.cfg
nagios   32534  0.2  0.1  1264  472 ?        SN   11:06   0:00
/usr/lib/nagios/plugins/check_ping -H x.x.x.x -w 3000.0,80% -c
5000.0,100% -p 1 -t 1
nagios   32535  0.0  0.1  1408  480 ?        SN   11:06   0:00 /bin/ping
-n x.x.x.x -c 1


-- 

Greetings,

Sam Terburg
Operations @ Luna.nl



--__--__--

Message: 8
Date: Tue, 9 Dec 2003 08:40:25 -0200
To: nagios-users at lists.sourceforge.net
From: miglionni at ig.com.br
Cc: 
Subject: [Nagios-users] snmpd.conf

somebody could send me an example of the archive snmpd.conf (net-SNMP), 
therefore is giving to error of security name. 

_________________________________________________________
Voce quer um iGMail protegido contra vírus e spams? 
Clique aqui: http://www.igmailseguro.ig.com.br
Ofertas imperdíveis! Link: http://www.americanas.com.br/ig/



--__--__--

Message: 9
To: nagios-users at lists.sourceforge.net
From: Michal.Mazurek at avon.com
Date: Tue, 9 Dec 2003 11:50:54 +0100
Subject: [Nagios-users] check_nt FILEAGE problem

Hi

I can't make ./check_nt -v FILEAGE to work

when using
check_nt (nagios-plugins 1.3.0-alpha1) 1.1.1.1 I'm getting "Could not parse
arguments" comment

when using
check_nt (nagios-plugins 1.3.1) 1.7.2.3 I'm getting a number for example
1070966662 and "Date: %d-%m-%Y %I:%M:%S %p" arguments don't help

Would you please tell me what can I do to make it work correctly. I read
manuals but I still standing in the same place.

Thanks
Michal Mazurek





--__--__--

Message: 10
From: "Randal, Phil" <prandal at herefordshire.gov.uk>
To: "'Michal.Mazurek at avon.com'" <Michal.Mazurek at avon.com>,
        nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] check_nt FILEAGE problem
Date: Tue, 9 Dec 2003 12:36:09 -0000 

You need the appropriate versions of nsclient and check_nt.  Get them from
http://support.tsmgsoftware.com

Cheers,

Phil

---------------------------------------------
Phil Randal
Network Engineer
Herefordshire Council
Hereford, UK 

> -----Original Message-----
> From: nagios-users-admin at lists.sourceforge.net
> [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of
> Michal.Mazurek at avon.com
> Sent: 09 December 2003 10:51
> To: nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] check_nt FILEAGE problem
> 
> 
> Hi
> 
> I can't make ./check_nt -v FILEAGE to work
> 
> when using
> check_nt (nagios-plugins 1.3.0-alpha1) 1.1.1.1 I'm getting 
> "Could not parse
> arguments" comment
> 
> when using
> check_nt (nagios-plugins 1.3.1) 1.7.2.3 I'm getting a number 
> for example
> 1070966662 and "Date: %d-%m-%Y %I:%M:%S %p" arguments don't help
> 
> Would you please tell me what can I do to make it work 
> correctly. I read
> manuals but I still standing in the same place.
> 
> Thanks
> Michal Mazurek
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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: 11
From: Marcio Queiroz <marcioqueiroz at vicom.com.br>
To: 'Sam Terburg' <Sam at Luna.nl>, Nagios Users Mailing List
	 <nagios-users at lists.sourceforge.net>
Subject: RES: [Nagios-users] 1 check at a time
Date: Tue, 9 Dec 2003 10:57:03 -0200 

It appear=B4s that nagios is tring to check a host. Try Disable the
use_aggressive_host_check option, since when nagios check a host, it =
does
nothing else. This is the doc on Use_aggresive_host_check :
Nagios tries to be smart about how and when it checks the status of =
hosts.
In general, disabling this option will allow Nagios to make some =
smarter
decisions and check hosts a bit faster. Enabling this option will =
increase
the amount of time required to check hosts, but may improve reliability =
a
bit. Unless you have problems with Nagios not recognizing that a host
recovered, I would suggest not enabling this option.=20

hope it help=B4s=20

	Marcio Q.  Dall Agnol
	phone : 55-21-3873-5826
	Fax      : 55-21-3873-5845
	marcioqueiroz at vicom.com.br
	VICOM
	Net Servi=E7os de Comunica=E7=E3o S/A
	Visite nossas p=E1ginas:
	Redes Corporativas: <http://www.vicom.com.br>
	Internet Banda Larga: <http://www.virtua.com.br>
	TV por Assinatura : <http://www.net.tv.br>
	Institucional: http://www.netservicos.com



> ----- Mensagem original -----
> De:		Sam Terburg [SMTP:Sam at Luna.nl]
> Enviada em:		ter=E7a-feira, 9 de dezembro de 2003 08:11
> Para:		Nagios Users Mailing List
> Assunto:		[Nagios-users] 1 check at a time
>=20
> I always only see one check at a time running, but i see many nagios
> processes.
> These are my relevant nagios.conf entries:
> service_interleave_factor=3D0
> max_concurrent_checks=3D150
> service_reaper_frequency=3D5
> sleep_time=3D1
> service_check_timeout=3D20
> host_check_timeout=3D30
> event_handler_timeout=3D30
> notification_timeout=3D30
> ocsp_timeout=3D5
> perfdata_timeout=3D5
> interval_length=3D1
> use_agressive_host_checking=3D1
>=20
>=20
> nagios   30905  0.1  0.6  2488 1616 ?        SN   10:59   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31920  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31925  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31928  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31942  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31972  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31975  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31986  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31991  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31993  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   31999  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32003  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32007  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32013  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32019  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32023  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32030  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32037  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32041  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32045  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32048  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32051  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32053  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32057  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32060  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32062  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32065  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32069  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32072  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32075  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32078  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32081  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32084  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32086  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32090  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32092  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32098  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32106  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32110  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32121  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32128  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32136  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32140  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32143  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32146  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32149  0.0  0.6  2488 1616 ?        SN   11:05   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> postfix  32178  0.0  0.3  2428  960 ?        S    11:05   0:00 flush =
-t
> unix -u -c
> nagios   32533  0.2  0.6  2492 1616 ?        SN   11:06   0:00
> /usr/sbin/nagios /etc/nagios/nagios.cfg
> nagios   32534  0.2  0.1  1264  472 ?        SN   11:06   0:00
> /usr/lib/nagios/plugins/check_ping -H x.x.x.x -w 3000.0,80% -c
> 5000.0,100% -p 1 -t 1
> nagios   32535  0.0  0.1  1408  480 ?        SN   11:06   0:00 =
/bin/ping
> -n x.x.x.x -c 1
>=20
>=20
> --=20
>=20
> Greetings,
>=20
> Sam Terburg
> Operations @ Luna.nl
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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.=20
> ::: Messages without supporting info will risk being sent to =
/dev/null


--__--__--

Message: 12
Date: Tue, 9 Dec 2003 05:28:06 -0800 (PST)
From: Dave O'Shea <daveoshea at sbcglobal.net>
Subject: Re: [Nagios-users] missing: statusmap.cgi
To: Patrick Webster <pwebster at ausgeo.com.au>,
  nagios-users at lists.sourceforge.net

I suspect you may be missing some of the GD or zlib
components. 

When you ran ./configure, did you notice if it
complained about not having the GD libraries or
similar? Looking through the configure.log may give
you some hints.


--- Patrick Webster <pwebster at ausgeo.com.au> wrote:
> Hi all,
> 
> I have nagios up and running, however I get a 404
> when clicking on the
> 'Status Map' link.
> 
> The statusmap.c file was in the tar archive when I
> originally compiled
> nagios, and the cgi directory has statuswml.cgi /
> statuswrl.cgi, but
> statusmap.cgi is nowhere to be found.
> 
> Does anyone know what happened? I'm running Nagios
> 1.1 with the latest
> plug-ins.
> 
> Thanks.
> 
> -Patrick
> 
> 
>
-------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback
> Program.
> Does SourceForge.net help you be more productive? 
> Does it
> help you create better code?  SHARE THE LOVE, and
> help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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: 13
To: "nagios newsgroup" <nagios-users at lists.sourceforge.net>
Date: Tue, 09 Dec 2003 20:13:10 +0530
From: "k.l. muthu kumar" <klmuthu at eudoramail.com>
Reply-To: klmuthu at eudoramail.com
Organization: Lycos Mail  (http://www.mail.eudoramail.com)
Subject: [Nagios-users] apan

Hi all,

Iam trying to use apan to produce ping roundtrip graph for one of the server, but iam getting the following error message in nagios service page.
"No perf-definition for service".

can anyone help me to figure out this problem?

thanks,
muthu


Need a new email address that people can remember
Check out the new EudoraMail at
http://www.eudoramail.com


--__--__--

Message: 14
From: HBoertien at enertel.nl
To: klmuthu at eudoramail.com, nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] apan
Date: Tue, 9 Dec 2003 15:51:48 +0100 

You have to edit the file apan.cfg in /usr/local/nagios/apan

There you have to add a line for the service you are pinging.

You can also install nagmin 2.0.6, this has build-in support for ping and
snmp interface.

Cheers,

Harm

from:  http://apan.sourceforge.net/

Measure ping rount-trip times
1. Create a service-definition in Nagios: 
 define service {
host_name                      server
service_description            Ping
check_command                  apan!ping!100.0,20%!500.0,60%
name                           Ping
use                            generic-service
normal_check_interval          1
}

 
2. Create a RRD: 
 rrdtool create /usr/local/nagios/rrd/server_Ping.rrd -s 60
DS:ping:GAUGE:300:0:U RRA:AVERAGE:0.5:1:50400 RRA:AVERAGE:0.5:60:43800 

 
3. Add a line in apan.cfg: 
 server;Ping;/usr/local/nagios/rrd/server_ping.rrd;ping;ping:LINE2;Ping
round-trip time;Seconds 

 
4. Add an icon and a link as extended service-info: 
 define serviceextinfo{
host_name               server
service_description     Ping
notes_url               /nagios/cgi-bin/apan.cgi?host=server&service=Ping
icon_image              graph.png
icon_image_alt          View graphs
}

 

-----Oorspronkelijk bericht-----
Van: k.l. muthu kumar [mailto:klmuthu at eudoramail.com]
Verzonden: Tuesday, December 09, 2003 03:43 PM
Aan: nagios newsgroup
Onderwerp: [Nagios-users] apan


Hi all,

Iam trying to use apan to produce ping roundtrip graph for one of the
server, but iam getting the following error message in nagios service page.
"No perf-definition for service".

can anyone help me to figure out this problem?

thanks,
muthu


Need a new email address that people can remember
Check out the new EudoraMail at
http://www.eudoramail.com


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
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


#***************************************************************************
# 
# Dit e-mailbericht met eventuele attachments is uitsluitend bestemd voor de
# geadresseerde(n) en bevat mogelijk vertrouwelijke gegevens en/of is
# beschermd door intellectuele eigendomsrechten. Bent u niet de
# geadresseerde, neemt u dan zo spoedig mogelijk contact op met de afzender
# en verzoeken wij u het e-mailbericht en eventuele attachments van uw
# computer te verwijderen. Elk gebruik van de inhoud van dit e-mailbericht
# en eventuele attachments (waaronder verveelvoudiging, verspreiding of het
# anderzins openbaar maken in welke vorm dan ook) door andere personen dan
# de bedoelde geadresseerden is verboden. De weergegeven mening is puur
# persoonlijk en hoeft niet noodzakelijk over een te komen met die van
# Enertel. Enertel is niet aansprakelijk voor de inhoud van dit
# e-mailbericht en eventuele attachments.




--__--__--

Message: 15
Date: Tue, 09 Dec 2003 09:21:51 -0600
From: "Cory Schafer" <cscha at gbpinc.com>
To: <nagios-users at lists.sourceforge.net>
Subject: [Nagios-users] Check_NWstat

This is a MIME message. If you are reading this text, you may want to 
consider changing to a mail reader or gateway that understands how to 
properly handle MIME multipart messages.

--=_CB952CA1.7E1F7267
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

I'm having some issues with check_nwstat. I get " Socket timeout after
10 seconds" when I want to do a volume check. I can run the
./check_nwstat manually with no problem.  Here is my relavent config
files:
 
Checkcommands.cfg
# 'check_nwstat' command definition
define command{
        command_name    check_nwstat_vols
        command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v
VPF$ARG1$ -w $ARG2! -c $ARG3$
        }
 
Host.cfg
# 'Novell Box' host definition
define host{
        use                     generic-host
 
        host_name               border
        alias                   DNS Server
        address                 192.169.1.2
        check_command           check_nwstat_vols
        max_check_attempts      10
        notification_interval   480
        notification_period     24x7
        notification_options    d,u,r
        }
 
Service.cfg
define service{
        use                             generic-service         ; Name
of servic
 

        host_name                       border
        service_description             Check Volumes
        is_volatile                     0
        check_period                    24x7
        max_check_attempts              3
        normal_check_interval           5
        retry_check_interval            1
        contact_groups                  novell-admins
        notification_interval           120
        notification_period             24x7
        notification_options            w,u,c,r
        check_command                  
check_nwstat_vols!192.168.1.2!VPFSYS!100!50
        }
 
Any help is appreciated.  Thank you!
 
Cory Schafer
 
 
 

--=_CB952CA1.7E1F7267
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Content-Description: HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1141" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 8pt MS Sans Serif; MARGIN-LEFT: 2px">
<DIV><FONT size=2>I'm having some issues with check_nwstat. I get "<!--StartFragment --> Socket timeout after 10 seconds" when I want to do a 
volume check. I can run the ./check_nwstat manually with no problem.  Here 
is my relavent config files:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Checkcommands.cfg</FONT></DIV>
<DIV># 'check_nwstat' command definition<BR>define 
command{<BR>        
command_name    
check_nwstat_vols<BR>        
command_line    $USER1$/check_nwstat -H $HOSTADDRESS$ -v 
VPF$ARG1$ -w $ARG2! -c $ARG3$<BR>        
}</DIV>
<DIV> </DIV>
<DIV>Host.cfg</DIV>
<DIV># 'Novell Box' host definition<BR>define 
host{<BR>        
use                     
generic-host</DIV>
<DIV> </DIV>
<DIV>        
host_name               
border<BR>        
alias                   
DNS Server<BR>        
address                 
192.169.1.2<BR>        
check_command           
check_nwstat_vols<BR>        
max_check_attempts      
10<BR>        
notification_interval   
480<BR>        
notification_period     
24x7<BR>        
notification_options    
d,u,r<BR>        }</DIV>
<DIV> </DIV>
<DIV>Service.cfg</DIV>
<DIV>define service{<BR>        
use                             
generic-service         ; Name of 
servic</DIV>
<DIV> </DIV>
<DIV><BR>        
host_name                       
border<BR>        
service_description             
Check Volumes<BR>        
is_volatile                     
0<BR>        
check_period                    
24x7<BR>        
max_check_attempts              
3<BR>        
normal_check_interval           
5<BR>        
retry_check_interval            
1<BR>        
contact_groups                  
novell-admins<BR>        
notification_interval           
120<BR>        
notification_period             
24x7<BR>        
notification_options            
w,u,c,r<BR>        
check_command                   
check_nwstat_vols!192.168.1.2!VPFSYS!100!50<BR>        
}</DIV>
<DIV> </DIV>
<DIV>Any help is appreciated.  Thank you!</DIV>
<DIV> </DIV>
<DIV>Cory Schafer</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT size=2></FONT> </DIV></BODY></HTML>

--=_CB952CA1.7E1F7267--


--__--__--

Message: 16
Subject: Re: [Nagios-users] Excluding hosts from hostgroups?
From: jeff vier <jeff.vier at tradingtechnologies.com>
To: nagios-users <nagios-users at lists.sourceforge.net>
Organization: TT
Date: Tue, 09 Dec 2003 09:22:57 -0600

Funny.  Reading back over the thread, I realized I was misreading it
this whole time to mean what you just explained below (I guess my brain
wanted it to work "the right way", too :))

On Mon, 2003-12-08 at 20:04, Joe Rhett wrote:
> Hm.  My mind rebels against this notion because it doesn't really make
> sense.  Either a hostgroup has a host or it doesn't.  There is no half way.
> 
> BUT, I could see being useful on a service:
> 
> service ssh {
> 	hostgroup			webservers
> 	exclude_hosts		nossh-1,nossh-2
> 
> 	-or-
> 
> service ping {
> 	host				*
> 	exclude_hosts		noping-1,noping-2
> 
> On Wed, Dec 03, 2003 at 10:31:43AM -0500, Alex Moundalexis wrote:
> > I could set up host checks, except that it isn't as practical with the 
> > quantity of nodes. As well, there are other service checks that must be 
> > run on the entire host group. These rogue (and blatantly irritating) 
> > machines would be a handful of nodes among dozens that would be omitted 
> > from a particular check.
> > 
> > I see it as additional granularity.
> > 
> > I'll make it work, regardless. Was just curious if the idea had been 
> > proposed before.
> > 
> > - A
> > 
> > McKeever Chris wrote:
> > 
> > >On Wed, 03 Dec 2003 10:12 , Alex Moundalexis <alexm at dctd.saic.com> sent:
> > >
> > > 
> > >
> > >>Is there any undocumented (or perhaps documented that I missed) feature 
> > >>that allows the exclusion of several hosts from a hostgroup? Somethine 
> > >>like this?
> > >>
> > >>hostgroup_name   linux,sun
> > >>exclude_hosts      nossh-1,nossh-2,etc
> > >>
> > >>Suppose I run a service check on SSH, for my linux and sun hostgroups, 
> > >>since 99% of them run SSH. 3 servers don't run SSH, and so I get 
> > >>constant failures. The obvious solution would be to redefine those three 
> > >>hosts into their own group, but I was wondering if something like this 
> > >>existed, or whether it would be considered in the future.
> > >>
> > >>   
> > >>
> > >
> > >I am a bit confused..isnt hard though
> > >could you not set up host service checks rather than group checks?
> > >or like you said, just exclude those machines from the group
> > >adding a machine to a group that you then want to exclude it from is a bit 
> > >confusing.
> > >
> > >
> > >-------------------------------------------
> > >Chris McKeever
> > >If you want to reply directly to me, please use 
> > >cgmckeever--at--prupref---dot---com
> > >http://www.prupref.com
> > >
> > >---- Prudential Preferred Properties   www.prupref.com  
> > >
> > > 
> > >
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.net email is sponsored by: SF.net Giveback Program.
> > Does SourceForge.net help you be more productive?  Does it
> > help you create better code?  SHARE THE LOVE, and help us help
> > YOU!  Click Here: http://sourceforge.net/donate/
> > _______________________________________________
> > 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: 17
From: "tom di naro" <tdinaro at mail.com>
To: nagios-users at lists.sourceforge.net
Date: Tue, 09 Dec 2003 09:40:52 -0700
Subject: [Nagios-users] Statistic and Performance metric gathering / displaying

I have had nagios up and running for some time and it works well. I am now interested in viewing performance data through the cgi interface. I have the binary compiled set with the following

./configure --with-mysql-xdata --with-default-perfdata

options. I have read the docs and it seems that there is the ability to perform some sort of post processing a\'la webalyzer on the actual files/db but I am wondering if there is some stock functionality within the cgis that will let users/managers view the ( for example %CPU usage on a 10 minute interval ) data .

There is a project on sf that looks like it wants to do this but has not put out any files yet. alternatively I could extract this data and do it in a custom fashion but Im wondering how everyone else does it.



thanks in advance. !!

./tom
-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm



--__--__--

Message: 18
To: nagios-users at lists.sourceforge.net
From: Israel_Guadalupe_Lopez_Mascorro../Administracion/Jalisco at jalisco.gob.mx
Date: Tue, 9 Dec 2003 11:52:03 -0600
Subject: [Nagios-users] Question





Hi

I want to use the Template-Based Extended Information Configuration File
Options but i don`t know like compile my nagios for accept it


Thanks



--__--__--

Message: 19
Subject: RE: [Nagios-users] Statistic and Performance metric gathering / displaying
Date: Tue, 9 Dec 2003 12:01:09 -0600
From: "Marc Powell" <marc at ena.com>
To: "tom di naro" <tdinaro at mail.com>,
	<nagios-users at lists.sourceforge.net>



> -----Original Message-----
> From: tom di naro [mailto:tdinaro at mail.com]
> Sent: Tuesday, December 09, 2003 10:41 AM
> To: nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] Statistic and Performance metric gathering /
> displaying
>=20
> I have had nagios up and running for some time and it works well. I am
now
> interested in viewing performance data through the cgi interface. I
have
> the binary compiled set with the following
>=20
> ./configure --with-mysql-xdata --with-default-perfdata
>=20
> options. I have read the docs and it seems that there is the ability
to
> perform some sort of post processing a\'la webalyzer on the actual
> files/db but I am wondering if there is some stock functionality
within
> the cgis that will let users/managers view the ( for example %CPU
usage on
> a 10 minute interval ) data .

There's nothing built in but a number of people are using APAN
(http://apan.sf.net).

--
Marc



--__--__--

Message: 20
Subject: RE: [Nagios-users] Question
Date: Tue, 9 Dec 2003 12:09:00 -0600
From: "Marc Powell" <marc at ena.com>
To: <Israel_Guadalupe_Lopez_Mascorro../Administracion/Jalisco at jalisco.gob.mx>,
	<nagios-users at lists.sourceforge.net>



> -----Original Message-----
> From:
>
Israel_Guadalupe_Lopez_Mascorro../Administracion/Jalisco at jalisco.gob.mx
>
[mailto:Israel_Guadalupe_Lopez_Mascorro../Administracion/Jalisco at jalisco
.g
> ob.mx]
> Sent: Tuesday, December 09, 2003 11:52 AM
> To: nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] Question
>=20
>=20
>=20
>=20
>=20
> Hi
>=20
> I want to use the Template-Based Extended Information Configuration
File
> Options but i don`t know like compile my nagios for accept it

Nagios uses the template-based config file format by default for
everything. There isn't anything special that you need to do (except do
not use --with-default-extinfo configure option ;) ).

./configure --with-htmurl=3D<foo> --with-cgiurl=3D<bar> will use
templated-based config files for everything.

--
Marc



--__--__--

Message: 21
Date: Tue, 9 Dec 2003 10:53:10 -0800
From: Mark Ferlatte <ferlatte at cryptio.net>
To: nagios-users at lists.sourceforge.net
Subject: [Nagios-users] Limiting notifications by group?


--a2FkP9tdjPU2nyhF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi all,

I have a set of hosts all of which are running the same service (say, HTTP).  I
would like to have Nagios only send a notification when more than two of those
services go CRITICAL.

Basically, I've got a cluster of webservers, and I can lose two of them with no
problem, so I'd rather not get paged in the middle of night if one of them goes
down, but I do want to know if three of them goes down.

Has anybody done this already?

M

--a2FkP9tdjPU2nyhF
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/1hoWOtZWu2tc1lARAsESAJ9/T0SvZBC/9RIpmtSC8VuPlT0nOwCdFhdS
l0oA8UDH/+Nw0ee2Mngdehg=
=9hX8
-----END PGP SIGNATURE-----

--a2FkP9tdjPU2nyhF--


--__--__--

Message: 22
Subject: Re: [Nagios-users] Limiting notifications by group?
From: Jamie Baddeley <jamie.baddeley at vpc.co.nz>
To: Mark Ferlatte <ferlatte at cryptio.net>
Cc: "nagios-users at lists.sourceforge.net"
	 <nagios-users at lists.sourceforge.net>
Date: 10 Dec 2003 08:29:10 +1300

check_cluster

it's in cvs.

jamie

On Wed, 2003-12-10 at 07:53, Mark Ferlatte wrote:
> Hi all,
> 
> I have a set of hosts all of which are running the same service (say, HTTP).  I
> would like to have Nagios only send a notification when more than two of those
> services go CRITICAL.
> 
> Basically, I've got a cluster of webservers, and I can lose two of them with no
> problem, so I'd rather not get paged in the middle of night if one of them goes
> down, but I do want to know if three of them goes down.
> 
> Has anybody done this already?
> 
> M




--__--__--

Message: 23
From: "Tory Skyers" <tskyers at foxroach.com>
To: <nagios-users at lists.sourceforge.net>
Date: Tue, 9 Dec 2003 14:54:21 -0500
Subject: [Nagios-users] notifications

This is a multi-part message in MIME format.

------=_NextPart_000_0043_01C3BE64.54E337D0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit

I am having the weirdest problems! I cannot seem to get nagios to notify
correctly. It will notify only one contact group when a service or host goes
critical, but it will notify everyone (correctly) when the service or host
recovers. I have everything set exactly the same as far as I can see for
both groups! 

 

I use nagmin to generate config files. My default notification in nagmin is
admin,helpdesk < I've tried it w/ a , and a space and it still does not work
as it's supposed to. Any suggestions? 

 

Tory Skyers

Network Administrator

Prudential Fox & Roach

610-993-1327

tskyers at foxroach.com

 


------=_NextPart_000_0043_01C3BE64.54E337D0
Content-Type: text/html;
	charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:Arial;
	color:windowtext;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</style>

</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I am having the weirdest problems! I cannot seem to =
get
nagios to notify correctly. It will notify only one contact group when a
service or host goes critical, but it will notify everyone (correctly) =
when the
service or host recovers. I have everything set exactly the same as far =
as I can
see for both groups! <o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I use nagmin to generate config files. My default
notification in nagmin is admin,helpdesk < I’ve tried it w/ a , =
and a
space and it still does not work as it’s supposed to. Any =
suggestions? <o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:
10.0pt'>Tory Skyers</span></font><o:p></o:p></p>

<p class=3DMsoNormal><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:
10.0pt'>Network Administrator</span></font><o:p></o:p></p>

<p class=3DMsoNormal><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:
10.0pt'>Prudential Fox & Roach</span></font><o:p></o:p></p>

<p class=3DMsoNormal><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:
10.0pt'>610-993-1327</span></font><o:p></o:p></p>

<p class=3DMsoNormal><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:
10.0pt'>tskyers at foxroach.com</span></font><o:p></o:p></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p> </o:p></span></font></p>

</div>

</body>

</html>

------=_NextPart_000_0043_01C3BE64.54E337D0--



--__--__--

Message: 24
From: "Tory Skyers" <tskyers at foxroach.com>
To: <nagios-users at lists.sourceforge.net>
Date: Tue, 9 Dec 2003 15:13:35 -0500
Subject: [Nagios-users] notification again

Even more strange, I've removed the admin group completely from the
notification field in all services hosts and hostgroups and yet it will only
send critical notifications to that group. This thing has a mind of it's
own!


Tory Skyers
Network Administrator
Prudential Fox & Roach
610-993-1327
tskyers at foxroach.com




--__--__--

Message: 25
Subject: RE: [Nagios-users] notification again
Date: Tue, 9 Dec 2003 14:23:49 -0600
From: "Marc Powell" <marc at ena.com>
To: "Tory Skyers" <tskyers at foxroach.com>,
	<nagios-users at lists.sourceforge.net>



> -----Original Message-----
> From: Tory Skyers [mailto:tskyers at foxroach.com]
> Sent: Tuesday, December 09, 2003 2:14 PM
> To: nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] notification again
>=20
> Even more strange, I've removed the admin group completely from the
> notification field in all services hosts and hostgroups and yet it
will
> only
> send critical notifications to that group. This thing has a mind of
it's
> own!

Is nagios being restarted after these changes are made? Is there perhaps
an old nagios process still hanging around?

--
Marc=20



--__--__--

Message: 26
From: "Connie Dugan" <hxtozb at yahoo.com>
Reply-To: "Connie Dugan" <hxtozb at yahoo.com>
To: nagios-users at lists.sourceforge.net
Date: Tue, 09 Dec 2003 15:52:27 -0500
Subject: [Nagios-users] US STOCK MARKET - MBTT Technology---MERRILL LYNCH On Sector.....coyne


--85FED840138
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

US Stock Market - Stock Profile of the Week

Symbol: MBTT
Market: OTC.BB
Sector: ELECTRONICS


Before we begin our profile we have very exciting, breaking news...

Renowned Satellite Industry Expert Dr. Arthur R. Tilford Joins MB Tech


BREAKING NEWS - (PRIMEZONE) - MB Tech, Inc. (OTC.BB: MBTT) announces that =
Dr. Arthur R. Tilford, formerly with Hughes Electronics (NYSE: GMH), has b=
een retained by the Company to provide technical consulting and advisory s=
ervices.

Tilford is an aerospace industry veteran responsible for a total of 11 pat=
ents and patent applications within the field, having received Hughes' Cha=
irman's Award for DirecDuo, solo engineering efforts in 1997. He is an exp=
ert system designer and Federal Licensing and Certifying Engineer. He has =
authored several books, including Satellite Fieldbook Quarterly(c) -- Hugh=
es S&C, CA, the contents of which describe all parameters of every C/Ku ba=
nd geo-satellite in the world and the over 400 page Satellite Workbook(c) =
for use in satellite engineering classes, taught by him, at the California=
 State University (CSUF at CSULB).

Tilford worked with Netune Communications, where he was responsible for pr=
oviding transponder allocations, domestic and international link-budget ca=
lculations for narrow to very-wide-band satellite system and writing, calc=
ulating and applying for FCC and RA transmit licenses.

He also assigned parameters for RF sub-system design and is an expert in r=
adiation hazard compliance.

Hanwook Bae, President of MB Tech, commented, ``The importance of Dr. Tilf=
ord joining the Company cannot be underestimated. He is an industry leader=
 with numerous patents relating to antenna design and an immense knowledge=
 of the satellite Internet market. His incredible technical knowledge will=
 allow us to dramatically step up our new initiatives, catapulting us to t=
he forefront of our industry.'' He added, ``This is yet another positive s=
tep forward in the overall paradigm shift for the Company. We have moved f=
rom being a manufacturer of satellite components, to a Company that will l=
ead the consumer satellite electronics industry.''




STOCK PROFILE OF THE WEEK

MB Tech is a global manufacturer and distributor of satellite components. =
The primary product MB Tech produces is "LNB" (Low-Noise Blockdown) conver=
ters, which are the essential element enabling DBS satellites to receive a=
nd convert satellite transmission signals. MB Tech currently serves the sa=
tellite television market, and is expanding to serve the satellite radio a=
nd military hardware sectors. MB Tech manufactures several proprietary LNB=
 solutions that differentiate it from competitors. MB Tech's product line =
includes a dual-horn LNB which allows multiple set-top boxes to be connect=
ed to a single satellite dish, enabling viewing of multiple channels simul=
taneously on different television monitors, and a tri-horn LNB, which prov=
ides the ability to download signals from multiple satellites over a singl=
e dish.



TECHNOLOGY

MB Tech has improved on conventional designs and can manufacture units mor=
e efficiently and less expensively than the competition. MB Tech specializ=
es in LNB electronics, it is the ONLY thing we do.
 
 
An LNB converter transforms the satellite transmission into a useable sign=
al. MB Tech has developed a special new breed of LNB converter which allow=
s the signal to feed separate televisions or other 'boxes' with different =
channels. The signal coming in from one dish can be distributed through MB=
 Tech's 'dual and triple horned' LNB converter such that multiple channels=
 can be viewed, or different channels and Internet access can be delivered=
.. ALL AT THE SAME TIME!
 
 
Other technological objectives have been to develop LNB for G.P.S. equipme=
nt, and small type two horn technology as well as UBC DSS type LNB. These =
objectives have been achieved and the Company is currently speaking with l=
arger American based technology companies about the technology. 



PRODUCTS

MB Tech products are innovative! We rely on superior technology to be an i=
ntegral part of our business. We have made a serious committment to ongoin=
g R&D to stay ahead of the curve.

MB Tech, Inc traces its roots back to 2000 with the development of 3 types=
 of LNB (DSS type). Continuous reinvention and rapid transformation are th=
emes throughout our history. Led by our top-notch technology, our company =
offered a new breed of satellite broadcasting solutions to clients?solutio=
ns that customized LNB with 3 or 4 horns.

Click here to see our product milestones.

Within the next two years, MB Tech will spend over 80 million dollars on c=
ontinuing Research and development of our products. We will continue a pro=
cess of product renewal that will assure products with features and functi=
onality that will be attractive to the market.




MDI: MERRILL LYNCH COMENTS ON AD TRENDS IN THE MEDIA SECTOR

Merrill Lynch surveyed newspapers, TV stations and radio stations to try t=
o understand the divergent trends between local and national advertising i=
n the current recovery. They noted that U.S. ad expenditures tend to keep =
pace with or slightly outperform the economy over time. As such, the rise =
of media outlets should not necessarily lead to higher ad spending but mos=
t likely to market share shifts among the mediums. The surveys showed that=
 local cable is becoming a more competitive force, but overall, they found=
 no major structural issues impacting the dynamics between local and natio=
nal ad spending.

Merrill noted that national advertisers typically base their budgets on pr=
ojected economic trends and therefore can afford to spend a bit ahead of a=
 turn in the cycle. However, local advertisers, with more limited resource=
s, are more likely to lag in spending coming out of a recovery as they nee=
d to see an immediate return on investment. They pointed out that a better=
 economy should eliminate the differences.

The firm believes there are many positive themes occurring with newspapers=
 today (e.g. collaborative selling efforts, product innovation, renewed fo=
cus on readership) that are being masked by the downturn in department sto=
re spending, which appears to be secular, and the cyclical issue of help w=
anted, which is finally turning positive.

>From a consumer perspective, they believe radio is a relatively protected =
medium. However, the industry remains beset with excess inventory, followi=
ng unsustainable demand in the late 1990's. A reduction in spots and/or lo=
wer prices could limit near term growth, yet support long term growth, giv=
ing investors something to chase.

TV is about to enter the growth phase of its two year cycle, but its low g=
rowth, single revenue stream is likely the main target for local cable TV =
and should also be impacted by increased DVR penetration, which gives the =
firm little to get excited about. 
 


IMPORTANT CORPORATE MILESTONES

Oct. 2003
 Receives 6.14 Million Dollar Purchase Order For 45,000 Flat Antennas
 
Sept. 2003
 Purchases Patent for Key Operating Mechanism of DBS Flat Antenna
 
Sept. 2003
 Completes Development of Flat Antenna
 
May. 2002
 Canada DBS (Star Choice) two horn LNB P/O for (USD 450,000)
 
Feb. 2002
 Canada DBS (Star Choice) two horn LNB P/O for (USD 675,000)
 
Dec. 2001
 Canada DBS (Star Choice) two horn LNB P/O for (USD 75,000)
 
Sept. 2001
 Canada DBS (Star Choice) two horn LNB P/O for (USD 1,200,000) 
 
July 2001
 Patent application for LNB design and pattern
 
May 2001
 Purchase order of Canadian BS (two horn LNB)
 
April 2001
 Establishment of MB Tech, Inc.
 
Jan. 2001
 Canada DBS two horn LNB successful field test
 
Sept. 2000
 SBCA (Satellite Broadcasting & Communications Association) Membership Cer=
tificate
 
Aug. 2000
 Development of 3 types of LNB (CAN TYPE); application of patent of new de=
vice and patent of new design (app# 00-22512,22513, 22514)
 
July 2000
 SBCA (USA); DBS field test in S. Africa; DBS field test in Australia
 
May 2000
 DBS field test in Thailand; Media Cast (London); DBS field test in Russia=

 
April 2000
 Application for patent of new device and patent of new design, patent app=
# 10-2000-0017958
 
March 2000
 Development of 3 types of LNB (DSS type)





For more information on MBTT, visit their website at www.mbtech.us


Please note that MBTT had absolutley nothing to do with this report and is=
 not a participant in any way.









No more advertisements: www.precscription-service-now.com/away.html









Stock Market Today is an independent research firm. This report is based o=
n Stock Market Today's independent analysis but also relies on information=
 supplied by sources believed to be reliable. This report may not be the o=
pinion of MBTT management. Stock Market Today has also been retained to re=
search and issue reports on MBTT. Stock Market Today may from time to time=
 purchase or sell MBTT common shares in the open market without notice. Th=
e information contained in this report shall not constitute, an offer to s=
ell or solicitation of any offer to purchase any security. It is intended =
for information only. Some statements may contain so-called "forward-looki=
ng statements". Many factors could cause actual results to differ. Investo=
rs should consult with their Investment Advisor concerning MBTT. Copyright=
 2003 =A9 Stock Market Today Ltd. All Rights Reserved. This newsletter was=
 distributed by SCI, Inc. SCI was paid one hundred twenty thousand shares =
MBTT stock to distribute this report. SCI is not affiiated with Stock Mark=
et Today and is not responsible for newsletter content.





























rfwmk id acbgisfxih qtu nd
bext rablffs mi zkjyr

--85FED840138--



--__--__--

Message: 27
From: Jamie Bohr <jbohr at cos.agilent.com>
To: nagios newsgroup <nagios-users at lists.sourceforge.net>
Organization: IT | TC - Technical Computing
Date: Tue, 09 Dec 2003 15:06:35 -0700
Subject: [Nagios-users] Monitoring process may not be running! ...

I have Nagios 1.1 running using MySQL on a RH 9.
I get "Monitoring process may not be running!" a lot when I don't think
I should get it at all.  I have the following defined in cgi.cfg 

nagios_check_command=/opt/monitorsvr/libexec/check_nagios
/opt/monitorsvr/var/nagios.log 10 '/opt/monitorsvr/bin/nagios'

The problem seems to be /opt/monitorsvr/var/nagios.log is not getting
updated on a regular basis however the database is.  If I use a database
for programstatus should I use an other command to check if Nagios is
running?  The database updates every 15 seconds as expected.  What do
other use?

Thank you,
      Jamie



--__--__--

Message: 28
Subject: RE: [Nagios-users] Monitoring process may not be running! ...
Date: Tue, 9 Dec 2003 16:18:49 -0600
From: "Marc Powell" <marc at ena.com>
To: "Jamie Bohr" <jbohr at cos.agilent.com>,
	"nagios newsgroup" <nagios-users at lists.sourceforge.net>



> -----Original Message-----
> From: Jamie Bohr [mailto:jbohr at cos.agilent.com]
> Sent: Tuesday, December 09, 2003 4:07 PM
> To: nagios newsgroup
> Subject: [Nagios-users] Monitoring process may not be running! ...
>=20
> I have Nagios 1.1 running using MySQL on a RH 9.
> I get "Monitoring process may not be running!" a lot when I don't
think
> I should get it at all.  I have the following defined in cgi.cfg
>=20
> nagios_check_command=3D/opt/monitorsvr/libexec/check_nagios
> /opt/monitorsvr/var/nagios.log 10 '/opt/monitorsvr/bin/nagios'
>=20
> The problem seems to be /opt/monitorsvr/var/nagios.log is not getting
> updated on a regular basis however the database is.  If I use a
database
> for programstatus should I use an other command to check if Nagios is
> running?  The database updates every 15 seconds as expected.  What do
> other use

You'll need to use check_nagios_db (found in the plugins contrib
directory) instead of check_nagios.

--
Marc



--__--__--

Message: 29
Subject: RE: [Nagios-users] Monitoring process may not be running! ...
From: Jamie Bohr <jbohr at cos.agilent.com>
To: Marc Powell <marc at ena.com>
Cc: nagios newsgroup <nagios-users at lists.sourceforge.net>
Organization: IT | TC - Technical Computing
Date: Tue, 09 Dec 2003 16:30:10 -0700

Thank you, that did the trick.  Now if I can get Apache 2.0 to
authenticate user I will be good to go - it refuses to prompt for a
login.  

- Jamie 

On Tue, 2003-12-09 at 15:18, Marc Powell wrote:
> > -----Original Message-----
> > From: Jamie Bohr [mailto:jbohr at cos.agilent.com]
> > Sent: Tuesday, December 09, 2003 4:07 PM
> > To: nagios newsgroup
> > Subject: [Nagios-users] Monitoring process may not be running! ...
> > 
> > I have Nagios 1.1 running using MySQL on a RH 9.
> > I get "Monitoring process may not be running!" a lot when I don't
> think
> > I should get it at all.  I have the following defined in cgi.cfg
> > 
> > nagios_check_command=/opt/monitorsvr/libexec/check_nagios
> > /opt/monitorsvr/var/nagios.log 10 '/opt/monitorsvr/bin/nagios'
> > 
> > The problem seems to be /opt/monitorsvr/var/nagios.log is not getting
> > updated on a regular basis however the database is.  If I use a
> database
> > for programstatus should I use an other command to check if Nagios is
> > running?  The database updates every 15 seconds as expected.  What do
> > other use
> 
> You'll need to use check_nagios_db (found in the plugins contrib
> directory) instead of check_nagios.
> 
> --
> Marc
> 
> 



--__--__--

Message: 30
Date: Tue, 9 Dec 2003 15:59:16 -0800 (PST)
From: Ran B <nagios_mail at ingoa.com>
To: nagios-users at lists.sourceforge.net
Reply-To: nagios_mail at ingoa.com
Subject: [Nagios-users] NRPE 1.8 Error

Hi,

I am using NRPE 1.8 on an HP-UX Server (version 11.0). The check_nrpe is running on Nagios 1.0 (Red Hat Linux 9). When I execute the check_nrpe from the command line I get the following error:

CHECK_NRPE: Received 0 bytes. Are we allowed to connect to the host? 

The same error is also received from the services view of Nagios.

A telnet to the HP-UX Server from the nagios host provides the following output:

[root at d19933 libexec]# telnet 192.168.0.10 5666
Trying 192.168.0.10...
Connected to 192.168.0.10.
Escape character is '^]'.

NRPE - Nagios Remote Plugin Executor
Copyright (c) 1999-2003 Ethan Galstad (nagios at nagios.org)
Version: 1.8
Last Modified: 01-16-2003
License: GPL

Usage: -c -c <config_file> [mode]

Options:
 <config_file> = Name of config file to use
 [mode]        = Determines how NRPE should run. Valid modes:
   --inetd     = Run as a service under inetd or xinetd
   --daemon    = Run as a standalone daemon

Notes:
This program is designed to process requests from the check_nrpe
plugin on the host(s) running Nagios.  It can run as a service
under inetd or xinetd (read the docs for info on this), or as a
standalone daemon. Once a request is received from an authorized
host, NRPE will execute the command/plugin (as defined in the
config file) and return the plugin output and return code to the
check_nrpe plugin.

Connection closed by foreign host.
[root at d19933 libexec]#

The nrpe daemon is running under the user "nagios". Have tried almost everything but with little success.

Please advice..

Thanks,
RB

_____________________________________________________________
Visit ingoa.com, sign in free e-mail service of ingoa.com. Goans very own web site. your freind in goa. filled with lot of exciting features.



--__--__--

_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users


End of Nagios-users Digest


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
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