diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-10 08:04:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 08:04:01 +0100 |
commit | 1fcb8637f864e13c5208bed22f3a065b5d78f596 (patch) | |
tree | 78a6f0a5eb05b838f3111e1e2ae945254673933f /interface-definitions/service-monitoring-telegraf.xml.in | |
parent | 39604f33a474351c0a2dc5fa683c16a150285612 (diff) | |
parent | 64322b19d6968195a6dc7c82e7e22126072377f5 (diff) | |
download | vyos-1x-1fcb8637f864e13c5208bed22f3a065b5d78f596.tar.gz vyos-1x-1fcb8637f864e13c5208bed22f3a065b5d78f596.zip |
Merge pull request #2467 from indrajitr/validation-fix
T5727: Use native URL validator instead of regex-based validator
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> |