[Nagios-users] Nagios notification without time and Additioanl Info

2007-02-07 Thread Pavel Santos
HEllo List, 

I am running Nagios on 2.7, nagios-plugins-1.4.5-1 on a RHEL 4 server. For some 
reason the Time and Addition Info are not being populated with any data.  The 
alerts are correct, but the date and info is not working.  Have any of you seen 
this problem, if so how was it fixed?


* Nagios  *

Notification Type: PROBLEM

Service: /dev/sda2 [/boot] Free Space
Host: server2
Address: 10.0.0.0
State: CRITICAL

Date/Time: $

Additional Info:

$

Thanks in advance,

Pavel 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] CHECK_NRPE: Error

2006-06-07 Thread Pavel Santos
  

Hello list, 

Runnung Nagios 2.3 on Rehat Linux version4.  I compliled NRPE to check services 
on the clinets and now I am getting the error below.  

CHECK_NRPE: Error - Could not complete SSL handshake. 

I also install NRPE ussing RPM for my system but I am still getinng the same 
message.  Am I missing any dependecises that it may need?  

 

Thanks in adavance, 

 

Pavel 



___
Nagios-users mailing list
Nagios-users@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


RE: [Nagios-users] Notification escalation not working

2006-03-16 Thread Pavel Santos
Jorge, 
 
My default contact_group is getting the alerts regular first alerts and the 
contact groups are getting them too.  Nagios just not escalation the alerts, it 
is sending them to all contact groups without using the escalation.cfg file.   
 
Do I have to add all the contact groups in the hosts.cfg and services.cfg?  
Right now, I only have them in the escalation.cfg and services.cfg.
 
Thanks,. 
 
 
Pavel   



From: [EMAIL PROTECTED] on behalf of Jorge Daniel Sequeira Matias
Sent: Thu 3/16/2006 12:11 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Notification escalation not working




  It seems that I' not the only one with problems in using escalations.
  What notifications are you receiving? Only the first and second?
  I'm assuming that your service default contact_groups are receiving the
first and second notifications because these are not escalated.

Jorge Matias



On Thursday 16 March 2006 16:37, Pavel Santos wrote:
> Hello list,
>
> Running Nagios 2.0 on a Red Hat Ent. V4  I am going insane trying to get
> this escalation to work.  The requirement is to escalate service
> notification after 60 minutes to the system manager contact group and 90
> minutes to the Project Manager contact group.   I tested the configuration
> below but it does not seem to work, it will notify all contact groups on
> the first notification as supposed to escalate the notification to the
> appropriate group after 60 and 90 minutes as described in my escalation.cfg
> file.
>
>
> define serviceescalation{
> host_name   server1
> service_description HTTP
> first_notification  3
> last_notification   4
> notification_interval   60
> contact_groups  system-manager
> }
> define serviceescalation{
> host_name   server1
> service_description HTTP
> first_notification  6
> last_notification   10
> notification_interval   90
> contact_groups  system-manager,project-manager
> }
>
>
> Any assistance is appreciated, I looked at the previous posting and the
> documentation but was unable to find the solution to my problem.
>
> Thanks,
>
> Pavel
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live
> webcast and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
> ___
> Nagios-users mailing list
> Nagios-users@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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Nagios-users mailing list
Nagios-users@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




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] Notification escalation not working

2006-03-16 Thread Pavel Santos
Hello list,
 
Running Nagios 2.0 on a Red Hat Ent. V4  I am going insane trying to get this 
escalation to work.  The requirement is to escalate service notification after 
60 minutes to the system manager contact group and 90 minutes to the Project 
Manager contact group.   I tested the configuration below but it does not seem 
to work, it will notify all contact groups on the first notification as 
supposed to escalate the notification to the appropriate group after 60 and 90 
minutes as described in my escalation.cfg file.
 
 
define serviceescalation{
host_name   server1
service_description HTTP
first_notification  3
last_notification   4
notification_interval   60
contact_groups  system-manager
}
define serviceescalation{
host_name   server1
service_description HTTP
first_notification  6
last_notification   10
notification_interval   90
contact_groups  system-manager,project-manager
}
 
 
Any assistance is appreciated, I looked at the previous posting and the 
documentation but was unable to find the solution to my problem.
 
Thanks, 
 
Pavel 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Nagios-users mailing list
Nagios-users@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


RE: [Nagios-users] Nagios escalations not working

2006-03-14 Thread Pavel Santos
All, 
 
I am still having problems with the notification escalation.  The issue is that 
the alerts are not being escalated to the different contact groups, the alerts 
are going to all  contact groups at the same time.  Has anyone gotten this to 
work?
 
Thanks, 
 
Pavel 



From: [EMAIL PROTECTED] on behalf of Pavel Santos
Sent: Thu 3/9/2006 12:26 PM
To: Nagios Users Mailinglist; Nagios Users Mailinglist
Subject: RE: [Nagios-users] Nagios escalations not working



Hugo,

this is my escalations.cfg file:  for now


define serviceescalation{
host_name   server1
service_description HTTP
first_notification  3
last_notification   5
notification_interval   60
contact_groups  system-manager
}
define serviceescalation{
host_name   server1
service_description HTTP
first_notification  6
last_notification   10
notification_interval   90
contact_groups  system-manager
}




From: [EMAIL PROTECTED] on behalf of Hugo van der Kooij
Sent: Thu 3/9/2006 9:48 AM
To: Nagios Users Mailinglist
Subject: RE: [Nagios-users] Nagios escalations not working



On Thu, 9 Mar 2006, Pavel Santos wrote:

> Hugo,
>
> I'm running Nagios 2.0 on Red Hat version 4 and the client machine is windows 
> 2003 for now, but I could be another Linux or windows 2000 box.

