# agent **Repository Path**: qlijin/agent ## Basic Information - **Project Name**: agent - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README falcon-agent === This is a linux monitor agent. Just like zabbix-agent and tcollector. ## Installation It is a golang classic project ```bash # 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 ``` I use [linux-dash](https://github.com/afaqurk/linux-dash) as the page theme. ## Configuration - heartbeat: heartbeat server rpc address - transfer: transfer rpc address - ignore: the metrics should ignore # Deployment http://ulricqin.com/project/ops-updater/