[mod] network
This commit is contained in:
parent
774ab51988
commit
7c0b1aa05c
2 changed files with 9 additions and 8 deletions
|
|
@ -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
Add a link
Reference in a new issue