fix(headscale): prometheus rule
This commit is contained in:
parent
18c48bc8c7
commit
528b12f19a
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name: headscale
|
|||
description: An open source, self-hosted implementation of the Tailscale control server.
|
||||
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg
|
||||
type: application
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
# renovate: image=docker.io/headscale/headscale
|
||||
appVersion: "0.22.3"
|
||||
maintainers:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= headscale
|
||||
|
||||
image::https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square[Version: 0.3.1]
|
||||
image::https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square[Version: 0.3.2]
|
||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||
image::https://img.shields.io/badge/AppVersion-0.22.3-informational?style=flat-square[AppVersion: 0.22.3]
|
||||
== Maintainers
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
severity: "{{ $key }}"
|
||||
{{`
|
||||
annotations:
|
||||
summary: "{{ $labels.machine }} of {{ $labels.user }} is offline for {{ parseDuration $value }}"
|
||||
summary: "{{ $labels.machine }} of {{ $labels.user }} is offline for {{ humanizeDuration $value }}"
|
||||
`}}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue