You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to import my all nagios configuration (services, objects, commands) in centreon but I have an error.
I ran $ perl nagios_reader_to_centreon_clapi.pl --config /usr/local/nagios/etc/ > /tmp/centreon_clapi_import_commands.txt and I have a file with 4 lines.
But, when I tried to import my file with /usr/share/centreon/www/modules/centreon-clapi/core/centreon -u admin -p password -i /tmp/centreon_clapi_import_commands.txt the command prompt return :
Line 1 : Resource is already tied to instance
Line 2 : Resource is already tied to instance
Line 3 : Resource is already tied to instance
Line 4 : Resource is already tied to instance
Hi,
I'm trying to import my all nagios configuration (services, objects, commands) in centreon but I have an error.
I ran
$ perl nagios_reader_to_centreon_clapi.pl --config /usr/local/nagios/etc/ > /tmp/centreon_clapi_import_commands.txtand I have a file with 4 lines.But, when I tried to import my file with
/usr/share/centreon/www/modules/centreon-clapi/core/centreon -u admin -p password -i /tmp/centreon_clapi_import_commands.txtthe command prompt return :Is it normal ?
Thanks you in advance :)