Skip to content

RoEdAl/graphite-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWRT packages of Graphite-related projects

Important

The only supported OpenWRT version is 24.10.

Packages

  • go-graphite/go-carbon

  • go-graphite/carbonapi

  • grobian/carbon-c-relay

    Three variants:

    • carbon-c-relay-full
    • carbon-c-relay-nossl
    • carbon-c-relay-tiny
  • grafana/carbon-relay-ng

  • atlassian/gostatsd

  • collectd-statsd

    StatsD server created from CollectD with StatD plugin. For simple scenarios this approach may be more efficient than heavy gostatsd daemon.

  • grafana/grafana

    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
  • influxdata/telegraf

    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

Installation

Download and run installation script

wget -qO - https://roedal.github.io/graphite-feed/graphite-feed.sh | sh

Update package list

$ 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.
⋯

Install required package(s)

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

About

OpenWRT packages of Graphite-related projects

Topics

Resources

License

Stars

Watchers

Forks