This is a demo environment that shows how to monitor a Rundeck instance using Rundeck Exporter (thanks to @phsmith!), Prometheus, and Grafana with this dashboard.
- Docker.
- Docker-compose.
- A decent modern web browser :-)
git clone https://github.com/rundeck/rundeck-exporter-demo
- Go to the cloned repository directory.
- Build the environment with
docker-compose build
.
- Just do
docker-compose up
.
- Open the
http://localhost:3000
URL in your web browser (useradmin
, passwordadmin
) and then select the "Rundeck" dashboard. - Open a new tab with the
http://localhost:4440
URL (useradmin
, passwordadmin
) and create a new project with a job, do some executions. - If you check the first browser tab (you will see all Rundeck instance metrics updated on the Grafana dashboard).