package
3.14.0+incompatible
Repository: https://github.com/cepave/open-falcon-backend.git
Documentation: pkg.go.dev

# README

falcon-agent

This is a linux monitor agent. Just like zabbix-agent and tcollector.

Installation

It is a golang classic project

# set $GOPATH and $GOROOT
mkdir -p $GOPATH/src/github.com/cepave
cd $GOPATH/src/github.com/cepave
git clone https://github.com/cepave/agent.git
cd agent
go get ./...
./control build
./control start

# goto http://localhost:1988

I use linux-dash as the page theme.

Configuration

  • heartbeat: heartbeat server rpc address
  • transfer: transfer rpc address
  • ignore: the metrics should ignore

Deployment

http://ulricqin.com/project/ops-updater/

# Packages

No description provided by the author