This agent collects server metrics from the monitored host and send it to the fivenines API.
wget -q -N https://raw.githubusercontent.com/Five-Nines-io/five_nines_agent/main/fivenines_setup.sh && sudo bash fivenines_setup.sh TOKEN
wget -q -N https://raw.githubusercontent.com/Five-Nines-io/five_nines_agent/main/fivenines_update.sh && sudo bash fivenines_update.sh
After a distribution upgrade, the agent may not start because of a known pipx issue.
To fix it, you can reinstall packages managed by pipx:
sudo su - fivenines -s /bin/bash -c 'python3 -m pipx reinstall-all'
Feel free to open a PR/issues if you encounter any bug or want to contribute.
You can shoot me an email at: sebastien@fivenines.io