summaryrefslogtreecommitdiffstats
path: root/modules/tick/files
Commit message (Collapse)AuthorAgeFilesLines
* read the end timestamp from the filesystemJesse Luehrs2024-03-031-1/+1
| | | | | the end timestamp doesn't end up in the backup since it is created after the backup ends
* improve rclone metrics a bitJesse Luehrs2024-03-032-10/+14
|
* switch from yaourt to yayJesse Luehrs2022-08-301-1/+1
|
* stop using so many backblaze api callsJesse Luehrs2021-12-271-5/+8
|
* monitor the mail.tozt.net cert tooJesse Luehrs2021-07-071-8/+14
|
* stop running an influxdb serverJesse Luehrs2021-07-011-8/+0
|
* fix time since calculations for borgJesse Luehrs2021-03-291-1/+3
| | | | | borg reports times in the local time zone, but doesn't indicate that, so we need to tell ruby the right thing
* more accurate rclone measurementsJesse Luehrs2021-03-281-5/+8
| | | | | actually track the full amount of space used on the underlying b2 repo rather than the size of the current data set
* monitoring for rcloneJesse Luehrs2021-03-272-0/+25
|
* use sudo for borgmaticJesse Luehrs2021-03-272-1/+4
|
* add monitoring for borgJesse Luehrs2021-03-272-0/+24
|
* more things to removeJesse Luehrs2021-03-265-119/+0
|
* start on some changes for influxdb 2.0Jesse Luehrs2021-02-281-2/+0
| | | | | | remove chronograf, move to token auth instead of http basic auth need to remove kapacitor too, but have to port the alerts first
* make the cron wrapper use godwrapJesse Luehrs2020-07-111-0/+4
|
* also reduce the interval of certbot telegraf checksJesse Luehrs2020-07-101-0/+2
| | | | | | | certbot is pretty fast, so it's not super relevant, but this makes it easier to interpret runtime metrics because telegraf's internal metrics aggregate across all plugins of a given input type, and all of the rest of the exec plugins have a 5 minute interval
* also run pacman plugin less frequentlyJesse Luehrs2020-07-101-0/+2
| | | | it's also a bit slow
* make the tarsnap and duplicati checks less frequentJesse Luehrs2020-07-062-1/+4
|
* add fail2ban telegraf pluginJesse Luehrs2020-07-051-0/+3
|
* add certbot telegraf pluginJesse Luehrs2020-07-054-0/+23
|
* add tarsnap metricsJesse Luehrs2020-07-053-0/+71
|
* add telegraf plugin for duplicatiJesse Luehrs2020-07-052-0/+45
|
* add missing fileJesse Luehrs2020-07-051-0/+3
|
* add input plugin for pacman updatesJesse Luehrs2020-07-052-0/+7
|
* add tick stack stuffJesse Luehrs2020-07-042-0/+10