Alex Denes
8df9fdc4ab
- More templating and inheritance - New commands + rx_replace + rx_install + rx_cpkgdir - More transparency with secrets being sourced as variables and replaced - Modularization of configs + telegraf + nginx (partial) + fastd + wireguard + unbound - Split of unbound configurations and bind zones - Bumping of key versions (rolling keys) + ZSK/KSK + OpenDKIM - Relaxed permission defaults and other smaller tweaks...
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
[[inputs.http]]
|
|
urls = ["http://localhost:7579/json_rpc"]
|
|
method = "POST"
|
|
data_format = "json"
|
|
content_encoding = "identity"
|
|
body = '{"method":"get_info"}'
|
|
json_query = "result"
|
|
headers = { "Content-Type" = "application/json", "Transfer-Encoding" = "identity" }
|
|
tag_keys = [
|
|
"nettype"
|
|
]
|
|
name_override = "monerod"
|