diff --git a/README.md b/README.md index 90172dc..732c665 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# zabbixlTokenUpdater +# zabbixTokenUpdater An ugly simple script that updates the API bearer token for HTTP Agent checks + +# Reqs +* requests +* json +* logging +* pyzabbix + + +# Notes. +I know there are many other ways to script this prettier, I am just lazy.