Skip to content

open-falcon-archive/agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 5, 2017
3eb5031 · Mar 5, 2017
Feb 26, 2016
Sep 6, 2016
Sep 12, 2016
Jul 6, 2015
Mar 5, 2017
Dec 22, 2015
May 6, 2015
May 14, 2015
May 14, 2015
May 21, 2015
Feb 22, 2016
Dec 17, 2015
Sep 2, 2016

Repository files navigation

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/open-falcon
cd $GOPATH/src/github.com/open-falcon
git clone https://github.com/open-falcon/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/