phsmith / rundeck_exporter

Rundeck Metrics Exporter
GNU General Public License v3.0
58 stars 25 forks source link

Latest rundeck 4.6.1 : Invalid API Request #57

Closed halradaideh closed 1 year ago

halradaideh commented 1 year ago

the latest exporter has an issue with the latest rundeck 4.6.1

2022-09-17 06:19:46,940 - CRITICAL - Invalid API Request: /api/34/metrics/metrics

phsmith commented 1 year ago

Hey @halradaideh , sorry for the late response. I checked it out and the problem is that since version 4.x.x Rundeck disabled by default the metrics endpoint, so you need to enable it to get the exporter to work again. See: https://docs.rundeck.com/docs/administration/configuration/config-file-reference.html#metrics-capturing

halradaideh commented 1 year ago

cool thanks