Issue with centreon
Hello everyone, I recently installed Centreon 2.8.4 on Ubuntu, but every time I try to export the configuration of the central poller, the console returns this message "Moving files..... NOK(could not write to file 'centengine.cfg' for monitoring engine 'Central'. Please add writing permissions for the webserver's user)"
I'm a bit lost, thank you for your help.
I'm a bit lost, thank you for your help.
1 réponse
Hello,
I have never used Centreon, but judging by the error, Centreon is trying to write to or modify the file
However, if you look at the permissions associated with this file and the user running the Centreon software (which you can see with the
Furthermore, we would need more details about where this file is actually located, because apparently, depending on how you installed it, the source of the problem might be different:
- link1
- link2
Good luck.
I have never used Centreon, but judging by the error, Centreon is trying to write to or modify the file
/etc/centreon-engine/centengine.cfg(path inferred from this link).
However, if you look at the permissions associated with this file and the user running the Centreon software (which you can see with the
topcommand), that user probably does not have the ability to modify or write to this file. However, even if loosening the permissions on this file might work, it is probably best to avoid it since if Centreon has been installed correctly, the permissions associated with this file are likely not a matter of chance.
Furthermore, we would need more details about where this file is actually located, because apparently, depending on how you installed it, the source of the problem might be different:
- link1
- link2
Good luck.