-
Notifications
You must be signed in to change notification settings - Fork 1
/
apcuspd.xml
83 lines (83 loc) · 3.47 KB
/
apcuspd.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0"?>
<Container version="2">
<Name>apcupsd</Name>
<Repository>atribe/apcupsd-influxdb-exporter</Repository>
<Registry>https://cloud.docker.com/repository/docker/atribe/apcupsd-influxdb-exporter</Registry>
<Network>docker</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Project>https://github.com/atribe/apcupsd-influxdb-exporter</Project>
<Overview/>
<Category>Tools:</Category>
<WebUI/>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/apcupsd.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink/>
<Description/>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
<Data/>
<Environment>
<Variable>
<Value></Value>
<Name>HOSTNAME</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>WATTS</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>INFLUXDB_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>APCUPSD_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>INFLUXDB_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>INFLUXDB_DATABASE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>INFLUXDB_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>INFLUXDB_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value>true</Value>
<Name>VERBOSE</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="HOSTNAME" Target="HOSTNAME" Default="unraid" Mode="" Description="host you want the measurements to show up as in influxdb" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="WATTS" Target="WATTS" Default="" Mode="" Description="If your UPS doesn't have the NOMPOWER metric then specify the rated watts so that the load percentage can be used to calculate the current watts" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="INFLUXDB_HOST" Target="INFLUXDB_HOST" Default="localhost" Mode="" Description="ip address of influxdb" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="APCUPSD_HOST" Target="APCUPSD_HOST" Default="localhost" Mode="" Description="address of host running apcupsd" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="INFLUXDB_PORT" Target="INFLUXDB_PORT" Default="8086" Mode="" Description="Container Variable: INFLUXDB_PORT" Type="Variable" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="INFLUXDB_DATABASE" Target="INFLUXDB_DATABASE" Default="apcupsd" Mode="" Description="influxdb database name to store values" Type="Variable" Display="advanced" Required="true" Mask="false"></Config>
<Config Name="INFLUXDB_USER" Target="INFLUXDB_USER" Default="" Mode="" Description="User name for Influxdb" Type="Variable" Display="advanced-hide" Required="false" Mask="false"/>
<Config Name="INFLUXDB_PASSWORD" Target="INFLUXDB_PASSWORD" Default="" Mode="" Description="Password for Influxdb" Type="Variable" Display="advanced-hide" Required="false" Mask="false"/>
<Config Name="Debugging Output" Target="VERBOSE" Default="false" Mode="" Description="Set this variable to true to see the output in the docker log." Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
</Container>