mirror of
https://github.com/netdata/netdata.git
synced 2025-04-09 23:57:55 +00:00
meta: align left metrics, alerts, and config options (#15749)
This commit is contained in:
parent
ca1b3eebb2
commit
9de8a394d6
3 changed files with 6 additions and 6 deletions
integrations/templates
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
The following alerts are available:
|
The following alerts are available:
|
||||||
|
|
||||||
| Alert name | On metric | Description |
|
| Alert name | On metric | Description |
|
||||||
|:------------:|:---------:|:-----------:|
|
|:------------|:----------|:------------|
|
||||||
[% for alert in entry.alerts %]
|
[% for alert in entry.alerts %]
|
||||||
| [ [[ alert.name ]] ]([[ alert.link ]]) | [[ alert.metric ]] | [[ alert.info ]] |
|
| [ [[ alert.name ]] ]([[ alert.link ]]) | [[ alert.metric ]] | [[ alert.info ]] |
|
||||||
[% endfor %]
|
[% endfor %]
|
||||||
|
|
|
@ -18,8 +18,8 @@ The scope defines the instance that the metric belongs to. An instance is unique
|
||||||
[% if scope.labels %]
|
[% if scope.labels %]
|
||||||
Labels:
|
Labels:
|
||||||
|
|
||||||
| Label | Description |
|
| Label | Description |
|
||||||
|:-----------:|:----------------:|
|
|:-----------|:----------------|
|
||||||
[% for label in scope.labels %]
|
[% for label in scope.labels %]
|
||||||
| [[ label.name ]] | [[ label.description ]] |
|
| [[ label.name ]] | [[ label.description ]] |
|
||||||
[% endfor %]
|
[% endfor %]
|
||||||
|
@ -31,7 +31,7 @@ Metrics:
|
||||||
|
|
||||||
| Metric | Dimensions | Unit |[% for a in entry.metrics.availability %] [[ a ]] |[% endfor %]
|
| Metric | Dimensions | Unit |[% for a in entry.metrics.availability %] [[ a ]] |[% endfor %]
|
||||||
|
|
||||||
|:------:|:----------:|:----:|[% for a in entry.metrics.availability %]:---:|[% endfor %]
|
|:------|:----------|:----|[% for a in entry.metrics.availability %]:---:|[% endfor %]
|
||||||
|
|
||||||
[% for metric in scope.metrics %]
|
[% for metric in scope.metrics %]
|
||||||
| [[ metric.name ]] | [% for d in metric.dimensions %][[ d.name ]][% if not loop.last %], [% endif %][% endfor %] | [[ metric.unit ]] |[% for a in entry.metrics.availability %] [% if not metric.availability|length or a in metric.availability %]•[% else %] [% endif %] |[% endfor %]
|
| [[ metric.name ]] | [% for d in metric.dimensions %][[ d.name ]][% if not loop.last %], [% endif %][% endfor %] | [[ metric.unit ]] |[% for a in entry.metrics.availability %] [% if not metric.availability|length or a in metric.availability %]•[% else %] [% endif %] |[% endfor %]
|
||||||
|
|
|
@ -63,7 +63,7 @@ There is no configuration file.
|
||||||
{% details summary="[[ entry.setup.configuration.options.folding.title ]]" %}
|
{% details summary="[[ entry.setup.configuration.options.folding.title ]]" %}
|
||||||
[% endif %]
|
[% endif %]
|
||||||
| Name | Description | Default | Required |
|
| Name | Description | Default | Required |
|
||||||
|:----:|:-----------:|:-------:|:--------:|
|
|:----|:-----------|:-------|:--------:|
|
||||||
[% for item in entry.setup.configuration.options.list %]
|
[% for item in entry.setup.configuration.options.list %]
|
||||||
| [[ item.name ]] | [[ item.description ]] | [[ item.default ]] | [[ item.required ]] |
|
| [[ item.name ]] | [[ item.description ]] | [[ item.default ]] | [[ item.required ]] |
|
||||||
[% endfor %]
|
[% endfor %]
|
||||||
|
|
Loading…
Add table
Reference in a new issue