Skip to content

Instantly share code, notes, and snippets.

@versluis
Created September 27, 2012 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save versluis/3795385 to your computer and use it in GitHub Desktop.
Save versluis/3795385 to your computer and use it in GitHub Desktop.
Default MySQL Heatlh Configration
<!-- after -->
<service name="MySql" monitor="true">
<alarm level="red" threshold="50" type="percent"/>
<alarm level="yellow" threshold="40" type="percent"/>
</service>
<!-- before -->
<service name="MySql" monitor="true">
<alarm level="red" threshold="25" type="percent"/>
<alarm level="yellow" threshold="20" type="percent"/>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment