21 lines
556 B
Text
21 lines
556 B
Text
# Gather ActiveMQ metrics
|
|
[[inputs.activemq]]
|
|
## ActiveMQ WebConsole URL
|
|
url = "http://127.0.0.1:8161"
|
|
|
|
## Credentials for basic HTTP authentication
|
|
# username = "admin"
|
|
# password = "admin"
|
|
|
|
## Required ActiveMQ webadmin root path
|
|
# webadmin = "admin"
|
|
|
|
## Maximum time to receive response.
|
|
# response_timeout = "5s"
|
|
|
|
## Optional TLS Config
|
|
# tls_ca = "/etc/telegraf/ca.pem"
|
|
# tls_cert = "/etc/telegraf/cert.pem"
|
|
# tls_key = "/etc/telegraf/key.pem"
|
|
## Use TLS but skip chain & host verification
|
|
# insecure_skip_verify = false
|