mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
update wiki pages
parent
a402df1c95
commit
89341af723
@ -258,6 +258,7 @@ Please, refer to monitoring section of each component for details on how to scra
|
||||
`vm_license_expires_in_seconds` is the amount of seconds until the license expires.
|
||||
|
||||
Example alerts for [vmalert](https://docs.victoriametrics.com/vmalert.html):
|
||||
{% raw %}
|
||||
```yaml
|
||||
groups:
|
||||
- name: vm-license
|
||||
@ -281,3 +282,4 @@ groups:
|
||||
description: "{{ $labels.instance }} of job {{ $labels.job }} license expires in {{ $value | humanizeDuration }}.
|
||||
Please make sure to update the license before it expires."
|
||||
```
|
||||
{% endraw %}
|
||||
|
@ -58,6 +58,7 @@ Install the Helm chart in a custom namespace
|
||||
</div>
|
||||
1. Create a YAML file of Helm values called dbaas.yaml with following content
|
||||
<div class="with-copy" markdown="1">
|
||||
|
||||
```yaml
|
||||
externalVM:
|
||||
read:
|
||||
|
@ -206,6 +206,7 @@ vm_license_expires_in_seconds 4.886608e+06
|
||||
```
|
||||
|
||||
Example alerts for [vmalert](https://docs.victoriametrics.com/vmalert.html):
|
||||
{% raw %}
|
||||
```yaml
|
||||
groups:
|
||||
- name: vm-license
|
||||
@ -229,3 +230,4 @@ groups:
|
||||
description: "{{ $labels.instance }} of job {{ $labels.job }} license expires in {{ $value | humanizeDuration }}.
|
||||
Please make sure to update the license before it expires."
|
||||
```
|
||||
{% endraw %}
|
||||
|
Loading…
Reference in New Issue
Block a user