We do not care what your client machine is. But we do care about your
definitions in nagios config files. You have not shown a bit of that
config so there is still very little to go on.

Hugo.

--
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Nagios-users mailing list
Nagios-users@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




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
___
Nagios-users mailing list
Nagios-users@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




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Nagios-users mailing list
Nagios-users@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


RE: [Nagios-users] Nagios escalations not working

2006-03-09 Thread Pavel Santos
Hugo, 
 
this is my escalations.cfg file:  for now
 
 
define serviceescalation{
host_name   server1
service_description HTTP
first_notification  3
last_notification   5
notification_interval   60
contact_groups  system-manager
}
define serviceescalation{
host_name   server1
service_description HTTP
first_notification  6
last_notification   10
notification_interval   90
contact_groups  system-manager
}




From: [EMAIL PROTECTED] on behalf of Hugo van der Kooij
Sent: Thu 3/9/2006 9:48 AM
To: Nagios Users Mailinglist
Subject: RE: [Nagios-users] Nagios escalations not working



On Thu, 9 Mar 2006, Pavel Santos wrote:

> Hugo,
>
> I'm running Nagios 2.0 on Red Hat version 4 and the client machine is windows 
> 2003 for now, but I could be another Linux or windows 2000 box.

We do not care what your client machine is. But we do care about your
definitions in nagios config files. You have not shown a bit of that
config so there is still very little to go on.

Hugo.

--
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Nagios-users mailing list
Nagios-users@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




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Nagios-users mailing list
Nagios-users@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


RE: [Nagios-users] Nagios escalations not working

2006-03-09 Thread Pavel Santos
Hugo, 
 
I'm running Nagios 2.0 on Red Hat version 4 and the client machine is windows 
2003 for now, but I could be another Linux or windows 2000 box.
 
Pavel  



From: [EMAIL PROTECTED] on behalf of Hugo van der Kooij
Sent: Thu 3/9/2006 2:36 AM
To: Nagios Users Mailinglist
Subject: Re: [Nagios-users] Nagios escalations not working



On Wed, 8 Mar 2006, Pavel Santos wrote:

> define serviceescalation{
>
> host_name   computername
>
> service_description HTTP
>
> first_notification  6
>
> last_notification   0
>
> notification_interval   90
>
> contact_groups  system-group
>
> }

Hold on. This one is configured to send notifications every 90 minutes
(assuming 60 seconds is the default time measurement) But it should only
trigger after 6 * 90 = 540 minutes (9 hours). But it should stop at 0
notifications which, I think, is not valid.

If you remove the escalation do you get alerts to the escalation group(s)
as well?

Please provide relevant details like host + service definitions, nagios
version .

Hugo.

--
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Nagios-users mailing list
Nagios-users@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




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] Nagios escalations not working

2006-03-08 Thread Pavel Santos








Hello List, 

 

I’m running Nagios 2.0 on Red Hat version 4.  I
recently configured escalations in some of the services but it is not working. 
When Nagios sends a notification for a service any issue, it send the alert to
the main contact group (sysadmins) and the defined escalated group at the same time,
even though they are not be notified until 60 and 90 minutes respectively.  Below
is a sample of my escalations.cfg file. Thanks in advance.

 

 

define serviceescalation{

    host_name   computername

    service_description HTTP

    first_notification  3

    last_notification   5

    notification_interval   60

    contact_groups  system-group

    }

 

define serviceescalation{

    host_name   computername

    service_description HTTP

    first_notification  6

    last_notification   0

    notification_interval   90

    contact_groups  system-group

    }

 

 

Pavel 








[Nagios-users] Checking Disk Space on Centera with Nagios

2006-01-20 Thread Pavel Santos
Hello list, 
 
Is anybody checking disk space on Centera using Nagios.  I would imagine that 
one can use the generic Linux check since Centera runs on Linux.  Can this be 
done?
 
Thanks, 
 
Pavel   


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
Nagios-users mailing list
Nagios-users@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


RE: [Nagios-users] Checking Oracle services on Windows Servers

2006-01-18 Thread Pavel Santos
Todd, 
 
I'm just trying to check whether or not the database is up.
 
Pavel 
 
 



From: Todd Barbera [mailto:[EMAIL PROTECTED]
Sent: Wed 1/18/2006 9:07 AM
To: Pavel Santos; nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Checking Oracle services on Windows Servers



What exactly are you trying to check for? check_oracle might be what you are
looking for if you want to see if Oracle is up. There are a couple of
plugins on Nagiosexchange as well.

Todd

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Pavel Santos
> Sent: Wednesday, January 18, 2006 8:31 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Checking Oracle services on Windows Servers
>
> Hello List,
>
> I think I asked this question before but I never received a response.
> Running Nagios 2.4 on FC4, what is the best way to check the Oracle
> services in a Windows 2000 and 2003 servers?
>
> Thanks,
>
> Pavel
>
>
> ---
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642
> ___
> Nagios-users mailing list
> Nagios-users@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





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] Checking Oracle services on Windows Servers

2006-01-18 Thread Pavel Santos
Hello List,
 
I think I asked this question before but I never received a response.  Running 
Nagios 2.4 on FC4, what is the best way to check the Oracle services in a 
Windows 2000 and 2003 servers?
 
Thanks,
 
Pavel 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] Monitoring Oracle DB running on Windows

2005-12-19 Thread Pavel Santos
Hello List,
 
Is there a way to monitor an Oracle Database running on a Windows Server using 
Nagios?  
 
Thanks, 
 
Pavel   


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
Nagios-users mailing list
Nagios-users@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