I've been considering a very similar Django to help simplify some of my 
daily server system admin tasks (e.g. monitor and trend CPU uase, memory 
usage, disk space, etc.). I'd like to try CouchDB to store the data with a 
Django UI to make the app usable to non-technical users.

On Monday, December 10, 2012 11:41:14 AM UTC-8, Marc Aymerich wrote:
>
> Hi, 
> I'm considering to implement a simple monitorization system that 
> basically gathers some data from a set of nodes (<1000 nodes). The 
> gathered data should be stored in order to let users perform some 
> queries and maybe also generate some graphs. 
>
> I'm looking for advice in what components are best suited for each of 
> the following parts: 
>
> 1) Storage: maybe something nonsql like MongoDB? or perhaps RRD? 
> 2) Data gathering: celery periodic tasks? 
> 3) Graphs: rrd? or some java script framework for graphing? 
>
> thanks for your comments!! 
> -- 
> Marc 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/KNDp3QSOrx4J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to