summaryrefslogtreecommitdiffstats
path: root/modules/tick
Commit message (Collapse)AuthorAgeFilesLines
* fix typoJesse Luehrs2024-03-031-1/+1
|
* 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
|
* remove more traces of influxdbJesse Luehrs2021-07-031-2/+0
|
* use prometheus protocol v2Jesse Luehrs2021-07-031-0/+1
| | | | some metrics aren't reported properly otherwise
* use a longer expiration intervalJesse Luehrs2021-07-031-0/+1
| | | | a bunch of my telegraf plugins only report data every 5 minutes
* try out prometheusJesse Luehrs2021-07-011-5/+2
|
* stop running an influxdb serverJesse Luehrs2021-07-013-41/+0
|
* more puppet depsJesse Luehrs2021-07-011-3/+6
|
* 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-273-0/+40
|
* use sudo for borgmaticJesse Luehrs2021-03-273-1/+7
|
* add monitoring for borgJesse Luehrs2021-03-274-0/+40
|
* more things to removeJesse Luehrs2021-03-268-153/+0
|
* also remove kapacitorJesse Luehrs2021-03-014-72/+0
|
* actually fix secrets useJesse Luehrs2021-02-281-0/+2
|
* fix one more referenceJesse Luehrs2021-02-281-3/+0
|
* start on some changes for influxdb 2.0Jesse Luehrs2021-02-284-29/+4
| | | | | | 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-113-0/+12
|
* also reload kapacitor when removing scriptsJesse Luehrs2020-07-111-1/+2
|
* 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
* apparently fail2ban doesn't have a timeout fieldJesse Luehrs2020-07-101-1/+0
|
* and also make fail2ban and smart less frequentJesse Luehrs2020-07-102-0/+4
|
* also run pacman plugin less frequentlyJesse Luehrs2020-07-101-0/+2
| | | | it's also a bit slow
* add telegraf metricsJesse Luehrs2020-07-101-0/+1
|
* fully manage more directoriesJesse Luehrs2020-07-062-0/+6
|
* make the tarsnap and duplicati checks less frequentJesse Luehrs2020-07-062-1/+4
|
* add fail2ban telegraf pluginJesse Luehrs2020-07-052-0/+15
|
* add certbot telegraf pluginJesse Luehrs2020-07-055-0/+49
|
* add tarsnap metricsJesse Luehrs2020-07-054-0/+89
|
* add telegraf plugin for duplicatiJesse Luehrs2020-07-054-1/+66
|
* add missing fileJesse Luehrs2020-07-051-0/+3
|
* add smart monitoring for telegrafJesse Luehrs2020-07-051-0/+13
|
* add input plugin for pacman updatesJesse Luehrs2020-07-055-0/+27
|
* allow defining kapacitor alertsJesse Luehrs2020-07-052-0/+13
|
* configure to address for kapacitor emailsJesse Luehrs2020-07-052-0/+2
|
* don't globally configure kapacitor deadmanJesse Luehrs2020-07-051-6/+0
|
* add some network monitoring tooJesse Luehrs2020-07-051-0/+6
|
* factor common plugins out into a shared moduleJesse Luehrs2020-07-041-0/+25
|
* add tick stack stuffJesse Luehrs2020-07-0411-0/+177