update wiki pages

Vika 2023-10-09 14:57:47 +00:00
parent a402df1c95
commit 89341af723
3 changed files with 5 additions and 0 deletions

@ -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 %}