-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database monitoring and logging? #39
Comments
Not today. But I am already working on that. The first thing that I am going to release will be server monitoring for nginx and apache - requests per second, throughput, etc |
Thanks for such a quick response, @martinrusev Glad to hear that this is on the roadmap. What is the pricing scheme you are considering? This project is under GPL, right? |
Yes its GPL. The pricing will be quite flexible. I am working on Amon Pro - which will support multiple servers, multiple apps, email notification and some other goodies and it will be 19.95$ before 1.0, after that I am not sure. And then there will be a small add-on shop with prices between 4.99 and 9.99$. For example if your applications use MySQL - you can buy only the mysql addon and use it with the open source version. |
So this GPL repo is for the core of Amon and you will be charging for the add-ons? What will the terms for the pro version and the add-ons be? Do you just pay the cash one time and you get the code for your own use? Hope you don't mind the questions. I'm sure you haven't figured it all out just yet, but I just ask now because these are the sorts of things that will determine whether or not my company will be interested in getting on the Amon bandwagon or not. |
You pay once and you get the code for your own use ( excluding reselling of course ). |
Sounds great. Will look forward to seeing your offerings when they're ready. Thanks for all the info. |
Please excuse me if this is not the right place to ask a question; I'm not sure how else to post a question concerning Amon...
I am wondering, does Amon work for database monitoring and logging? In addition to monitoring my Rails app, I would like to evaluate the performance of MySQL db queries (like New Relic does). Is it possible, for example, to use Amon to access things like the MySQL slow query log: http://dev.mysql.com/doc/refman/5.0/en/slow-query-log.html ?
Thank you.
The text was updated successfully, but these errors were encountered: