Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frkn-dev/pony
Pony - monitoring agent for xray/wireguard
https://github.com/frkn-dev/pony
Last synced: 29 days ago
JSON representation
Pony - monitoring agent for xray/wireguard
- Host: GitHub
- URL: https://github.com/frkn-dev/pony
- Owner: frkn-dev
- License: gpl-3.0
- Created: 2024-10-10T10:58:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:00:46.000Z (about 2 months ago)
- Last Synced: 2024-10-29T19:03:07.428Z (about 2 months ago)
- Language: Rust
- Size: 6.57 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pony - monitoring agent for Xray/Wiregard
(pony means ponytoring)Collects metrics on lowlevel and sends to Carbon
Works with [carbon-clickhouse](https://github.com/frkn-dev/graphite-clickhouse-tldr) stack
```build
cargo build --release
``````test
cargo test
```Prerequisites - [cross](https://github.com/cross-rs/cross)
```crosscompile
cross build --target x86_64-unknown-linux-gnu
```