[07:25:47] FYI, there's an alert for "Puppet CA certificate thanos-query.discovery.wmnet is about to expire" [07:26:28] this is most likely just a leftover from the cfssl migration, so if that's confirmed if can be simply revoked on puppetmaster1001 with "puppet cert clean" [07:26:41] (and the old cert removed from the private repo if it didn't happen so far) [13:51:45] moritzm: ACK, thanks!! [21:12:58] is it for some reason convention, or policy or somesuch that blackbox probes are team=sre? [21:14:21] I was curious about a one that I think I assumed would be labeled as team=data-persistence and went looking. It seems that `team => sre` is the default, and that very few uses override that. Is that on purpose? [21:15:04] err... s/curious about a one that I think/curious about one/g [21:49:27] I dont think it is. You can define any "receiver" and team you want and imho more subteams should do it and assign checks to them. [21:51:19] see "# Team routes" from line 83 ff in modules/alertmanager/templates/alertmanager.yml.erb [21:58:46] Ideally we should send the alerts to their respective teams, it may have `team => sre` as legacy code or something similar.