adding node exporter, loki, and promtail
This commit is contained in:
47
prometheus_node_exporter/config.json
Normal file
47
prometheus_node_exporter/config.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "Prometheus Node Exporter",
|
||||
"version": "1.0.1",
|
||||
"slug": "prometheus_node_exporter",
|
||||
"description": "Prometheus node exporter for hardware and OS metrics",
|
||||
"url": "https://mezgit.duckdns.org/mezned/HAddons",
|
||||
"image": "ghcr.io/loganmarchione/hassos-addons/prometheusnodeexporter-{arch}",
|
||||
"arch": ["amd64", "aarch64", "armv7"],
|
||||
"startup": "services",
|
||||
"init": false,
|
||||
"webui": "[PROTO:enable_tls]://[HOST]:[PORT:9100]",
|
||||
"ports": {
|
||||
"9100/tcp": 9100
|
||||
},
|
||||
"ports_description": {
|
||||
"9100/tcp": "Default node exporter port and web interface"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"ssl"
|
||||
],
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
"auth_api": true,
|
||||
"docker_api": true,
|
||||
"host_network": true,
|
||||
"host_pid": true,
|
||||
"apparmor": false,
|
||||
"options": {
|
||||
"enable_basic_auth": false,
|
||||
"basic_auth_user": "",
|
||||
"basic_auth_pass": "",
|
||||
"enable_tls": false,
|
||||
"cert_file": "",
|
||||
"cert_key": "",
|
||||
"cmdline_extra_args": ""
|
||||
},
|
||||
"schema": {
|
||||
"enable_basic_auth": "bool",
|
||||
"basic_auth_user": "str",
|
||||
"basic_auth_pass": "password",
|
||||
"enable_tls": "bool",
|
||||
"cert_file": "str",
|
||||
"cert_key": "str",
|
||||
"cmdline_extra_args": "str?"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user