Advanced Server Monitoring Manual

Timeout: Sets the number of seconds that the monitoring should wait for the specified content to be displayed. If the content is not verified within this time an event is created. ... #!/usr/bin/env python. 2 import os. 3 try: 4 result = os.popen("mysqladmin extended-status -u YourMySQLUserNameHere").readlines() 5 for record in result: ................
................