All Projects → GitHamburg → agent-mac

GitHamburg / agent-mac

Licence: Apache-2.0 License
falcon-agent for mac

Programming Languages

go
31211 projects - #10 most used programming language
CSS
56736 projects
c
50402 projects - #5 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to agent-mac

pre-commit-macadmin
Pre-commit hooks for Mac admins.
Stars: ✭ 43 (+258.33%)
Mutual labels:  mac
govarnam
Easily Type Indian Languages on computer and mobile. GoVarnam is a cross-platform transliteration library. Manglish -> Malayalam, Thanglish -> Tamil, Hinglish -> Hindi plus another 10 languages. GoVarnam is a near-Go port of libvarnam
Stars: ✭ 97 (+708.33%)
Mutual labels:  mac
lhtml
An app for working with local HTML files.
Stars: ✭ 86 (+616.67%)
Mutual labels:  mac
TelegramShillBot
A simple Telegram bot, written in Python, that you can use to shill (i.e. send messages) your token, or whatever, to channels.
Stars: ✭ 42 (+250%)
Mutual labels:  mac
GNU-bash-mac-installer
Downloads and builds a Mac package installer for GNU bash 5
Stars: ✭ 17 (+41.67%)
Mutual labels:  mac
csak
Cartel Swiss Army Knife for Android devices - easy to use toolkit for Android devices
Stars: ✭ 18 (+50%)
Mutual labels:  mac
ngx-ip
An Angular network address component (IPv4, IPv6 and MAC)
Stars: ✭ 20 (+66.67%)
Mutual labels:  mac
crypto.graphics
crypto.graphics
Stars: ✭ 20 (+66.67%)
Mutual labels:  mac
HEIC-to-JPG-right-click-converter
HEIC to JPG converter with one click integration into Mac OS X
Stars: ✭ 19 (+58.33%)
Mutual labels:  mac
hosts
🄯Curated lists of hosts files with various domain blocks.🄯
Stars: ✭ 15 (+25%)
Mutual labels:  mac
sudoers manager
A standalone Python script to help administrators manage their sudoers file.
Stars: ✭ 28 (+133.33%)
Mutual labels:  mac
Geek Blog
基于Vue+Nuxt.js服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 33 (+175%)
Mutual labels:  mac
WebDAVServerSamples
WebDAV, CalDAV & CardDAV server examples in C# and VB based on IT Hit WebDAV Server Engine for .NET
Stars: ✭ 39 (+225%)
Mutual labels:  mac
SwiftAudioPlayer
[WIP] Simple music player for macOS written in Swift
Stars: ✭ 33 (+175%)
Mutual labels:  mac
ProtonClient
An unofficial desktop client for ProtonMail done with electron nativefier
Stars: ✭ 50 (+316.67%)
Mutual labels:  mac
productivity-tips-for-mac
Awesome Productivity Tips for Mac Developers
Stars: ✭ 38 (+216.67%)
Mutual labels:  mac
YellowDot
Hide the macOS yellow recording dot in the corner of your screen
Stars: ✭ 21 (+75%)
Mutual labels:  mac
Sengiri
Sengiri is the screen recording utility. It can easily create GIF movie.
Stars: ✭ 23 (+91.67%)
Mutual labels:  mac
yout
🔥 YouTube playlist player for desktop. Free, no YouTube ads, floating window. Available for Linux, Mac and Windows.
Stars: ✭ 82 (+583.33%)
Mutual labels:  mac
macOS-Tips
macOS 系统的使用技巧介绍、常用软件推荐、效率工具推荐。
Stars: ✭ 23 (+91.67%)
Mutual labels:  mac

falcon-agent for mac

This is a mac monitor agent. Just like zabbix-agent and tcollector.

Breaking Changes! golang 1.8 is required

  • golang 1.8 is required to build.
  • support IOCountersStat in macOs.
  • fully support Disk IO Stats in macOs.

Installation

It is a golang classic project

# 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/common.git
cd ..
#https://github.com/toolkits
#toolkits放入$GOPATH/src/github.com目录(https://github.com/GitHamburg/agent-mac/blob/master/resources/toolkits.tar)

#set agent-mac
#把agent-mac放在非gopath路径下,否则会报:local import "./cron" in non-local package异常
git clone https://github.com/GitHamburg/agent-mac.git
cd agent-mac
./control build
#注意在cfg.json中的hostname/ip,设置本机ip地址;在addr处,加入服务端ip地址
./falcon-agent start -c cfg.json

# goto http://localhost:1988

I use 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/

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].