bad name change oreon -> centreon. Do not change var name..
git-svn-id: http://svn.centreon.com/trunk/plugins@3613 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
7c89582c72
commit
16fe5f9f70
|
@ -48,7 +48,7 @@ GetOptions
|
|||
###########################
|
||||
## Set Database information
|
||||
###########################
|
||||
use vars qw($mysql_database_centreon $mysql_database_ods $mysql_host $mysql_user $mysql_passwd);
|
||||
use vars qw($mysql_database_oreon $mysql_database_ods $mysql_host $mysql_user $mysql_passwd);
|
||||
require "@INSTALL_DIR_OREON@/ODS/etc/conf.pm";
|
||||
|
||||
my $dbh = DBI->connect("DBI:mysql:database=$mysql_database_oreon;host=$mysql_host",
|
||||
|
|
Loading…
Reference in New Issue