Skip to content

A python script that uses uptime-kuma-api to import checks from a txt file into a uptime-kuma instance

License

Notifications You must be signed in to change notification settings

styliteag/uptime-kuma-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync a Text file to uptime-kuma to create checks in bulk It is possible to check for timeouts, keywords, and status codes

There is also a check_mk plugin that can be used to monitor the uptime-kuma checks at https://github.com/styliteag/uptime-kuma-checkmk-plugin

# Prequisites:
apt install python-dotenv
apt install python3-pip
pip install uptime-kuma-api --break-system-packages



./sync_text2kuma.py -f example.txt -c example.ini -u

# Sync text to kuma 
./sync_text2kuma.py -f data/stylite_urls.txt -c data/stylite.ini -u
./sync_text2kuma.py -f data/sigma_urls.txt -c data/sigma.ini -u

hen

About

A python script that uses uptime-kuma-api to import checks from a txt file into a uptime-kuma instance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages