-
Notifications
You must be signed in to change notification settings - Fork 6
/
glances.xml
54 lines (54 loc) · 2.01 KB
/
glances.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Beta>False</Beta>
<Category>Network:Management Network:Other Tools:</Category>
<Date>2016-08-30</Date>
<Name>glances</Name>
<Description>
Glances is a cross-platform curses-based system monitoring tool written in Python.[br]
[br]
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
Volume Mounts[br]
[b]/mnt[/b] Allows glances display hard disk usage stats.[br]
[b]/var/run/docker.sock[/b] Allows glances to display docker stats.[br]
[br]
Environment Variables[br]
[b]GLANCES_OPT[/b] -w is for web server mode, which allows you to view the stats of your unRAID server in a browser.[br]
-s to set this instance as the server instance or -c followed by the ip address (example: -c 192.168.1.10) to make this be a client which points to the server at the ip address.[br]
</Description>
<Overview>
Glances is a cross-platform curses-based system monitoring tool written in Python.
</Overview>
<Project>https://github.com/nicolargo/glances</Project>
<Support>https://lime-technology.com/forum/index.php?topic=51498.0</Support>
<Registry>https://hub.docker.com/r/nicolargo/glances/</Registry>
<GitHub>https://github.com/nicolargo/glances</GitHub>
<Repository>nicolargo/glances</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>host</Mode>
</Networking>
<Data>
<Volume>
<HostDir>/mnt</HostDir>
<ContainerDir>/mnt</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir>/var/run/docker.sock</HostDir>
<ContainerDir>/var/run/docker.sock</ContainerDir>
<Mode>ro</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>GLANCES_OPT</Name>
<Value>-w</Value>
</Variable>
</Environment>
<WebUI>http://[IP]:[PORT:61208]/</WebUI>
<Banner></Banner>
<Icon>https://github.com/nicolargo/glances/raw/master/glances/outputs/static/images/glances.png</Icon>
<ExtraParams>--pid=host</ExtraParams>
</Containers>