[Nagios-users] Digest authentication web page monitoring

2010-09-07 Thread Watanabe, Kazuo
Hi, Does anyone know how to monitor digest authentication web pages? ./check_http --help doesn't show the option. Regards, Kaz -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Ente

Re: [Nagios-users] [Nagios-devel] FW: Nagios - SunOS

2010-09-07 Thread Herb J.
Honestly, your best solution may actually be to install a new machine that is running an OS new enough to run the latest version of Nagios. Keeping old hardware and old OS'es running may be a requirement for specific software systems, but there is no technical reason you have to run Nagios on t

Re: [Nagios-users] [Nagios-devel] FW: Nagios - SunOS

2010-09-07 Thread Allan Clark
On Tue, Sep 7, 2010 at 18:53, Tan Kong Jo-B30930 wrote: > Hi Larry, > > > > This is really a joke, right? > > The in-charge person in our team feel s afraid to upgrade the SunOS to > higher versions, just because of lack of technical knowledge. > > I suggested on the upgrade, but the boss with

Re: [Nagios-users] [Nagios-devel] FW: Nagios - SunOS

2010-09-07 Thread C. Bensend
> This is really a joke, right? > > The in-charge person in our team feel s afraid to upgrade the SunOS to > higher versions, just because of lack of technical knowledge. > > I suggested on the upgrade, but the boss with that in-charge person. While I think we're getting considerably off-topi

Re: [Nagios-users] [Nagios-devel] FW: Nagios - SunOS

