# falcon-agent **Repository Path**: cnperl/falcon-agent ## Basic Information - **Project Name**: falcon-agent - **Description**: This is a linux monitor agent. Just like zabbix-agent and tcollector. - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2014-12-15 - **Last Updated**: 2025-05-18 ## Categories & Tags **Categories**: nms **Tags**: None ## README falcon-agent === This is a linux monitor agent. Just like zabbix-agent and tcollector. ## install It is a golang classic project ```bash 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](https://github.com/afaqurk/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.