# ---------------------------------------------------------------------------
# Generic SPONG settings, specifies where files are kept, etc...
# ---------------------------------------------------------------------------
-# $Id: spong.conf.in,v 1.4 2002/09/18 02:09:02 sljohnson Exp $
+# $Id: spong.conf.in,v 1.5 2005/09/27 16:22:43 willamowius Exp $
$SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated
"http://_HOST_:8000/newapp/register.html",
];
+# ---------------------------------------------------------------------------
+# MySQL plugin
+# ---------------------------------------------------------------------------
+
+$MYSQLADMIN = "/usr/bin/mysqladmin -h";
+
# ---------------------------------------------------------------------------
# Just a little more configuration information - these variables are for
# the spong-message program.
# See the spong.hosts man page for additional documentation.
#
-# $Id: spong.hosts,v 1.7 2005/09/24 20:38:14 willamowius Exp $
+# $Id: spong.hosts,v 1.8 2005/09/27 16:22:43 willamowius Exp $
#
# Don't be afraid. This is a configuration file that defines two things, 1)
# who is respondsible for systems, and how do you get ahold of them, and 2)
# %HOSTS_DEFAULTS is used to establish default configuration values for
# various spong network checks. Any value in the %HOSTS entry will override
# the %HOSTS_DEFAULT value.
+#
+# %HOSTS_DEFAULTS = (
+# 'mysql' => {
+# 'dbuser' => 'spong',
+# 'dbpass' => 'default-password'
+# }
+# )
%HOSTS_DEFAULTS = (
);