2010-09-07 Thread Tan Kong Jo-B30930
Hi Larry, This is really a joke, right? The in-charge person in our team feel s afraid to upgrade the SunOS to higher versions, just because of lack of technical knowledge. I suggested on the upgrade, but the boss with that in-charge person. From: Lawrence Findley [mailto:larryfin

Re: [Nagios-users] FW: Nagios - SunOS

2010-09-07 Thread Tan Kong Jo-B30930
Hi Allan, We unable to find the version of Nagios for SunOS, which LOWER than 5.8 Do you know where can we get it? Because we have SunOS 5.6, 5.5.1, 4.1.4, and 4.1.3_U1. -Original Message- From: Allan Clark [mailto:all...@chickenandporn.com] Sent: 08 September, 2010 9:27 AM

Re: [Nagios-users] FW: Nagios - SunOS

2010-09-07 Thread Allan Clark
On Tue, Sep 7, 2010 at 17:18, Tan Kong Jo-B30930 wrote: >  Dear Sir, > > > > We are from Freescale Semiconductor. > > > > Recently, we have Nagios of SunOS 5.8, and installed successfully. > > However, we unable to get any version lower than Sun 5.8. > > > > SunOS 5.8 – installed and working fine.

[Nagios-users] AUTO: Chan, Brian is out of the office. (returning 09/08/2010)

2010-09-07 Thread Brian Chan
I am out of the office until 09/08/2010. I will respond to your message when I return. Note: This is an automated response to your message "Nagios-users Digest, Vol 52, Issue 5" sent on 9/7/10 20:18:36. This is the only notification you will receive while this person is away. --

[Nagios-users] check_load gone crazy

2010-09-07 Thread Mike Chesnut
I'm wondering if this is a known bug, and/or if anybody else has seen similar behavior... We're using Nagios 3.2.1 on Linux, monitoring several Linux systems. We run the check_load probe against every system. Occasionally (at non-regular intervals), Nagios will freak out and alert on the load

[Nagios-users] FW: Nagios - SunOS

2010-09-07 Thread Tan Kong Jo-B30930
Dear Sir, We are from Freescale Semiconductor. Recently, we have Nagios of SunOS 5.8, and installed successfully. However, we unable to get any version lower than Sun 5.8. SunOS 5.8 - installed and working fine. SunOS 5.6 - got error when install with Nagios of SunOS 5.8. SunOS 5.5.

Re: [Nagios-users] Enumerating Interfaces

2010-09-07 Thread Greg Pangrazio
Well we use similar switches here. what we do is create the host then services for the interfaces and if we have port channels I use the multiple check_service_cluster for all the interfaces in the port channel. I just use check snmp for the interfaces. If you want more specifics i can give you

Re: [Nagios-users] Enumerating Interfaces

2010-09-07 Thread Jason Frisvold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/07/2010 03:17 PM, Greg Pangrazio wrote: > What kind of switch are we talking about? Cisco 3750, Cisco MDS-9100 series, umm... Probably some Catalyst 6500's .. Standard ifTable interfaces. > Greg Pangrazio - -- - ---

Re: [Nagios-users] Enumerating Interfaces

2010-09-07 Thread Greg Pangrazio
What kind of switch are we talking about? Greg Pangrazio On Tue, Sep 7, 2010 at 1:27 PM, Jason Frisvold wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi there, > >        I'm looking for "easy" ways to handle devices with multiple interfaces > that do not have per-interface I

[Nagios-users] Enumerating Interfaces

2010-09-07 Thread Jason Frisvold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I'm looking for "easy" ways to handle devices with multiple interfaces that do not have per-interface IPs. For instance, we have a layer two switch that needs to be monitored. On that switch, we need to monitor a subset of the port

Re: [Nagios-users] Nagios plain files vs database storage

2010-09-07 Thread Max
Fyi - plain text files are less system intensive than a db - with our standalone instances we monitor about 2k hosts per poller (about 10k active checks). A db back end makes management and command / control easier with large deployments but .not needed for just. 400 hosts. If you want a nice UI,

Re: [Nagios-users] monitoring remote windows machines over vpn

2010-09-07 Thread Greg Pangrazio
Is the tunnel always active or are you building the tunnel every time? I am monitoring about 200 hosts all windows using standard tcp and icmp checks (not nsca). If the tunnel gets torn down between checks i often miss the first check as the tunnel is renegotiated. There are two choices, you can

[Nagios-users] AUTO: Eliot Picken is out of the office (returning 09/09/2010)

2010-09-07 Thread Eliot . Picken
I am out of the office until 09/09/2010. I am currently out of the office, and I will respond to your email upon my return. Your email has not been forwarded. For all enquiries, please contact Alex Lawrie on +44 (0) 1224 894 000 Note: This is an automated response to your message "Re: [Nag

Re: [Nagios-users] Nagios plain files vs database storage

2010-09-07 Thread Marc Powell
On Sep 7, 2010, at 7:03 AM, yuris wrote: > Hello, > > I'm using Nagios for several months with plain files setup, and > nagiosgrapher. It works pretty nice and I have no problem monitoring ~50 > hosts; ~10 service_checks per host. > > Now I'm thinking about migration of other hosts from Zabbi

[Nagios-users] Nagios plain files vs database storage

2010-09-07 Thread yuris
Hello, I'm using Nagios for several months with plain files setup, and nagiosgrapher. It works pretty nice and I have no problem monitoring ~50 hosts; ~10 service_checks per host. Now I'm thinking about migration of other hosts from Zabbix to Nagios and totally it is going to be ~350 hosts. Si

Re: [Nagios-users] unknown status

2010-09-07 Thread Maesen Carlo (ICTS)
On 07/09/10 10:44, Maesen Carlo (ICTS) wrote: I have problem with agents (Nsclient++ 0.3.7) on some windows 2003 servers. After a ungraceful shutdown of a windows system I receive from nagios (version 3.2.0 with nagios-plugins-1.4.14) "status unknown" messages (No host down). I still receive the

Re: [Nagios-users] unknown status

2010-09-07 Thread Assaf Flatto
On 07/09/10 10:44, Maesen Carlo (ICTS) wrote: I have problem with agents (Nsclient++ 0.3.7) on some windows 2003 servers. After a ungraceful shutdown of a windows system I receive from nagios (version 3.2.0 with nagios-plugins-1.4.14) "status unknown" messages (No host down). I still receive

[Nagios-users] unknown status

2010-09-07 Thread Maesen Carlo (ICTS)
I have problem with agents (Nsclient++ 0.3.7) on some windows 2003 servers. After a ungraceful shutdown of a windows system I receive from nagios (version 3.2.0 with nagios-plugins-1.4.14) "status unknown" messages (No host down). I still receive these alerts even when the server is back online.