文件名称:agento:Clientserver从Linux主机收集近乎实时的指标。 使用influxdb作为后端
文件大小:87KB
文件格式:ZIP
更新时间:2024-02-23 15:37:06
go monitoring influxdb metrics MonitoringGo
代理 客户端/服务器从Linux主机收集接近实时的指标。 使用influxdb作为后端。 开发/调试 Agento DEBUG=* agento runonce MySQL docker run --name agento-mysql -e MYSQL_ROOT_PASSWORD=agento -e MYSQL_USER=agento -e MYSQL_PASSWORD=agento -e MYSQL_DATABASE=mysql -p 3306:3306 -d mariadb:latest [probe.mysqltables] interval = 1 dsn = "agento:agento@tcp(localhost)/mysql" agent = "mysqltables" InfluxDB docker run --name agento-influxdb -p 8086:8086 -e INFLUXDB_DB=agento -e INFLUXDB_ADMIN_USER=agento -e INFLUXDB_ADMIN_PASSWORD=agento -d influ
【文件预览】:
agento-master
----main.go(6KB)
----contrib()
--------build-deb.sh(1KB)
----client()
--------client.go(2KB)
----logger()
--------logger.go(1KB)
----userdb()
--------SingleUser.go(1KB)
--------interfaces.go(1KB)
--------ObjectProxy.go(302B)
----core()
--------Host.go(2KB)
--------RandomString_test.go(232B)
--------Probe.go(2KB)
--------Change.go(1KB)
--------Probe_test.go(736B)
--------Host_test.go(3KB)
--------ProbeStore.go(589B)
--------Store.go(134B)
--------HostStore.go(1KB)
--------RandomString.go(850B)
----timeseries()
--------interfaces.go(91B)
--------Point.go(881B)
--------InfluxDb.go(1KB)
----monitor()
--------Scheduler.go(5KB)
--------ConfigurationStore.go(5KB)
--------MongoStore.go(5KB)
----plugins()
--------Agent.go(2KB)
--------agents()
--------Plugin.go(3KB)
--------Doc.go(2KB)
--------Transport.go(1KB)
--------transports()
--------utilities.go(1KB)
--------Results.go(942B)
----configuration()
--------Configuration.go(6KB)
----README.md(779B)
----api()
--------api.go(5KB)
----.gitignore(21B)
----server()
--------udp_test.go(741B)
--------server.go(4KB)
--------udp.go(3KB)