Skip to content

djbdjb00djb/agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

falcon-agent

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

install

It is a golang classic project

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 ./...
go build
./control start

# goto http://localhost:1988

I use linux-dash as the page theme.

config

plugin/heartbeat/transfer config is for our other open-falcon component. Just ignore it before we open source those component.

About

linux monitor agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.8%
  • Go 38.0%
  • JavaScript 7.2%
  • Shell 1.0%