Metadata-Version: 2.1
Name: fivenines_agent
Version: 0.0.1
Summary: 
License: WTFPL
Author: Sébastien Puyet
Author-email: sebastien@fivenines.io
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: psutil (>=5.9.8,<6.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: systemd-watchdog (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# fivenines agent

This agent collects server metrics from the monitored host and send it to the [fivenines](https://fivenines.io) API.

## Setup

```bash
wget -q -N https://raw.githubusercontent.com/Five-Nines-io/five_nines_agent/develop/fivenines_setup.sh && sudo bash fivenines_setup.sh TOKEN
```

## Update

```bash
wget -q -N https://raw.githubusercontent.com/Five-Nines-io/five_nines_agent/develop/fivenines_update.sh && sudo bash fivenines_update.sh
```

## Contribute

Feel free to open a PR/issues if you encounter any bug or want to contribute.

## Contact

You can shoot me an email at: [sebastien@fivenines.io](mailto:sebastien@fivenines.io)

