Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```