When I import hostgroups.cfg configuration file, all notes_url and action_urls directives are not inserted on the database (there is no field for theses directives into hostgroups table...).
So when I commit the configuration, these directives are lost in the new generated hostgroups.cfg file :
example of the hostgroups.cfg file before the insert to monarch:
define hostgroup {
hostgroup_name toto
alias Group toto
notes_url https://myur/1
action_url https://myurl/2
}
example of the generated hostgroups.cfg after the insert:
define hostgroup {
hostgroup_name toto
alias Group toto
}