Skip to content
Snippets Groups Projects
Commit 1db32541 authored by Jan David Mol's avatar Jan David Mol
Browse files

Resolve L2SS-2313 "Ping devices"

parent b18f8398
Branches
Tags
1 merge request!1102Resolve L2SS-2313 "Ping devices"
...@@ -82,11 +82,11 @@ targets: ...@@ -82,11 +82,11 @@ targets:
name: "[[ $name ]]" name: "[[ $name ]]"
[[ end ]] [[ end ]]
{{range services}}{{ if and (in .Tags "snmp-scrape") (.Name | contains "sidecar" | not) }} {{range services}}{{ if and (in .Tags "snmp-scrape") (.Name | contains "sidecar" | not) }}{{range service .Name }}
- "{{ .Address }}": - "{{ .Address }}":
type: "snmp" type: "snmp"
name: "{{ .Name }}" name: "{{ .Name }}"
{{ end }}{{ end }} {{ end }}{{ end }}{{ end }}
EOF EOF
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment