-
Notifications
You must be signed in to change notification settings - Fork 0
/
telegraf-mqtt.xml
38 lines (38 loc) · 1.32 KB
/
telegraf-mqtt.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
<?xml version="1.0"?>
<Container version="2">
<Name>Telegraf-MQTT</Name>
<Repository>telegraf:alpine</Repository>
<Registry>https://hub.docker.com/_/telegraf/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project/>
<Overview>Telegraf client that subscribe to MQTT data.</Overview>
<Category>Tools:</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/FoRTu/unRAID-docker/master/icons/telegraf-mqtt.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1570542224</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Telegraf client that subscribe to MQTT data.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/telegraf-mqtt/telegraf.conf</HostDir>
<ContainerDir>/etc/telegraf/telegraf.conf</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Full path of the configure file" Target="/etc/telegraf/telegraf.conf" Default="/mnt/user/appdata/telegraf-mqtt/telegraf.conf" Mode="rw" Description="Container Path: /etc/telegraf/telegraf.conf" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/telegraf-mqtt/telegraf.conf</Config>
</Container>