aboutsummaryrefslogtreecommitdiffstats
path: root/check-routeros-update.rsc
AgeCommit message (Expand)AuthorFilesLines
2023-09-13check-routeros-update: do not match the channel on neighbor update...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. Gravatar Christian Hesse1-1/+1
2023-08-31check-routeros-update: show neighbor's identity in message and notificationGravatar Christian Hesse1-9/+13
2023-08-31check-routeros-update: support update from specific neighbor(s)...... by matching the identity property. change-105Gravatar Christian Hesse1-1/+3
2023-07-15check-routeros-update: also match platform for neighborsGravatar Christian Hesse1-1/+1
2023-07-13check-routeros-update: match version with date suffix...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> Gravatar Ben Harris1-1/+2
2023-06-22packages-update: rename scheduler to match function nameGravatar Christian Hesse1-1/+1
2023-04-19check-routeros-update: add version in notification subjectGravatar Christian Hesse1-6/+6
2023-03-07rename scripts and add file extension ".rsc"...No functional change for the user... The migration is done automatically. change-95Gravatar Christian Hesse1-0/+147