Page 1 of 1

Bulk import - other fields

Posted: Thu Dec 12, 2013 10:48 am
by bcdudley
Within Nagios XI, I am trying to do a bulk import of a csv. I need to import the notes field along with other information. Is there a way to do this or to go back after they have been imported and quickly add the notes?

Re: Bulk import - other fields

Posted: Thu Dec 12, 2013 2:54 pm
by lmiltchev
I don't believe notes are inherited. You will have to add them manually to the new hosts. You can post a feature request on our bug tracker:

http://tracker.nagios.com

Re: Bulk import - other fields

Posted: Thu Dec 12, 2013 4:23 pm
by bcdudley
I was able to use a Sql statement to dump the data into the Mysql backend and apply the updates with that method.