From 0e19db34c9647c1264874b889118923d7c2036b6 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 13 May 2011 14:31:33 -0400 Subject: [PATCH] Added parameters for monitor's dbhost,dbuser, and dbname --- default_config.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/default_config.xml b/default_config.xml index 3ced370..94d4ab5 100644 --- a/default_config.xml +++ b/default_config.xml @@ -746,6 +746,21 @@ $URL$ support All messages from Monitor will be copied to this address. + + Database Hostname + localhost + The hostname for the monitor database. + + + Database User + monitoruser + The username for connecting to the monitor database. + + + Database Name + monitor + Name of monitor database. + Database Password -- 2.43.0