AppFeed/templates/uberchuckiesRepository/unraid-templates/uberchuckie/observium.xml
2021-02-23 15:49:21 -05:00

50 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Name>observium</Name>
<Repository>uberchuckie/observium</Repository>
<Registry>https://hub.docker.com/r/uberchuckie/observium/</Registry>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/75153-support-uberchuckie-observium/</Support>
<Project>https://www.observium.org/</Project>
<Overview>Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br]&#13;
[b][span style='color: #E80000;']Directions:[/span][/b][br]&#13;
[b]/config[/b] : this path is where Observium will store its PHP config file and the database which contains data for users, devices, and data.[br]&#13;
[b]/opt/observium/logs[/b] : this path is where Observium will store its logs.[br]&#13;
[b]/opt/observium/rrd[/b] : this path is where Observium will store its Round-Robin Database (RRD) data.[br]&#13;
</Overview>
<WebUI>http://[IP]:[PORT:8668]/</WebUI>
<Icon>https://i.imgur.com/CGrAh79.png</Icon>
<DonateText>If you like using this image and would like to make a donation, please send your donation to a food bank in the city where I live in.</DonateText>
<DonateLink>https://www.ottawafoodbank.ca/donate/</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8668</HostPort>
<ContainerPort>8668</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/observium/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/observium/logs</HostDir>
<ContainerDir>/opt/observium/logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/observium/rrd</HostDir>
<ContainerDir>/opt/observium/rrd</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<TemplateURL>https://raw.githubusercontent.com/charlescng/docker-containers/master/unraid-templates/uberchuckie/observium.xml</TemplateURL>
<Description>Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/uberchuckiesRepository/unraid-templates/uberchuckie/observium.xml</templatePath>
</Container>