Files
hassio-repo/telegraf/config.json
2022-01-23 13:21:36 +01:00

49 lines
881 B
JSON
Executable File

{
"name": "Telegraf",
"version": "1.21.2_a",
"slug": "hassio_telegraf",
"description": "An addon to add telegraf to hassio.",
"url": "https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-telegraf.git",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"init": false,
"startup": "services",
"boot": "manual",
"hassio_api": true,
"hassio_role": "default",
"auth_api": true,
"docker_api": true,
"host_network": true,
"host_pid": true,
"apparmor": false,
"map": [
"config:rw",
"ssl:rw",
"addons:rw",
"backup:rw",
"share:rw"
],
"privileged": [
"SYS_ADMIN"
],
"full_access": true,
"options": {
"custom_conf": {
"location": "/share/telegraf.conf"
}
},
"schema": {
"custom_conf": {
"location": "str"
}
},
"ports": {
"9273/tcp": 9273
}
}