]> git.etc.gen.nz Git - spong.git/commitdiff
updated MySQL plugin
authorJan Willamowius <jan@willamowius.de>
Tue, 27 Sep 2005 16:22:43 +0000 (16:22 +0000)
committerJan Willamowius <jan@willamowius.de>
Tue, 27 Sep 2005 16:22:43 +0000 (16:22 +0000)
config/spong.conf.in
config/spong.hosts

index 1aafbca64fb1765cbe2d6741dd5e368fd0bc216f..48b8db83a1a9c51434bca9c2d2c8a43529de7c66 100644 (file)
@@ -1,7 +1,7 @@
 # ---------------------------------------------------------------------------
 # 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
 
@@ -209,6 +209,12 @@ $HTTPURLS{"aptest.my-inc.com"} = [ "http://_HOST_/",
                                    "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.
index b6e224d6b52fe3e6cdf7679de08db6dc0d1fce9f..4f99f85fc15be9c55c91c83fa0f14835289c5e06 100755 (executable)
@@ -1,6 +1,6 @@
 # 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 = (
 );