文件名称:agent:linux监控代理
文件大小:738KB
文件格式:ZIP
更新时间:2024-04-21 00:38:37
CSS
猎鹰代理 这是一个Linux监视器代理。 就像zabbix-agent和tcollector一样。 安装 这是一个golang经典项目 # 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 我使用作为页面主题。 配置 心跳:心跳服务器rpc地址 转移:转移rpc地址 忽略:指标应忽略 部署方式
【文件预览】:
agent-master
----.gitignore(99B)
----http()
--------push.go(600B)
--------kernel.go(782B)
--------page.go(477B)
--------memory.go(854B)
--------cpu.go(2KB)
--------iostat.go(234B)
--------health.go(315B)
--------http.go(1KB)
--------plugin.go(2KB)
--------admin.go(871B)
--------system.go(1KB)
--------run.go(796B)
--------df.go(1KB)
----control(2KB)
----cron()
--------builtin.go(3KB)
--------ips.go(590B)
--------plugin.go(1KB)
--------reporter.go(888B)
--------collector.go(1KB)
----LICENSE(11KB)
----public()
--------js()
--------css()
--------index.html(15KB)
--------img()
----main.go(779B)
----README.md(659B)
----funcs()
--------sockstat.go(328B)
--------kernel.go(683B)
--------meminfo.go(1KB)
--------netstat.go(1KB)
--------dfstat.go(2KB)
--------funcs.go(1KB)
--------procs.go(847B)
--------agent.go(170B)
--------checker.go(1KB)
--------loadavg.go(387B)
--------snmp.go(428B)
--------portstat.go(678B)
--------du.go(655B)
--------cpustat.go(4KB)
--------ifstat.go(2KB)
--------urlstat.go(1KB)
--------diskstats.go(6KB)
--------common.go(643B)
----g()
--------g.go(149B)
--------rpc.go(1KB)
--------var.go(3KB)
--------transfer.go(1KB)
--------const.go(547B)
--------cfg.go(2KB)
--------tool.go(534B)
----NOTICE(462B)
----plugins()
--------plugins.go(970B)
--------scheduler.go(2KB)
--------reader.go(991B)
----cfg.example.json(1KB)