Hi, your product looks very promissing to me, especially part with aggregations etc.
In my work, I was doing some research around storing latest values somewhere to allow fast agregations. For the moment, I am using redis key-value database and python-write-redis plugin, which stores data with defined TTL, so I have last 1-2 hours of data available in memory. Now I have a question: I have 1000+ hosts, which makes browser unhappy, throwing a busy script dialog. I'd like to limit number of displayed hosts to some smaller number, e.g. 50, but the search dialog should work on all hosts. Another option would be not to display any hosts by default, but allow to build list of my "favorite" hosts. Could you please point me to the right direction, where something like this could be done? I am not php programmer, I use ruby (and rails) personally, so I am looking for a model, where list of host is loaded, and controller for search and displaying list of hosts. Best regards Josef Liska Dne 11.5.2012 08:35, Cyril Feraudet napsal(a): > Hi all, > > I'm proud to inform you that a new Collectd front-end is available : > http://perfwatcher.org/ > > It actually used here in a French bank to monitor more than 4000 servers. > > Regards, > > Cyril Feraudet > > _______________________________________________ > collectd mailing list > [email protected] > http://mailman.verplant.org/listinfo/collectd > _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
