Update README.md

This commit is contained in:
Tavo Arguedas
2021-02-12 09:10:05 -06:00
committed by GitHub
parent a88d9ed56d
commit e82884c939

View File

@ -1,2 +1,12 @@
# zabbixlTokenUpdater # zabbixTokenUpdater
An ugly simple script that updates the API bearer token for HTTP Agent checks 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.