New supervision

- using fastAPI
- offline/online working
- warning if ZABBIX API is too long
- showing settings
- showing last ack message
- showing procedure
- menu split by SU team
This commit is contained in:
sylvain.chateau
2024-02-05 15:44:27 +01:00
parent f493406b5b
commit f2235d4b45
60 changed files with 10017 additions and 221 deletions

View File

@@ -34,6 +34,10 @@ pip3 install -r requirements.txt
## Usage
Fill the settings.py file with your informations about Zabbix server IP, severity ...
```
cd zabbix_super_vision
uvicorn --host 0.0.0.0 --port 8003 super_server:app
```
### TV Mode
You can use the TV Mode :tv: to remove the menu from the page by adding /tv/ in your URL.