Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7cc5cdc9
Commit
7cc5cdc9
authored
Oct 17, 2014
by
Gary Wong
Browse files
Update a couple of incorrect schema references.
parent
8ebc6d4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/mondbd.in
View file @
7cc5cdc9
...
...
@@ -157,7 +157,7 @@ sub AddInterfaces($$$) {
$packets
=
$speed
/
80
;
emdbi::
DBQueryWarnN
(
$db
,
"
INSERT INTO ops_interface SET
"
.
"
\$
schema='http://www.gpolab.bbn.com/monitoring/schema/20140828/
port
#',
"
.
"
\$
schema='http://www.gpolab.bbn.com/monitoring/schema/20140828/
interface
#',
"
.
"
id='
${DOMAIN}
_interface_
$n
:
$i
',
"
.
"
selfRef='
$URL
/info/interface/
${DOMAIN}
_interface_
$n
:
$i
',
"
.
"
urn='urn:publicid:IDN+
$DOMAIN
+interface+
$n
:
$i
',
"
.
...
...
@@ -211,7 +211,7 @@ sub AddInterfaceVlan($$$$$) {
# FIXME would be nice to give interface_href, but in general we don't know
emdbi::
DBQueryWarnN
(
$db
,
"
REPLACE INTO ops_interfacevlan SET
"
.
"
\$
schema='http://www.gpolab.bbn.com/monitoring/schema/20140828/
port-
vlan#',
"
.
"
\$
schema='http://www.gpolab.bbn.com/monitoring/schema/20140828/
interface
vlan#',
"
.
"
id='
${idomain}
_interface_
${iface}
:
${tag}
',
"
.
"
selfRef='
$url
',
"
.
"
urn='urn:publicid:IDN+
$idomain
+interfacevlan+
$iface
:
$tag
',
"
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment