Skip to content
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

Generate charts from external data source #17

Open
jf92 opened this issue Nov 28, 2014 · 1 comment
Open

Generate charts from external data source #17

jf92 opened this issue Nov 28, 2014 · 1 comment

Comments

@jf92
Copy link

jf92 commented Nov 28, 2014

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants