Hi,

I'm trying to use shinken as my monitoring core inside OMD.
When I switch and try to start the arbiter bails out with and incorrect config.
Running the initscript with checkconfig gave me a lot of the following errors:

[1351772880] Info :    Checking contacts...
[1351772880] Error :   [contact::omdtester] service_notification_commands 
property is missing
[1351772880] Error :   [contact::omdtester] host_notification_commands property 
is missing
[1351772880] Error :   [contact::omdtester] service_notification_period 
property is missing
[1351772880] Error :   [contact::omdtester] host_notification_period property 
is missing
[1351772880] Error :   [contact::omdtester] service_notification_options 
property is missing
[1351772880] Error :   [contact::omdtester] host_notification_options property 
is missing
[1351772880] Error :   [contact::omdtester] host_notification_commands property 
is missing
[1351772880] Error :   [contact::omdtester] contact_name property is missing

Which is quite strange, especially the contact_name since shinken seems to get 
it because it says contact::omdtester is wrong.

Here is the config setting I use to define this contact which seems correct for 
me and works with icinga and nagios:

# Basiskontakt (text-only E-Mails)
define contact {
  name                              basiskontakt
  host_notification_period          24×7
  service_notification_period       24×7
  host_notification_commands        notify-host-by-email
  service_notification_commands     notify-service-by-email                     
                                                                                
                                               # host_notification_options      
   d,u,r,f,s
# service_notification_options      w,u,c,r,f,s                                 
                                                                                
                                                 host_notification_options      
   d,u,r,f                                                                      
                                                                                
                service_notification_options      w,u,c,r,f
  host_notifications_enabled        0
  service_notifications_enabled     0
  register                          0
}

# Basiskontakt + schicke HTML E-Mails
define contact {
  name                              htmlkontakt                                 
                                                                                
                                                 use                            
   basiskontakt
  host_notification_commands        notify-host-by-html-email
  service_notification_commands     notify-service-by-html-email
}                                                                               
                                                                                
                                               
define contact {
  contact_name                          omdtester
  use                                   htmlkontakt
}

-----------------------------------------
Deutsche Telekom AG
Products & Innovation
Michael Gaber
T-Online-Allee 1 
64295 Darmstadt
+49 6151 680-3624 (Tel.)
E-Mail: m.ga...@telekom.de
www.telekom.com
Erleben, was verbindet.
Deutsche Telekom AG
Aufsichtsrat: Prof. Dr. Ulrich Lehner (Vorsitzender)
Vorstand: René Obermann (Vorsitzender),
Dr. Manfred Balz, Reinhard Clemens, Niek Jan van Damme,
Timotheus Höttges, Claudia Nemat, Prof. Dr. Marion Schick 
Handelsregister: Amtsgericht Bonn HRB 6794
Sitz der Gesellschaft: Bonn
WEEE-Reg.-Nr. DE50478376
Große Veränderungen fangen klein an – Ressourcen schonen und nicht jede E-Mail 
drucken.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to