Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 919 Bytes

File metadata and controls

33 lines (24 loc) · 919 Bytes

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