Functions | |
| def | index () |
| def | health () |
| def | main () |
Variables | |
| _HERE = os.path.dirname(os.path.abspath(__file__)) | |
| app | |
hardware_monitor_web.py
Standalone Flask app for the hardware monitor web UI.
Can also be imported to attach routes to an existing app.
Usage:
python hardware_monitor_web.py [--port 8889] [--host 0.0.0.0]
| def hardware_monitor_web.health | ( | ) |
| def hardware_monitor_web.index | ( | ) |
| def hardware_monitor_web.main | ( | ) |
|
private |