Re: [Nagios-users] check_http + headers

2011-07-29 Thread af . at . work
I tried multiple -k parameters to add more headers with the same result. This is the output from Nagios with a 400 Bad Request status. I assume that is because the cookie is effectively broken. GET http://mywebsite.com/home.aspx HTTP/1.1 User-Agent: check_http/v1.4.15 (nagios-plugins 1.4.15) Conn

Re: [Nagios-users] check_http + headers

2011-07-29 Thread af . at . work
Per the Nagios doc, I also tried putting the ; in a $USERn$ variable & passed that in my check but it still drops the second cookie value to another line. On Fri, Jul 29, 2011 at 10:14 AM, wrote: > Wrapping in quotes still made pushed the second value to another line. > Cookie: > "AwarenessNETU

Re: [Nagios-users] check_http + headers

2011-07-29 Thread af . at . work
Wrapping in quotes still made pushed the second value to another line. Cookie: "AwarenessNETUserLogin_8800=04dDHmcJjn2vfcvP97i+z9yBGic0y4BIhNfDo8wN1fE= username=admin" Can the ; be escaped? I can't pass anything else. On Fri, Jul 29, 2011 at 10:03 AM, Gary Every wrote: > Try using something besi

[Nagios-users] check_http + headers

2011-07-29 Thread af . at . work
With cURL, I can successfully log into the website I ultimately want have Nagios test by passing --cookies. Something like this: curl --cookie "user=4reqrerqwr;userlogin=123adsfjlk324" http://mysite.com/home/index.aspx -v | grep Welcome I know it is successful because, 1, I can visually see the r

[Nagios-users] Plugin help

2011-07-22 Thread af . at . work
I extended the check_curl plugin from Nagios Exchange to allow the inclusion of cookies. While it works like a charm from the CLI, I am having trouble getting the check command to work within the configs. I added the following to commands.cfg: # 'check CURL' command definition define command{

Re: [Nagios-users] Single host, multiple HTTP services

2011-07-22 Thread af . at . work
The individual systems are remote, not publically available, and monitored by the ISP. I am looking to see what the end user is "seeing" for TTFB. On Fri, Jul 22, 2011 at 10:50 AM, William Muriithi wrote: > Hi > > Just curious, why don't you bypass the load balancer and monitor the > individual

Re: [Nagios-users] Single host, multiple HTTP services

2011-07-21 Thread af . at . work
Thanks Dave, that seems to have done the trick perfectly. On Thu, Jul 21, 2011 at 9:59 AM, dave stern - e-mail.pluribus.unum wrote: > One way might be to use the check_http plug-in but > have it look for a specific string in each web-page being hosted > and use the warn/critical-time returns for

Re: [Nagios-users] Single host, multiple HTTP services

2011-07-21 Thread af . at . work
Thanks for the tip on that - any way to take it a step further and monitor a web transaction whilst logged in? On Thu, Jul 21, 2011 at 10:26 AM, Gary Every wrote: > Service: > define service { >   use                   generic-check-store >   hostgroup_name        Storefront >   service_descripti

[Nagios-users] Single host, multiple HTTP services

2011-07-21 Thread af . at . work
Hey gang, I am having some difficulty getting a single host setup that would have multiple HTTP services attached to it. The scenario is a load balanced group of web servers and I am looking to monitor numerous public facing web sites that would be bound to a single load balanced IP address. Any he

Re: [Nagios-users] NSClient

2007-04-27 Thread af . at . work
I have installed & configured SNMP... I still get: Current Status: CRITICAL (for 0d 0h 13m 41s) Status Information:Connection refused could not fetch information from server On 4/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Ah, I just saw there are two apps - I am using nsclient++ On

Re: [Nagios-users] NSClient

2007-04-27 Thread af . at . work
Ah, I just saw there are two apps - I am using nsclient++ On 4/27/07, Allan Holdt Hansen INBODAN <[EMAIL PROTECTED]> wrote: NSClient does not speak SNMP. If you want to perform checks using SNMP, install/configure Windows SNMP service. To perform checks using NSClient you use check_nt og p

Re: [Nagios-users] NSClient

2007-04-27 Thread af . at . work
# 'check_snmp' command definition define command{ command_namecheck_snmp command_line$USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$ -v 2 } On 4/27/07, Valdinger, Stephen (DOV, MSX) <[EMAIL PROTECTED]> wrote: You may have a SNMP version issue. Specify -v 2 in your comma

[Nagios-users] NSClient

2007-04-27 Thread af . at . work
I've got the NSClient setup on a Windows 2003 Server, and Nagios shows it as up but all the services it's checking report back as critical "connection refused". Any ideas? - This SF.net email is sponsored by DB2 Express Downl

Re: [Nagios-users] Installation help - CentOS 4.4 Server

2007-04-26 Thread af . at . work
I tracked this down: http://www.cisl.ucar.edu/nets/tools/nagios/ Which showed 1 way to resolve the issue - but is not the 'best' way to do so. On 4/26/07, Valdinger, Stephen (DOV, MSX) <[EMAIL PROTECTED]> wrote: Well, then, I am all out of ideas! I'll cc the rest of the list on this one and h

Re: [Nagios-users] Installation help - CentOS 4.4 Server

2007-04-26 Thread af . at . work
Restarted OK.. and "Things look okay - No serious problems were detected during the pre-flight check" As soon as I click one of the Service Detail link I get the permissions error... On 4/26/07, Valdinger, Stephen (DOV, MSX) <[EMAIL PROTECTED]> wrote: Oh, shit, haha, yes you will have to resta

Re: [Nagios-users] Installation help - CentOS 4.4 Server

2007-04-26 Thread af . at . work
We're cooking now ... I can log in - but get a perms error / warning It appears as though you do not have permission to view information for any of the services you requested... If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI and check th

Re: [Nagios-users] Installation help - CentOS 4.4 Server

2007-04-26 Thread af . at . work
CentOS 4.4 thanks - I will give those a try. On 4/26/07, Valdinger, Stephen (DOV, MSX) <[EMAIL PROTECTED]> wrote: Are you running Fedora or Ubuntu? I have a this solution on the forums. You can see it here: http://www.meulie.net/portal_plugins/forum/forum_viewtopic.php?8517 there is also ano

Re: [Nagios-users] Installation help - CentOS 4.4 Server

2007-04-26 Thread af . at . work
wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0a2.tar.gz wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.7.tar.gz On 4/26/07, Jason Salaz <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I have followed the install guide > > (http://nagios.

[Nagios-users] Installation help - CentOS 4.4 Server

2007-04-26 Thread af . at . work
I have followed the install guide (http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html) down to step #5 5) Configure the Web Interface Install the Nagios web config file in the Apache conf.d directory. make install-webconf But, after running 'make install-webconf' I get: make: *** N