[Nagios-users] Help with check_http

2013-02-14 Thread Prabhu Kannan
Hi, I need help with converting below 2 CURL commands into check_http command, curl -v -H "Content-Type: application/json" -X POST -d '{"RequestHeader":{"Token":null,"Detail":null,"CoordinationId":null},"CreateSessionRequestBody":{"SystemId":"3156","SystemPassword":"dAEWJuXY6vXSY3XDLb6lHYbex0o2t

Re: [Nagios-users] help with check_http

2012-03-15 Thread Werner, Robert
] Sent: Wednesday, March 14, 2012 12:09 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] help with check_http Hi, I'm trying to set up a check_http test for a web server but am having some difficulty. I can do the test using curl from the command line but I want to know if

[Nagios-users] help with check_http

2012-03-15 Thread Robert Sullivan
Hi, I'm trying to set up a check_http test for a web server but am having some difficulty. I can do the test using curl from the command line but I want to know if I can do it with the check_http utility. This is what it looks like using curl curl --data-ascii "version=1&mineLogin=atp_...@mine.c

Re: [Nagios-users] Help with check_http

2006-11-02 Thread Phil Costelloe
Marc Powell wrote: >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of >> Giles Coochey >> Sent: Thursday, November 02, 2006 5:49 AM >> To: German C. Basisty; nagios-users@lists.sourceforge.net >

Re: [Nagios-users] Help with check_http

2006-11-02 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Giles Coochey > Sent: Thursday, November 02, 2006 5:49 AM > To: German C. Basisty; nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Help with check_htt

Re: [Nagios-users] Help with check_http

2006-11-02 Thread Phil Costelloe
German C. Basisty wrote: > Hello folks! > > Im runing nagios on my Linux (fedora 5) box. My http service is > working ok, but when I try check_http -H servername.domainname or > check_http -I 192.168.13.2 it answers > > HTTP WARNING: HTTP/1.1 403 Forbidden Sounds like you need to create an inde

Re: [Nagios-users] Help with check_http

2006-11-02 Thread gottfried hufnagel
hi! are you sure, that servername.domainname is not returning a 403-status? what does a webbrowser answer? greetinx gottfried Am Donnerstag 02 November 2006 12:42 schrieb German C. Basisty: ---[ Hello folks! ---[ ---[ Im runing nagios on my Linux (fedora 5) box. My http service is working ok,

Re: [Nagios-users] Help with check_http

2006-11-02 Thread Giles Coochey
> > Hello folks! > > Im runing nagios on my Linux (fedora 5) box. My http service > is working ok, but when I try check_http -H > servername.domainname or check_http -I > 192.168.13.2 it answers > > HTTP WARNING: HTTP/1.1 403 Forbidden > Your web server is asking for a username and password.

[Nagios-users] Help with check_http

2006-11-02 Thread German C. Basisty
Hello folks! Im runing nagios on my Linux (fedora 5) box. My http service is working ok, but when I try check_http -H servername.domainname or check_http -I 192.168.13.2 it answers HTTP WARNING: HTTP/1.1 403 Forbidden But if I try check_http -H someclientserver who runs another version of apache