Important
The only supported OpenWRT version is 24.10.
-
Three variants:
carbon-c-relay-fullcarbon-c-relay-nosslcarbon-c-relay-tiny
-
collectd-statsdStatsD server created from CollectD with StatD plugin. For simple scenarios this approach may be more efficient than heavy
gostatsddaemon. -
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_64amd64aarch64_genericaarch64aarch64_cortex-a53aarch64aarch64_cortex-a72aarch64aarch64_cortex-a76aarch64arm_cortex-a7armv7arm_cortex-a7_neon-vfpv4armv7arm_cortex-a8_vfpv3armv7arm_cortex-a9armv7arm_cortex-a9_neonarmv7arm_cortex-a9_vfpv3-d16armv7arm_cortex-a15_neon-vfpv4armv7arm_arm1176jzf-s_vfparmv6 -
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_64amd64aarch64_genericarm64aarch64_cortex-a53arm64aarch64_cortex-a72arm64aarch64_cortex-a76arm64arm_cortex-a7armhfarm_cortex-a7_neon-vfpv4armhfarm_cortex-a8_vfpv3armhfarm_cortex-a9armhfarm_cortex-a9_neonarmhfarm_cortex-a9_vfpv3-d16armhfarm_cortex-a15_neon-vfpv4armhfarm_arm1176jzf-s_vfparmelmipsel_mips32mipselriscv64_riscv64riscv64
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-tinyImportant
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