On Sun, Feb 22, 2015 at 8:17 AM, Guy Tamir <guytamir1@gmail.com> wrote:
> Hi all,
>
> I'm looking for recommended tools to monitor my Django server.
> I'm deploying to Heroku.
>
> Not sure what I should expect from the tool, the only thing I really need
> (the reason I started searching for a tool) is a way to set an API endpoint
> on my server and have the monitor check to see if the results are good (Not
> if the endpoint is alive but if the logic in the endpoint returns logical
> results)
>
> Any tips on the subject are welcomed.
Personally, I would just write a python script (with urllib or
httplib) that sends some requests, consumes the responses and compares
them to an expected baseline.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY4PPbjcHaQWOjmcYH%3DsgHA_nrAAwyJjW0XSE2256fZYcw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment