ucbn
09-15-2008, 05:07 PM
Bonjour,
l'importation d'un service via l'interface web (Configuration -> Nagios -> Charger) échoue si ce service à pour description le même nom qu'un template de service déjà existant dans centreon.
Par exemple si je possède le template suivant dans centreon :
define service{
name HTTP
service_description HTTP
is_volatile 0
check_command check_http_up
max_check_attempts 2
normal_check_interval 2
retry_check_interval 1
check_period 24x7
notification_interval 0
notification_period 24x7
notification_options w,u,c,r,f
notifications_enabled 1
stalking_options o,w,u,c
register 0
}
Il me sera impossible d'importer le service suivant :
define service{
host_name ****.unicaen.fr
service_description HTTP
use HTTP
notification_interval 0
notification_period 24x7
notification_options w,u,c,r,f
contact_groups ADMIN
stalking_options o,w,u,c
}
J'utilise nagios3 / Centreon 2.0RC3.
Bonne journée
l'importation d'un service via l'interface web (Configuration -> Nagios -> Charger) échoue si ce service à pour description le même nom qu'un template de service déjà existant dans centreon.
Par exemple si je possède le template suivant dans centreon :
define service{
name HTTP
service_description HTTP
is_volatile 0
check_command check_http_up
max_check_attempts 2
normal_check_interval 2
retry_check_interval 1
check_period 24x7
notification_interval 0
notification_period 24x7
notification_options w,u,c,r,f
notifications_enabled 1
stalking_options o,w,u,c
register 0
}
Il me sera impossible d'importer le service suivant :
define service{
host_name ****.unicaen.fr
service_description HTTP
use HTTP
notification_interval 0
notification_period 24x7
notification_options w,u,c,r,f
contact_groups ADMIN
stalking_options o,w,u,c
}
J'utilise nagios3 / Centreon 2.0RC3.
Bonne journée