Prepare project for public release
This commit is contained in:
commit
dbc7464b58
21 changed files with 1780 additions and 0 deletions
12
wlc-monitor.timer
Normal file
12
wlc-monitor.timer
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Poll the 9800 WLC every 5 minutes
|
||||
|
||||
[Timer]
|
||||
# Give the network a moment after boot before the first poll, otherwise a
|
||||
# cold start reliably produces a false "controller unreachable".
|
||||
OnBootSec=3min
|
||||
OnUnitActiveSec=5min
|
||||
AccuracySec=30s
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue