Dieser Fehler
Error: mysql_query() failed for 'INSERT INTO nagios_configfilevariables SET instance_id='1'....usw.
kommt bei mir mit Centreon 2.0.2, Nagios 3.0.6 und ndoutils-nagios3-mysql 1.4b7-11.
Geholfen hat:
alter table nagios_configfilevariables drop index instance_id ;
alter table nagios_configfilevariables add index (instance_id, configfile_id, varname) ;
in der ndoutils DB. Fehler sind auf jeden Fall verschwunden.
via nagios-portal