All Projects → efc2 → Efc2 Agent

efc2 / Efc2 Agent

Licence: other
efc2 agent

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Efc2 Agent

Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+114.71%)
Mutual labels:  monitoring, monitoring-tool
Ward
Server dashboard
Stars: ✭ 1,026 (+654.41%)
Mutual labels:  monitoring, monitoring-tool
Spidermon
Scrapy Extension for monitoring spiders execution.
Stars: ✭ 309 (+127.21%)
Mutual labels:  monitoring, monitoring-tool
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+1577.21%)
Mutual labels:  monitoring, monitoring-tool
Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (+1132.35%)
Mutual labels:  monitoring, monitoring-tool
Electriceye
Continuously monitor your AWS services for configurations that can lead to degradation of confidentiality, integrity or availability. All results will be sent to Security Hub for further aggregation and analysis.
Stars: ✭ 255 (+87.5%)
Mutual labels:  monitoring, monitoring-tool
Chronos
📊 📊 📊 Monitors the health and web traffic of servers, microservices, and containers with real-time data monitoring and receive automated notifications over Slack or email.
Stars: ✭ 347 (+155.15%)
Mutual labels:  monitoring, monitoring-tool
Legend
Legend builds and publishes Grafana dashboards for your services with prefilled metrics and alerts for your services.
Stars: ✭ 149 (+9.56%)
Mutual labels:  monitoring, monitoring-tool
Callmon
CallMon is an experimental system call monitoring tool that works on Windows 10 versions 2004+ using PsAltSystemCallHandlers
Stars: ✭ 83 (-38.97%)
Mutual labels:  monitoring, monitoring-tool
Laravel Api Health
Monitor first and third-party services and get notified when something goes wrong!
Stars: ✭ 65 (-52.21%)
Mutual labels:  monitoring, monitoring-tool
Satellite
Simple and extensible monitoring agent / library for Kubernetes: https://gravitational.com/blog/monitoring_kubernetes_satellite/
Stars: ✭ 183 (+34.56%)
Mutual labels:  monitoring, monitoring-tool
Nload
Real-time network traffic monitor
Stars: ✭ 121 (-11.03%)
Mutual labels:  monitoring, monitoring-tool
Scouter Paper
scouter-paper is a web client software for scouter
Stars: ✭ 183 (+34.56%)
Mutual labels:  monitoring, monitoring-tool
Static status
🚦Bash script to generate a static status page.
Stars: ✭ 286 (+110.29%)
Mutual labels:  monitoring, monitoring-tool
Webfunny monitor
webfunny是一款轻量级的前端监控系统,webfunny也是一款前端性能监控系统,无埋点监控前端日志,实时分析前端健康状态。webfunny is a lightweight front-end monitoring system and webfunny is also a front-end performance monitoring system. It monitors front-end logs and analyzes front-end health status in real time.
Stars: ✭ 3,470 (+2451.47%)
Mutual labels:  monitoring, monitoring-tool
Monitoror
Unified monitoring wallboard — Light, ergonomic and reliable monitoring for anything.
Stars: ✭ 3,400 (+2400%)
Mutual labels:  monitoring, monitoring-tool
Procmon Parser
Parser to process monitor file formats
Stars: ✭ 49 (-63.97%)
Mutual labels:  monitoring, monitoring-tool
Openitcockpit
openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
Stars: ✭ 108 (-20.59%)
Mutual labels:  monitoring, monitoring-tool
Ws Monitoring
A simple & lightweight realtime monitoring web UI + server in Node.js
Stars: ✭ 130 (-4.41%)
Mutual labels:  monitoring, monitoring-tool
Sensu Plugin
A framework for writing Sensu plugins & handlers with Ruby.
Stars: ✭ 127 (-6.62%)
Mutual labels:  monitoring

Efc Agent

Build Status Go Report Card codecov

中文版 README

Efc Agent is written in Go for collecting metrics from the system it's running on, or from other services, and sending them to Efc.

Building from source

To build Efc Agent from the source code yourself you need to have a working Go environment with version 1.7+.

$ mkdir -p $GOPATH/src/github.com/efc2
$ cd $GOPATH/src/github.com/efc2
$ git clone https://github.com/efc2/efc2-agent
$ cd efc2-agent
$ make build

Usage

First you need to set a license key, which can be found at https://cloud.efc.one/#/settings.

$ cp efc-agent.conf.example efc-agent.conf
$ vi efc-agent.conf
...
license_key = "*********************"

Run the agent in foreground:

$ ./bin/efc-agent

For more options, see:

$ ./bin/efc-agent --help

Related works

I have been influenced by the following great works:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].