[Nagios-users] check_http and self signed certs

2012-08-15 Thread Masoud Tabrizi
All, We are using version 4.1.13 for the check_http for checking our URLs. it seems like the check_http is not able to get through the self signed certs we have installed; Are there any options or suggestions to get around this? thanks in advance Masoud Tabrizi

Re: [Nagios-users] check_http and self signed certs

2012-08-15 Thread masoud . tabrizi
Using -H url -I IP -s string -f follow and -p where applicable Timeout seems to be the issue yet the URLs are loading fine in less than a second, (-t is set to 45 seconds as well) Thanks -Original Message- From: Claudio Kuenzler c...@claudiokuenzler.com Date: Wed, 15 Aug 2012 16:29:19

Re: [Nagios-users] check_http and regular expressions

2009-08-27 Thread Masoud Tabrizi
, 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

[Nagios-users] check_http and regular expressions

2009-08-26 Thread Masoud Tabrizi
Hello All, I need to check on a http page and get an OK if that particular string is NOT present. Using check_http I would like to get an OK after checking on the http page if the matching string is not present on the page. Could someone tell me how to do this? I am using check_http version

Re: [Nagios-users] check_http and regular expressions

2009-08-26 Thread Masoud Tabrizi
: [Nagios-users] check_http and regular expressions On Aug 26, 2009, at 2:49 PM, Masoud Tabrizi wrote: Hello All, I need to check on a http page and get an OK if that particular string is NOT present. Using check_http I would like to get an OK after checking on the http page if the matching

Re: [Nagios-users] Monitoring Logs under Windows 2003 server

2009-03-03 Thread Masoud Tabrizi
-Original Message- From: Michael Medin [mailto:mich...@medin.name] Sent: Tuesday, March 03, 2009 1:36 AM To: Masoud Tabrizi Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Monitoring Logs under Windows 2003 server Hello, I would suggest someone to port check_logfiles

[Nagios-users] Monitoring Logs under Windows 2003 server

2009-03-02 Thread Masoud Tabrizi
Hello Everyone, I have a requirement to monitor a large number of application log files under Win2003. Is there anything out there that can accomplish this? Using Nagios 2.9 and Nrpe_nt_0.8 Thanks in advance M Mobile Phone:

Re: [Nagios-users] Monitoring Logs under Windows 2003 server

2009-03-02 Thread Masoud Tabrizi
[mailto:curtislamast...@gmail.com] Sent: Monday, March 02, 2009 3:10 PM To: Masoud Tabrizi Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Monitoring Logs under Windows 2003 server You could use NSClient++ with the event log plugin. I'm not sure what you need exactly from the eventlog

[Nagios-users] Host shows down while all services but ping show OK

2008-10-09 Thread Masoud Tabrizi
the network. Is there any way to get around this? Thanks for your help Masoud Tabrizi P Please consider the environment before printing this email - This SF.Net

Re: [Nagios-users] Host shows down while all services but ping show OK

2008-10-09 Thread Masoud Tabrizi
Thanks for all the suggestions. I am all set now. Created the new check_host and it worked perfectly. Thanks again! M \\\|/// \\ - - // ( @ @ ) o00o-(_)-o00o-- Masoud Tabrizi ---0ooo--- ooo0

Re: [Nagios-users] CPU Usage for Linux

2008-07-17 Thread Masoud Tabrizi
I just ran your command on one of my Linux servers and still get 100. So how is that suppose to help me; BTW, nothing is running on my server at this point :-) M Masoud Tabrizi email: [EMAIL PROTECTED] Please consider the environment before printing this email

Re: [Nagios-users] CPU Usage for Linux

2008-07-17 Thread Masoud Tabrizi
You are correct. I should have looked first. My apologies M Masoud Tabrizi email: [EMAIL PROTECTED] Please consider the environment before printing this email -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [Nagios-users] NRPE times out after 10 seconds

2007-07-19 Thread Masoud Tabrizi
] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Powell Sent: Wednesday, July 18, 2007 10:40 PM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] NRPE times out after 10 seconds -Original Message- From: Masoud Tabrizi [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 5:50

[Nagios-users] NRPE times out after 10 seconds

2007-07-18 Thread Masoud Tabrizi
are working fine. Any help is appreciated! Regards, Masoud ++ Masoud Tabrizi [EMAIL PROTECTED

Re: [Nagios-users] NRPE times out after 10 seconds

2007-07-18 Thread Masoud Tabrizi
times out after 10 seconds -Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Masoud Tabrizi Sent: Wednesday, July 18, 2007 2:55 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] NRPE times out after 10 seconds All

Re: [Nagios-users] service dependencies and failover

2007-06-05 Thread Masoud Tabrizi
I was thinking more towards using the event handlers and service dependencies; With the rapper it would be necessary to wrap each one of the checks in a separate wrapper script; (if I am not mistaken). +++ Masoud Tabrizi [EMAIL PROTECTED

[Nagios-users] service dependencies and failover

2007-06-01 Thread Masoud Tabrizi
available. Theoretically once the file system is available then the services should become active on the secondary host and inactive on the other. Any idea how to do this? Thanks in advance, M +++ Masoud Tabrizi [EMAIL PROTECTED] Phone: (617) 872-2052

[Nagios-users] JVM memory consumption plugin!

2007-03-22 Thread Masoud Tabrizi
Are there any JVM memory consumption/utilization plug-in out there for nrpe? Thanks M +++ Masoud Tabrizi [EMAIL PROTECTED] +++ - Take Surveys. Earn Cash

[Nagios-users] how to check for the process owner using check_procs2

2007-02-27 Thread Masoud Tabrizi
I am trying to check for processes that run under a specific user account on the server; Does anyone know how to do this? What I want to do would be the equivalent of ps -ef | grep username | grep java | wc -l in the UNIX world Here is what I am using right now, but it is not enough to identify

Re: [Nagios-users] how to check for the process owner using check_procs2

2007-02-27 Thread Masoud Tabrizi
To make sure I can capture processes for a specific user. I have several users running the same kind of processes and need to be able distinguish based on the user account. M +++ Masoud Tabrizi [EMAIL PROTECTED] +++ _ From: Hari