This is a module for monitoring the MySQL SQL database server variables (versions 3.22 and above).
It requires the tcl-sql package to be installed (can be found at http://jfontain.free.fr/).
Note that although this module is for Linux, the MySQL server to be monitored could be running on any remote machine, even an NT one (which is unlikely, since you need a reliable database system).
Data is drawn from the SHOW VARIABLES query results and initially displayed in 1 table with the variables data column on the left (sorted in alphabetical order) and the values on the right.
The displayed variables depend on the database server version. Full help is provided for each variable through widget tips (also called balloons).
Module options:
Examples:
$ moodss myvars --host 1.2.3.4 $ moodss myvars --host dbserver.company.com --port 3307 $ moodss myvars --host dbserver.company.com --user jdoe --password xxx