Re: [Nagios-users] Monitoring IIS server...

2006-10-04 Thread Steve Shipway
> > Management had two choices - > > 1) Fix the configuration of the IIS server > > 2) Stop monitoring it altogether > > > > Which do you think they chose? Sigh. > > > > Since they're management, they actually had more choices: > 3) Buy a new web-server and a loadbalancer, clone the old > con

Re: [Nagios-users] Monitoring IIS server...

2006-10-03 Thread Terry
I use it heavily and do not see any issues. On 10/2/06, Steven C. Jones <[EMAIL PROTECTED]> wrote: > Has anyone seen as to where using check_http to monitor the IIS server > causes serious issues? > I figure since all it's doing is mapping port 80 for livelyihood, it > should be okay. (At this po

Re: [Nagios-users] Monitoring IIS server...

2006-10-03 Thread Andreas Ericsson
Steve Shipway wrote: > > We had an issue with an IIS server, where the site would allocate > session ID cookies when you connected that would time out after far too > long. Since we'd be connecting every 5 mins or more frequently for > checks, this resulted in session IDs being eaten and the serv

Re: [Nagios-users] Monitoring IIS server...

2006-10-02 Thread Steve Shipway
> Has anyone seen as to where using check_http to monitor the > IIS server causes serious issues? > I figure since all it's doing is mapping port 80 for livelyihood, it > should be okay. (At this point, I don't need all the SNMP > information, just want to know that the service is open.) We ha

Re: [Nagios-users] Monitoring IIS server...

2006-10-02 Thread Steven C. Jones
That's what I was hoping to hear. Thanks. --On Monday, October 02, 2006 11:51 AM -0700 Patrick Morris <[EMAIL PROTECTED]> wrote: > On Mon, 02 Oct 2006, Steven C. Jones wrote: > >> Has anyone seen as to where using check_http to monitor the IIS server >> causes serious issues? >> I figure since

Re: [Nagios-users] Monitoring IIS server...

2006-10-02 Thread Patrick Morris
On Mon, 02 Oct 2006, Steven C. Jones wrote: > Has anyone seen as to where using check_http to monitor the IIS server > causes serious issues? > I figure since all it's doing is mapping port 80 for livelyihood, it > should be okay. (At this point, I don't need all the SNMP information, just > w

Re: [Nagios-users] Monitoring IIS server...

2006-10-02 Thread Steven C. Jones
Has anyone seen as to where using check_http to monitor the IIS server causes serious issues? I figure since all it's doing is mapping port 80 for livelyihood, it should be okay. (At this point, I don't need all the SNMP information, just want to know that the service is open.) Thanks, __