Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions unraid-templates/uberchuckie/observium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[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]
[b]/opt/observium/logs[/b] : this path is where Observium will store its logs.[br]
[b]/opt/observium/rrd[/b] : this path is where Observium will store its Round-Robin Database (RRD) data.[br]
[b]/opt/observium/certificates[/b] : this path is where Observium will store its SSL/TLS certificates.[br]
</Overview>
<Category>Network:Management</Category>
<Beta>false</Beta>
Expand All @@ -23,6 +24,7 @@
[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]&#xD;
[b]/opt/observium/logs[/b] : this path is where Observium will store its logs.[br]&#xD;
[b]/opt/observium/rrd[/b] : this path is where Observium will store its Round-Robin Database (RRD) data.[br]&#xD;
[b]/opt/observium/certificates[/b] : this path is where Observium will store its SSL/TLS certificates.[br]&#xD;
</Description>
<Networking>
<Mode>bridge</Mode>
Expand All @@ -32,6 +34,11 @@
<ContainerPort>8668</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8669</HostPort>
<ContainerPort>8669</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8514</HostPort>
<ContainerPort>514</ContainerPort>
Expand All @@ -55,6 +62,11 @@
<ContainerDir>/opt/observium/rrd</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/observium/certificates</HostDir>
<ContainerDir>/opt/observium/certificates</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<ExtraParams></ExtraParams>
</Container>