feat: amanita external probe (timer + vx-only key)
This commit is contained in:
parent
7691ac3065
commit
d27c7254af
6 changed files with 416 additions and 0 deletions
16
configs/systemd/user/koopa-amanita-probe.service
Normal file
16
configs/systemd/user/koopa-amanita-probe.service
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=External amanita freeze probe (ICMP+SSH last-alive)
|
||||
Documentation=file:%h/src/koopa/koopa-admin-log/scripts/amanita-probe/README.md
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/.local/bin/koopa-amanita-probe once
|
||||
# Probe outcomes are data in the log; never fail the timer
|
||||
SuccessExitStatus=0 1
|
||||
Nice=10
|
||||
IOSchedulingClass=best-effort
|
||||
IOSchedulingPriority=6
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue