Skip to content
/ agent Public

Spectated: Host agent for Spectate's infrastructure monitoring

License

Notifications You must be signed in to change notification settings

spectate/agent

Repository files navigation

Spectate Agent

Spectate Agent (spectated) is a service that allows you to monitor infrastructure using Spectate. This repository contains its source code.

License: Apache License 2.0

Installation

Run the install-latest.sh script from the root of this repository:

chmod +x install-latest.sh
./install-latest.sh

Usage

For *nix systems, run the following command:

sudo systemctl start spectated
# to stop the service, run:
sudo systemctl stop spectated

For MacOS, run the following command:

launchctl load -w ~/Library/LaunchAgents/spectated.plist
# to stop the service, run:
launchctl unload -w ~/Library/LaunchAgents/spectated.plist

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details