diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-01 13:10:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 13:10:08 +0100 |
commit | 5b7f7944eb06f2461e5bc95c8171160b8767291d (patch) | |
tree | 093a622d3840b186ac279437732300a735761ff9 /interface-definitions/service-monitoring-telegraf.xml.in | |
parent | 12e03feaed0b0f847fceec73597c608703228c44 (diff) | |
parent | 3e7575594016c28084cc6c89b0c483f78e5a7b4a (diff) | |
download | vyos-1x-5b7f7944eb06f2461e5bc95c8171160b8767291d.tar.gz vyos-1x-5b7f7944eb06f2461e5bc95c8171160b8767291d.zip |
Merge pull request #2557 from vyos/mergify/bp/sagitta/pr-2467
T5727: Use native URL validator instead of regex-based validator (backport #2467)
Diffstat (limited to 'interface-definitions/service-monitoring-telegraf.xml.in')
-rw-r--r-- | interface-definitions/service-monitoring-telegraf.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/service-monitoring-telegraf.xml.in b/interface-definitions/service-monitoring-telegraf.xml.in index ae0bae900..4d694114a 100644 --- a/interface-definitions/service-monitoring-telegraf.xml.in +++ b/interface-definitions/service-monitoring-telegraf.xml.in @@ -53,7 +53,7 @@ </properties> <defaultValue>main</defaultValue> </leafNode> - #include <include/url.xml.i> + #include <include/url-http-https.xml.i> #include <include/port-number.xml.i> <leafNode name="port"> <defaultValue>8086</defaultValue> @@ -145,7 +145,7 @@ <constraintErrorMessage>Table is limited to alphanumerical characters and can contain hyphen and underscores</constraintErrorMessage> </properties> </leafNode> - #include <include/url.xml.i> + #include <include/url-http-https.xml.i> </children> </node> <leafNode name="source"> @@ -271,7 +271,7 @@ </leafNode> </children> </node> - #include <include/url.xml.i> + #include <include/url-http-https.xml.i> </children> </node> #include <include/interface/vrf.xml.i> |