-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunraid-telegraf.xml
54 lines (54 loc) · 2.64 KB
/
unraid-telegraf.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"?>
<Container version="2">
<Name>Telegraf</Name>
<Repository>manubocquet/unraid-telegraf</Repository>
<Registry>https://hub.docker.com/r/manubocquet/unraid-telegraf/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support/>
<Overview> Telegraf
</Overview>
<Category>Tools:</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://pbs.twimg.com/profile_images/674654746725056514/EHg3ZHtE.jpg</Icon>
<ExtraParams/>
<DateInstalled>1488054482</DateInstalled>
<Description> Telegraf
</Description>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/telegraf</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/var/run/docker.sock</HostDir>
<ContainerDir>/var/run/docker.sock</ContainerDir>
<Mode>ro</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>192.168.1.5:8086</Value>
<Name>INFLUX_DB</Name>
<Mode/>
</Variable>
<Variable>
<Value>Tower</Value>
<Name>MyHOSTNAME</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="InfluxDB location" Target="INFLUX_DB" Default="X.X.X.X:8086" Mode="" Description="Infuxdb location " Type="Variable" Display="always" Required="true" Mask="false">192.168.1.5:8086</Config>
<Config Name="Unraid hostname" Target="MyHOSTNAME" Default="&lt;Unraid hostname&gt;" Mode="" Description="Container Variable: MyHOSTNAME" Type="Variable" Display="always" Required="true" Mask="false">Tower</Config>
<Config Name="Configuration" Target="/config" Default="/mnt/user/appdata/telegraf" Mode="rw" Description="Telegraf config location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/telegraf</Config>
<Config Name="Docker socket" Target="/var/run/docker.sock" Default="/var/run/docker.sock" Mode="ro" Description="Container Path: /var/run/docker.sock" Type="Path" Display="always" Required="true" Mask="false">/var/run/docker.sock</Config>
<Config Name="Mount ro /sys" Target="/rootfs/sys" Default="/rootfs/sys" Mode="ro" Description="Container Path: /rootfs/sys" Type="Path" Display="always" Required="true" Mask="false">/sys</Config>
<Config Name="Mount ro /proc" Target="/rootfs/proc" Default="/rootfs/proc" Mode="ro" Description="Container Path: /rootfs/proc" Type="Path" Display="always" Required="true" Mask="false">/proc</Config>
<Config Name="Mount ro /etc" Target="/rootfs/etc" Default="/rootfs/etc" Mode="ro" Description="Container Path: /rootfs/etc" Type="Path" Display="always" Required="true" Mask="false">/etc</Config>
</Container>