[mod] network
This commit is contained in:
parent
774ab51988
commit
7c0b1aa05c
2 changed files with 9 additions and 8 deletions
|
@ -44,7 +44,7 @@
|
|||
<g id="clust11" class="cluster" data-name="cluster_f">
|
||||
|
||||
<polygon fill="#ffdead" stroke="black" points="1491.17,-1106 1491.17,-1272 2216.59,-1272 2216.59,-1106 1491.17,-1106" style=""/>
|
||||
<text text-anchor="middle" x="1853.88" y="-1241" font-family="Arial" font-size="30.00" style="">odroid-n2</text>
|
||||
<text text-anchor="middle" x="1853.88" y="-1241" font-family="Arial" font-size="30.00" style="">odroid-n2 (kodi)</text>
|
||||
</g>
|
||||
<g id="clust13" class="cluster" data-name="cluster_g">
|
||||
|
||||
|
@ -558,7 +558,7 @@
|
|||
<!-- odroid_n2_1 -->
|
||||
<g id="node44" class="node" pointer-events="visible" data-name="odroid_n2_1">
|
||||
|
||||
<g id="a_node44"><a xlink:href="https://odroid-n2:9443" xlink:title="portainer" target="saffron" style="">
|
||||
<g id="a_node44"><a xlink:href="http://odroid-n2:9000" xlink:title="portainer" target="saffron" style="">
|
||||
<polygon fill="yellow" stroke="black" points="2139.76,-1128.54 2139.76,-1143.46 2118.67,-1154 2088.85,-1154 2067.76,-1143.46 2067.76,-1128.54 2088.85,-1118 2118.67,-1118 2139.76,-1128.54" style=""/>
|
||||
<polygon fill="none" stroke="black" points="2143.76,-1126.07 2143.76,-1145.93 2119.61,-1158 2087.9,-1158 2063.76,-1145.93 2063.76,-1126.07 2087.9,-1114 2119.61,-1114 2143.76,-1126.07" style=""/>
|
||||
<text text-anchor="middle" x="2103.76" y="-1131.8" font-family="Arial" font-size="14.00" style="">p</text>
|
||||
|
@ -589,9 +589,9 @@
|
|||
<!-- g3 -->
|
||||
<g id="node48" class="node" pointer-events="visible" data-name="g3">
|
||||
|
||||
<g id="a_node48"><a xlink:href="http://n2-plus.local:19999" xlink:title="netdata" target="saffron" style="">
|
||||
<g id="a_node48"><a xlink:href="http://n2-plus.local:9925" xlink:title="recipes" target="saffron" style="">
|
||||
<polygon fill="white" stroke="black" points="1751.76,-282 1607.76,-282 1607.76,-246 1751.76,-246 1751.76,-282" style=""/>
|
||||
<text text-anchor="middle" x="1679.76" y="-259.8" font-family="Arial" font-size="14.00" style="">spare</text>
|
||||
<text text-anchor="middle" x="1679.76" y="-259.8" font-family="Arial" font-size="14.00" style="">mealie:9925</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
@ -112,7 +112,7 @@ digraph saffron {
|
|||
|
||||
}
|
||||
subgraph cluster_f {
|
||||
label = "odroid-n2";
|
||||
label = "odroid-n2 (kodi)";
|
||||
rankdir="TB"
|
||||
|
||||
bgcolor = "#FFDEAD";
|
||||
|
@ -122,7 +122,7 @@ digraph saffron {
|
|||
f2 [label = "beszel-agent";href = "http://fins.local:8090/system/fins";tooltip = "Beszel agent";];
|
||||
{rank=max;
|
||||
odroid_n2_1 [label = "p";shape = "doubleoctagon"; width=1;
|
||||
href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
|
||||
href = "http://odroid-n2:9000";tooltip = "portainer"; fillcolor=yellow ;];
|
||||
odroid_n2_2 [label = "b";shape = "doubleoctagon"; width=1;
|
||||
href = "http://fins.local:8090/system/kodi";tooltip = "beszel"; fillcolor=yellow ;];
|
||||
}
|
||||
|
@ -138,10 +138,11 @@ digraph saffron {
|
|||
|
||||
g1 [label = "tvheadend:9981";href = "http://n2-plus.local:9981";tooltip = "tvheadend";];
|
||||
g2 [label = "glance:3050";href = "http://n2-plus.local:3050";tooltip = "glance";];
|
||||
g3 [label = "spare";href = "http://n2-plus.local:19999";tooltip = "netdata";];
|
||||
g3 [label = "mealie:9925";href = "http://n2-plus.local:9925";tooltip = "recipes";];
|
||||
|
||||
g4 [label = "ntopng:3000";href = "http://n2-plus.local:3000";tooltip = "ntop ng";];
|
||||
g5 [label = "code-server:8444";href = "http://n2-plus.local:8444";tooltip = "codeserver";];
|
||||
|
||||
|
||||
{rank=max;
|
||||
n2_plus_1 [label = "p";shape = "doubleoctagon"; width=1;
|
||||
href = "https://n2-plus.local:9443";tooltip = "portainer"; fillcolor=yellow ;];
|
||||
|
|
Loading…
Add table
Reference in a new issue