Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

todo : do not use deprecated format #33

Closed
tanguyvda opened this issue Apr 29, 2016 · 0 comments
Closed

todo : do not use deprecated format #33

tanguyvda opened this issue Apr 29, 2016 · 0 comments
Milestone

Comments

@tanguyvda
Copy link

in dsmclient.pl we still use

mysql_database_oreon $mysql_database_ods $mysql_host $mysql_user $mysql_passwd $ndo_conf

that are deprecated. It will not be a problem in most cases but if you follow the trap documentation
https://documentation-fr.centreon.com/docs/centreon/en/2.7.x/configuration_guide/advanced_configuration/traps.html?highlight=conf#configuration-de-la-connexion-a-la-base-de-donnees

you might ends up removing this :

$mysql_user = "centreon";
$mysql_passwd = 'centreon';
$mysql_host = "localhost:3306";
$mysql_database_oreon = "centreon";
$mysql_database_ods = "centreon_storage";

and not having dsmclient works

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants