Skip to content

freedomkk-qfeng/agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

falcon-agent

This is a windows monitor agent.

Installation

It is a golang classic project

# set $GOPATH and $GOROOT
git clone https://github.com/LeonZYang/agent.git
cd agent
go build -o falcon-agent.exe
C:\workspace\src\github.com\LeonZYang\agent\falcon-agent.exe -c C:\workspace\src\github.com\LeonZYang\agent\cfg.json > C:\workspace\src\github.com\LeonZYang\agent\var\var.log 2>&1

Configuration

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

说明

  • 数据采集用的是gopsutil(修改了部分代码),具体请查看看https://github.com/shirou/gopsutil
  • agent不提供插件、http和缓存功能
  • 目前监控项只有alive,cpu,disk,mem,net,load
  • 编译环境需要go-1.5
  • 网卡名称不支持中文(上报Transfer后数据无法显示,具体原因没细查)

About

Open-falcon agent for windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages