The MySQL query monitor will always have a status of "Up" if the "Expected Result" is set to 0.
Try the following queries with Expected Result = 0: SELECT 0; -- Should be "Up" SELECT 111; -- Should be "Down", but will be "Up"
My current workaround in my situation is to SELECT count(*)+1, with Expected Result 1.
You seem to have CSS turned off. Please don't fill out this field.
Thanks for pointing this out - I will fix this bug in the next Webmin release.
Log in to post a comment.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
My current workaround in my situation is to SELECT count(*)+1, with Expected Result 1.
Last edit: Anonymous 2013-11-26
Thanks for pointing this out - I will fix this bug in the next Webmin release.