[add] glance
This commit is contained in:
parent
8a0031a346
commit
501449d9b0
6 changed files with 131 additions and 9 deletions
|
|
@ -77,19 +77,26 @@ digraph saffron {
|
|||
}
|
||||
subgraph cluster_f {
|
||||
label = "odroid-n2";
|
||||
rankdir=TB
|
||||
rankdir="TB"
|
||||
|
||||
bgcolor = "#FFDEAD";
|
||||
f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";];
|
||||
f2 [label = "beszel-agent";href = "http://fins.local:8090/system/odroid-n2";tooltip = "Beszel agent";];
|
||||
rank=max;
|
||||
x1 [label = "p";shape = "oval"; width=1;
|
||||
href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
|
||||
x2 [label = "b";shape = "oval"; width=1;
|
||||
href = "http://fins.local:8090/system/odroid-n2";tooltip = "beszel"; fillcolor=yellow ;];
|
||||
{rank="max";x1 x2}
|
||||
|
||||
x1 [label = "p";shape = "oval"; area=0.1 href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
|
||||
x2 [label = "n";shape = "oval";href = "http://odroid-n2:19999";tooltip = "netdata"; fillcolor=yellow ;];
|
||||
|
||||
f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";];
|
||||
|
||||
|
||||
x1->f1[style=invis];
|
||||
x2->f1[style=invis];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
subgraph cluster_g {
|
||||
label = "n2-plus";
|
||||
bgcolor = "#FFDEAD";
|
||||
|
|
@ -118,6 +125,6 @@ digraph saffron {
|
|||
c8 -> d5;
|
||||
d7 -> d5;
|
||||
e8 -> d5;
|
||||
f2 -> d5;
|
||||
|
||||
g5 -> d5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue