mssql_health_notemp | **Optional.** Set this to true to ignore temporary databases/tablespaces. Defaults to false.
mssql_health_nooffline | **Optional.** Set this to true to ignore offline databases. Defaults to false.
mssql_health_lookback | **Optional.** The amount of time you want to look back when calculating average rates.
+mssql_health_report | **Optional.** Report can be used to output only the bad news. Possible values are "short", "long", "html". Defaults to `short`.
#### <a id="plugin-contrib-command-mysql_health"></a> mysql_health
value = "$mssql_health_lookback$"
description = "The amount of time you want to look back when calculating average rates"
}
+ "--report" = {
+ value = "$mssql_health_report$"
+ description = "Report can be used to output only the bad news (short,long,html)"
+ }
}
vars.mssql_health_regexp = false
vars.mssql_health_commit = false
vars.mssql_health_notemp = false
vars.mssql_health_nooffline = false
+ vars.mssql_health_report = "short"
}
object CheckCommand "mysql_health" {