Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-13 | check-routeros-update: do not match the channel on neighbor update | Christian Hesse | 1 | -1/+1 | |
While this works for stable, it does not for testing: The testing channel can have "testing" in the string for rc releases, but also "development" for beta releases... and possibly more. Instead match on version string only, with word boundary. | |||||
2023-08-31 | check-routeros-update: show neighbor's identity in message and notification | Christian Hesse | 1 | -9/+13 | |
2023-08-31 | check-routeros-update: support update from specific neighbor(s)change-105 | Christian Hesse | 1 | -1/+3 | |
... by matching the identity property. | |||||
2023-07-15 | check-routeros-update: also match platform for neighbors | Christian Hesse | 1 | -1/+1 | |
2023-07-13 | check-routeros-update: match version with date suffix | Ben Harris | 1 | -1/+2 | |
Neighbor version can have a date suffix. This changes to match only on the beginning. Closes: GH-45 Co-authored-by: Christian Hesse <mail@eworm.de> | |||||
2023-06-22 | packages-update: rename scheduler to match function name | Christian Hesse | 1 | -1/+1 | |
2023-04-19 | check-routeros-update: add version in notification subject | Christian Hesse | 1 | -6/+6 | |
2023-03-07 | rename scripts and add file extension ".rsc"change-95 | Christian Hesse | 1 | -0/+147 | |
No functional change for the user... The migration is done automatically. |