[quote author=naparuba link=topic=868.msg4777#msg4777 date=1366100310]
It mainly depends how far ido is from ndo now. It can be long to look at all webui query and look for all fields are here.
[/quote]
OK I will try to ask the Icinga-Web team about that gap. After a quick look in the DB there a some values not filled by shinken NDO:
Code:
select * from icinga_services join icinga_objects on service_object_id=object_id where name1='ews68' and name2='NTP' and is_active=1\G
IDOMOD IDODB:
Code:
*************************** 1. row ***************************
service_id: 612056
instance_id: 1
config_type: 1
host_object_id: 80
service_object_id: 319
display_name: NTP
check_command_object_id: 28
check_command_args: check_ntp!-a "212.71.111.18" "60" "300"
eventhandler_command_object_id: 0
eventhandler_command_args:
notification_timeperiod_object_id: 365
check_timeperiod_object_id: 18
failure_prediction_options:
check_interval: 15
retry_interval: 3
max_check_attempts: 3
first_notification_delay: 0
notification_interval: 0
notify_on_warning: 1
notify_on_unknown: 1
notify_on_critical: 1
notify_on_recovery: 1
notify_on_flapping: 0
notify_on_downtime: 0
stalk_on_ok: 0
stalk_on_warning: 0
stalk_on_unknown: 0
stalk_on_critical: 0
is_volatile: 0
flap_detection_enabled: 1
flap_detection_on_ok: 1
flap_detection_on_warning: 1
flap_detection_on_unknown: 1
flap_detection_on_critical: 1
low_flap_threshold: 0
high_flap_threshold: 0
process_performance_data: 1
freshness_checks_enabled: 0
freshness_threshold: 0
passive_checks_enabled: 1
event_handler_enabled: 1
active_checks_enabled: 1
retain_status_information: 1
retain_nonstatus_information: 1
notifications_enabled: 1
obsess_over_service: 1
failure_prediction_enabled: 1
notes:
notes_url:
action_url: /nagiosgraph/show.cgi?host=$HOSTNAME$&service=$SERVICEDESC$
icon_image:
icon_image_alt:
object_id: 319
instance_id: 1
objecttype_id: 2
name1: ews68
name2: NTP
is_active: 1
1 row in set (0.00 sec)
Shinken NDO:
Code:
*************************** 1. row ***************************
service_id: 166
instance_id: 1
config_type: 0
host_object_id: 14
service_object_id: 54
display_name: NTP
check_command_object_id: 0
check_command_args: NULL
eventhandler_command_object_id: 0
eventhandler_command_args: NULL
notification_timeperiod_object_id: 0
check_timeperiod_object_id: 0
failure_prediction_options: 0
check_interval: 15
retry_interval: 3
max_check_attempts: 3
first_notification_delay: 0
notification_interval: 0
notify_on_warning: 0
notify_on_unknown: 0
notify_on_critical: 0
notify_on_recovery: 0
notify_on_flapping: 0
notify_on_downtime: 0
stalk_on_ok: 0
stalk_on_warning: 0
stalk_on_unknown: 0
stalk_on_critical: 0
is_volatile: 0
flap_detection_enabled: 1
flap_detection_on_ok: 0
flap_detection_on_warning: 0
flap_detection_on_unknown: 0
flap_detection_on_critical: 0
low_flap_threshold: -1
high_flap_threshold: -1
process_performance_data: 1
freshness_checks_enabled: 0
freshness_threshold: 0
passive_checks_enabled: 1
event_handler_enabled: 1
active_checks_enabled: 1
retain_status_information: 0
retain_nonstatus_information: 0
notifications_enabled: 1
obsess_over_service: 1
failure_prediction_enabled: 0
notes:
notes_url:
action_url: NULL
icon_image: NULL
icon_image_alt: NULL
object_id: 54
instance_id: 1
objecttype_id: 2
name1: ews68
name2: NTP
is_active: 1
1 row in set (0.00 sec)