Fix ticket ASCII art alignment, Ceph classification, and cleanup
- Fix all 9 box sections to produce exactly 80-char lines - Add Ceph/OSD keyword detection to _get_issue_type() - Make _get_impact_level() recognize HEALTH_WARN/HEALTH_ERR/DOWN - Remove unused make_box() method - Fix wrong Gitea URL (10.10.10.110 → 10.10.10.63) in README Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -37,7 +37,7 @@ sudo systemctl start hwmon.timer
|
||||
|
||||
### One liner (run as root)
|
||||
```bash
|
||||
curl -o /etc/systemd/system/hwmon.service http://10.10.10.110:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmon.service && curl -o /etc/systemd/system/hwmon.timer http://10.10.10.110:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmon.timer && systemctl daemon-reload && systemctl enable hwmon.timer && systemctl start hwmon.timer
|
||||
curl -o /etc/systemd/system/hwmon.service http://10.10.10.63:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmon.service && curl -o /etc/systemd/system/hwmon.timer http://10.10.10.63:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmon.timer && systemctl daemon-reload && systemctl enable hwmon.timer && systemctl start hwmon.timer
|
||||
```
|
||||
|
||||
## Manual Execution
|
||||
|
||||
Reference in New Issue
Block a user