About
A simple CLI tool for checking the current status of Logz.io components per region.
Built With
- Python 3
- The following packeges (see requirements.txt):
- os
- sys
- requests
- json
Step-by-step Instructions
-
Clone the repo
git clone https://github.com/boofinka/logzio-status-public-cli
-
Navigate to the CLI folder
-
install required packages:
pip3 install requirements.txt
-
Run the script:
python3 statusPageAPI.py
Integration
If you wish to integrate the tool into your existing code instead of using it as a CLI, I've included a version of the code that ommits the menu; use the region_dict
to select the region you wish to check.