Services missing from imported host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
UnknownGnome
Posts: 2
Joined: Thu Oct 07, 2021 12:49 pm

Services missing from imported host

Post by UnknownGnome »

I imported a host config, but the services that I expect to see are not there. There are no services. A different host that I configured with the wizard shows a bunch of services. The config files look similar.

Code: Select all

define host {
    host_name                dc-0
    use                      xiwizard_ncpa_host
    address                  10.0.0.140
    max_check_attempts       5
    check_interval           5
    retry_interval           1
    check_period             xi_timeperiod_24x7
    contacts                 nagiosadmin
    notification_interval    60
    notification_period      xi_timeperiod_24x7
    icon_image               win_server.png
    statusmap_image          win_server.png
    _xiwizard                ncpa
    register                 1
}

User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Services missing from imported host

Post by pbroste »

Hello @UnknownGnome

Thanks for reaching out, understand that a host import failed to bring over everything and want to find out which import instruction you are using.

Want to take a look at this so we can see what happened. Please PM your updated system profile for us to review.

To send us your system profile.
  • Login to the Nagios XI GUI using a web browser.
  • Click the "Admin" > "System Profile" Menu
  • Click the "Download Profile" button
  • Save the profile.zip file and send via Private Message
Thanks,
Perry
Locked