Getting started
Speculare Client 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 Speculare Server.
Setup
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.
You can also build it once for your platform (ie: Linux-x86) and then send the binary to each of your servers.
Install dependencies
Speculare Client is a Rust project that rely on very few dependencies. But some of them are still required for https communication.
Build the binary
You can build the binary using:
The resulting binary will be located in ./target/release/speculare-client
.
Configuration files
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.
Install as a service
Here is a sample speculare-client.service
for systemd:
Last updated