Spectate Agent (spectated
) is a service that allows you to monitor infrastructure using Spectate. This repository contains its source code.
Run the install-latest.sh script from the root of this repository:
chmod +x install-latest.sh
./install-latest.sh
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
This project is licensed under the Apache License 2.0 - see the LICENSE file for details