idlers-agent/README.md

14 lines
387 B
Markdown
Raw Normal View History

2024-06-03 06:53:15 +02:00
# idlers-agent
2024-06-03 08:42:38 +02:00
Agent for my-idlers
2024-12-09 09:28:35 +01:00
The design is supposed to be minimise dependencies. It doesn't have python
dependencies and should work with python from 3.4 on (so that you can use it on
older OSes without having to upgrade python)
Application dependencies are hdparm, nvme and dmidecode
2024-06-03 08:42:38 +02:00
```
2024-07-07 10:46:42 +02:00
export AGENT_API=<API_KEY> HOST=https://idlers.test2.sysdeploy.org;python3 agent.py
2024-07-05 16:57:34 +02:00
```