<p><pre><code> curl https://getanomalous.com/install.sh 2>/dev/null | sudo bash -s your_app_key your_api_key
</code></pre>
Please do not use this kind of install solution! Piping arbitrary commands to an elevated shell is very bad. People who know better won't use it, and people who don't know better will have their "this is an acceptable method of install" bias confirmed, leaving them vulnerable to losing control over their machines.<p>Provide packages, please, not arbitrary tarballs from s3.<p>With regards to the MySQL plugin, I don't see any checks for active threads versus max threads, deadlocks warnings, InnoDB status warnings, replication status, long running queries, etc. For actual host monitoring, I don't see anything about load, disk usage, logged in users, memory usage, processor usage...<p>In short, I don't see anything particularly useful if you're actually monitoring a MySQL host.<p>Sorry if this seems abrupt, but if you want someone to pay for a Nagios replacement, it has to be an actual replacement for Nagios, which this does not actually appear to be.