Updated scripts to remove observium name + use new version of check_mk

This commit is contained in:
Neil Lathwood
2014-10-08 19:07:58 +00:00
parent 88fb66c774
commit 40198dd8a3
12 changed files with 1020 additions and 494 deletions
+2 -2
View File
@@ -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.