lorenwest / monitor-dashboard

Dashboards for the Node.js monitor project
https://lorenwest.github.com/monitor-dashboard
MIT License
204 stars 28 forks source link

Generate charts from external data source #17

Open jf92 opened 9 years ago

jf92 commented 9 years ago

Hi,

Congratulations for your work. It's very ease-to-use. I have question about the data source to make charts or lines.

I would like to use monitor-dashboard to generate views on -data inside a mongodb database -rundeck metrics page

"rundeck metrics page" is joinable from URL http://localhost/rundeck/metrics/metrics and looks like this :

{ "version" : "3.0.0", "gauges" : { "rundeck.scheduler.quartz.runningExecutions" : { "value" : 0 } }, "counters" : { "com.codahale.metrics.servlet.AbstractInstrumentedFilter.activeRequests" : { "count" : 1 }, "rundeck.scheduler.quartz.scheduledJobs" : { "count" : 1 } } ...

Thank you in advance,

lorenwest commented 9 years ago

Yes, you can do this by replacing the values supplied in the sample charts with the values retrieved from your sources.