Inspector

> Updating Docs
This commit is contained in:
Eugene Amos 2023-12-04 13:25:12 -08:00
parent 27e12420cf
commit cd333fbf7e

View File

@ -86,7 +86,7 @@ Normally to run a Python script will would use `python3 inspector.py`
This will still work but because we have <a href="https://linuxhandbook.com/shebang" target="blank">shebang</a> set in the script we can just use
`./inspector.py`
You should now see `[INFO]` log with the status of the **qbittorrent** container. In the script we set the run time with `interval_seconds = 60` so that the script will check the health of the container every minute.
You should now see `[INFO]` log with the status of the **qbittorrent** container. In the script we set the run time with `interval_seconds = 60`. This setting tells the script to check the health of the container every minute.
## Automation