diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-11-09 15:06:33 -0600 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-11-09 16:02:18 -0600 |
commit | 64322b19d6968195a6dc7c82e7e22126072377f5 (patch) | |
tree | 39c2e45a8edee504d7e470d94f7395041e183add /interface-definitions/service-monitoring-telegraf.xml.in | |
parent | 1f4e9bc3860e4829fe35ecfcbf32d9d4eb00f777 (diff) | |
download | vyos-1x-64322b19d6968195a6dc7c82e7e22126072377f5.tar.gz vyos-1x-64322b19d6968195a6dc7c82e7e22126072377f5.zip |
T5727: Use native URL validator instead of regex-based validator
Replace regex-based URL validator with native validator from vyos-utils.
Also, move `include/url.xml.i` to `include/url-http-https.xml.i` to
reflect the fact that it is used only for HTTP(S) URLs.
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> |