Getting started
Last updated
Last updated
is the collector daemon that run on your VMs/servers/... It run constantly on any servers you want to monitor and send the data collected (cpu, ram, disk/net io, ...) to .
As of now Speculare Client does not provide easy setup solution such as a one-line installer (but it's planned). The current recommanded way to install Speculare Client is to build it from source. But don't be afraid, it's easy and straightforwards.
Speculare Client is a Rust project that rely on very few dependencies. But some of them are still required for https communication.
You can build the binary using:
The resulting binary will be located in ./target/release/speculare-client
.
The client binary depends on a Config.toml
file whose path will be passed as arguments to the binary.
You can create your Config.toml
from the Config.example.toml
given in the source code.
Here is a sample speculare-client.service
for systemd: