mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
Updated scripts to remove observium name + use new version of check_mk
This commit is contained in:
@@ -45,8 +45,8 @@ if (!array_key_exists('SCRIPT_FILENAME', $_SERVER)
|
||||
# ============================================================================
|
||||
|
||||
# FIXME: why are these not taken from config.php?
|
||||
$mysql_user = 'observium';
|
||||
$mysql_pass = 'flobbleobservium';
|
||||
$mysql_user = 'librenms';
|
||||
$mysql_pass = 'flobblelibrenms';
|
||||
$mysql_host = 'localhost';
|
||||
$mysql_port = 3306;
|
||||
$mysql_ssl = FALSE; # Whether to use SSL to connect to MySQL.
|
||||
|
||||
Reference in New Issue
Block a user