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
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
i want to configure a complete centreon with chef automation. I want to set each setting from console.
I try that, but it failed badly. The problem is, that there are some settings where you have to set "NULL" in database. But you cannot set it with console. I tested '' or 'NULL' or '0', nothing work.
I'm very interested by this case. I'm trying to reconfigure some services, and I want to reinit some variables in my service, like the check_command, the normal and retry interval.
Hi,
i want to configure a complete centreon with chef automation. I want to set each setting from console.
I try that, but it failed badly. The problem is, that there are some settings where you have to set "NULL" in database. But you cannot set it with console. I tested '' or 'NULL' or '0', nothing work.
Example:
default['dba_centreon']['engine']['nagios_cfg']['precached_object_file'] = ''
default['dba_centreon']['web']['centreon_settings']['centreon_support_email'] = ''
default['dba_centreon']['engine']['instance_cfg']['engine_name'] = ''
So we need there a solution for nagios_cfg, centreon_settings and instance_cfg ;)
The text was updated successfully, but these errors were encountered: