Important
The only supported OpenWRT version is 24.10.
-
Three variants:
carbon-c-relay-full
carbon-c-relay-nossl
carbon-c-relay-tiny
-
collectd-statsd
StatsD server created from CollectD with StatD plugin. For simple scenarios this approach may be more efficient than heavy
gostatsd
daemon. -
Package name:
grafana-bin
.Grafana packages are created from the official Standalone Linux Binaries for a limited number of CPU architectures.
Supported CPU architectures
OpenWRT architecture Binaries architecture x86_64
amd64
aarch64_generic
aarch64
aarch64_cortex-a53
aarch64
aarch64_cortex-a72
aarch64
aarch64_cortex-a76
aarch64
arm_cortex-a7
armv7
arm_cortex-a7_neon-vfpv4
armv7
arm_cortex-a8_vfpv3
armv7
arm_cortex-a9
armv7
arm_cortex-a9_neon
armv7
arm_cortex-a9_vfpv3-d16
armv7
arm_cortex-a15_neon-vfpv4
armv7
arm_arm1176jzf-s_vfp
armv6
-
Package name:
telegraf-bin
.Telegraf packages are created from the official Linux Binaries for a limited number of CPU architectures.
Supported CPU architectures
OpenWRT atchitecture Binaries architecture x86_64
amd64
aarch64_generic
arm64
aarch64_cortex-a53
arm64
aarch64_cortex-a72
arm64
aarch64_cortex-a76
arm64
arm_cortex-a7
armhf
arm_cortex-a7_neon-vfpv4
armhf
arm_cortex-a8_vfpv3
armhf
arm_cortex-a9
armhf
arm_cortex-a9_neon
armhf
arm_cortex-a9_vfpv3-d16
armhf
arm_cortex-a15_neon-vfpv4
armhf
arm_arm1176jzf-s_vfp
armel
mipsel_mips32
mipsel
riscv64_riscv64
riscv64
Download and run installation script
wget -qO - https://roedal.github.io/graphite-feed/graphite-feed.sh | sh
$ opkg update
Downloading https://roedal.github.io/graphite-feed/aarch64_generic/graphite/Packages.gz
Updated list of available packages in /var/opkg-lists/graphite
Downloading https://roedal.github.io/graphite-feed/aarch64_generic/graphite/Packages.sig
Signature check passed.
⋯
opkg install go-carbon carbonapi carbon-c-relay-tiny
Important
All services are disabled by default.
To enable specific service change enabled
flag to 1
in relevant configuration file from /etc/config
directory.
uci set go-carbon.main.enabled=1
uci commit
service go-carbon restart