Skip to content

支持向zabbix和kafka吐监控数据的小米监控agent

License

Notifications You must be signed in to change notification settings

ljw4010/falcon-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/falcon-plus.git
cd falcon-plus/modules/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
  • New Configuration
    • kafka: kafka server info
    • zabbix:zabbix server info

Auto deployment

Just look at https://github.com/open-falcon/ops-updater

About

支持向zabbix和kafka吐监控数据的小米监控agent

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published