Bulk import - other fields
Bulk import - other fields
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
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
http://tracker.nagios.com
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Bulk import - other fields
I was able to use a Sql statement to dump the data into the Mysql backend and apply the updates with that method.