check_http and regular expressions

Masoud Tabrizi masoud.tabrizi at gmail.com
Fri Aug 28 00:27:40 CEST 2009


I am running the command as you suggested but it seems like there is something missing; what am I doing wrong?

All commans are run from /usr/lib/nagios/plugins directory;

 

/usr/lib/nagios/plugins/check_http -H xxxxx -u /sample/test.html -p 80 –a user:password -s TAPE

Response: 

HTTP OK HTTP/1.1 200 OK - 0.018 second response time |time=0.018116s;;;0.000000 size=3648B;;;0

 

Now I run it with negate as you suggested:

./negate /usr/lib/nagios/plugins/check_http -H xxxxx -u /sample/test.html -p 80 –a user:password -s TAPE

HTTP OK HTTP/1.1 200 OK - 0.006 second response time |time=0.006001s;;;0.000000 size=3648B;;;0

 

Now I change the string to something which doesn’t exist:

/usr/lib/nagios/plugins/check_http -H xxxxx -u /sample/test.html -p 80 –a user:password –s Testing

HTTP CRITICAL - string not found|time=0.012479s;;;0.000000 size=3648B;;;0

 

./negate /usr/lib/nagios/plugins/check_http -H xxxxx -u /sample/test.html -p 80 –a user:password -s Testing

HTTP CRITICAL - string not found|time=0.005779s;;;0.000000 size=3648B;;;0

 

Any help is appreciated!

 

Masoud

 

-----Original Message-----
From: Marc Powell [mailto:marc at ena.com] 
Sent: Wednesday, August 26, 2009 6:43 PM
To: Nagios User list
Subject: Re: [Nagios-users] check_http and regular expressions

 

 

On Aug 26, 2009, at 3:20 PM, Masoud Tabrizi wrote:

 

> 

> Perhaps I was not clear the first time around:

> Here is what I want to do:

> Search for the string ERROR

> If not found -> return OK

> Else -> return NOK

 

Yes, you were clear and I understood. The solution I provided does  

that. I did the *exact* same thing just today, authentication and  

everything.

 

--

Marc

 

 

------------------------------------------------------------------------------

Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 

trial. Simplify your report design, integration and deployment - and focus on 

what you do best, core application coding. Discover what's new with 

Crystal Reports now.  http://p.sf.net/sfu/bobj-july

_______________________________________________

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20090827/8573e469/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-------------- next part --------------
_______________________________________________
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