[Nagios-users] Problem with Service Escalation 3.0rc3

2008-03-04 Thread Klaus
Dear All,
 
as stated above, I am running nagios 3.0rc3 and I seem to have a lack of
understanding.
I should state that I am new to nagios.
 
I plan to have a host and service escalation for all hosts (with their
associated services) belonging to a specific hostgroup. So here is what I
have so far:
 
define hostgroup{
hostgroup_namegroup1
alias group1
}
 
define contact{
contact_name   groupNetwork
usegeneric-contact
alias  groupNetwork
email   mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
}
 
define host{
usewindows-server
host_name  host1
alias  Host 1
hostgroups group1
address10.0.0.1
parentsDUSSW00
contacts   defaultContact
}
 
define hostescalation{
hostgroup_namegroup1
contacts  groupNetwork
first_notification1
last_notification 0
notification_interval 120
escalation_period workhours
}
define serviceescalation{
service_description*
hostgroup_name group1
contacts   groupNetwork
first_notification 1
last_notification  0
notification_interval  120
escalation_period  workhours
}
 

When I try to start nagios, it tells me that it Could not expand services
specified in service escalation.
 
The plan is to send a mail to defaultContact 24x7 and to groupNetwork only
in the working hours. When I remove the service escalation, I only get
notifications when the host is down (guess this is by design).
 
Is there any other way how I can achieve this?
 
Any help is very much appretiated.
 
Cheers
Klaus
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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] Problem with Service Escalation 3.0rc3

2008-03-04 Thread Giles Coochey
Hi,

 

Have you actually got any services defined?

 

Thanks


Giles

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Klaus
Sent: 04 March 2008 10:44
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Problem with Service Escalation 3.0rc3

 

Dear All,

 

as stated above, I am running nagios 3.0rc3 and I seem to have a lack of
understanding.
I should state that I am new to nagios.

 

I plan to have a host and service escalation for all hosts (with their
associated services) belonging to a specific hostgroup. So here is what
I have so far:

 

define hostgroup{
hostgroup_namegroup1
alias group1
}

 

define contact{
contact_name   groupNetwork
usegeneric-contact
alias  groupNetwork
email  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
}

 

define host{
usewindows-server
host_name  host1
alias  Host 1
hostgroups group1
address10.0.0.1
parentsDUSSW00
contacts   defaultContact
}

 

define hostescalation{
hostgroup_namegroup1
contacts  groupNetwork
first_notification1
last_notification 0
notification_interval 120
escalation_period workhours
}
define serviceescalation{
service_description*
hostgroup_name group1
contacts   groupNetwork
first_notification 1
last_notification  0
notification_interval  120
escalation_period  workhours
}

 


When I try to start nagios, it tells me that it Could not expand
services specified in service escalation.

 

The plan is to send a mail to defaultContact 24x7 and to groupNetwork
only in the working hours. When I remove the service escalation, I only
get notifications when the host is down (guess this is by design).

 

Is there any other way how I can achieve this?

 

Any help is very much appretiated.

 

Cheers
Klaus

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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] Problem with Service Escalation 3.0rc3

2008-03-04 Thread Klaus
Hi, 

yes I have. This is only a short extract of my configuration. I have about
370 services defined on 54 hosts.
But you are right, I forgot to add this part of configuration. Sorry.. Here
is a more complete one...


define hostgroup{
hostgroup_namegroup1
alias group1
}

define contact{
contact_name   groupNetwork
usegeneric-contact
alias  groupNetwork
email  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
}

define host{
usewindows-server
host_name  host1
alias  Host 1
hostgroups group1
address10.0.0.1
parentsDUSSW00
contacts   defaultContact
}

define service{
service_description SMTP
use generic-service
  hostgroup_namegroup1
check_command   check_smtp
process_perf_data   1
action_url
/nagios/pnp/index.php?host=$HOSTNAME$srv=$SERVICEDESC$
} 

define hostescalation{
hostgroup_namegroup1
contacts  groupNetwork
first_notification1
last_notification 0
notification_interval 120
escalation_period workhours
}

define serviceescalation{
service_description*
hostgroup_name group1
contacts   groupNetwork
first_notification 1
last_notification  0
notification_interval  120
escalation_period  workhours
}

-

Hi,

 

Have you actually got any services defined?

 

Thanks


Giles

 



From: [EMAIL PROTECTED]
Sent: 04 March 2008 10:44
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Problem with Service Escalation 3.0rc3

 

Dear All,

 

as stated above, I am running nagios 3.0rc3 and I seem to have a lack of
understanding.
I should state that I am new to nagios.

 

I plan to have a host and service escalation for all hosts (with their
associated services) belonging to a specific hostgroup. So here is what I
have so far:

 

define hostgroup{
hostgroup_namegroup1
alias group1
}

 

define contact{
contact_name   groupNetwork
usegeneric-contact
alias  groupNetwork
email  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
}

 

define host{
usewindows-server
host_name  host1
alias  Host 1
hostgroups group1
address10.0.0.1
parentsDUSSW00
contacts   defaultContact
}

 

define hostescalation{
hostgroup_namegroup1
contacts  groupNetwork
first_notification1
last_notification 0
notification_interval 120
escalation_period workhours
}
define serviceescalation{
service_description*
hostgroup_name group1
contacts   groupNetwork
first_notification 1
last_notification  0
notification_interval  120
escalation_period  workhours
}

 


When I try to start nagios, it tells me that it Could not expand services
specified in service escalation.

 

The plan is to send a mail to defaultContact 24x7 and to groupNetwork only
in the working hours. When I remove the service escalation, I only get
notifications when the host is down (guess this is by design).

 

Is there any other way how I can achieve this?

 

Any help is very much appretiated.

 

Cheers
Klaus




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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