Skip to content

Commit

Permalink
Update Observium version
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Dec 15, 2024
1 parent ef3ae17 commit 7d4842b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

include:
- observium/compose.yml
- smokeping/compose.yml
Expand Down
4 changes: 2 additions & 2 deletions observium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm-slim

ARG PHP_VERSION=8.2
ARG PYTHON_VERSION=3
ARG OBSERVIUM_BINARY=observium-community-23.9.13005.tar.gz
ARG OBSERVIUM_BINARY=observium-community-24.4.tar.gz

RUN apt update && \
apt -y dist-upgrade && \
Expand All @@ -25,7 +25,7 @@ RUN sed -i 's/icon-apple/icon-laptop/g' /opt/observium/html/includes/functions.i
RUN sed -i 's/\($snmp_v3_args\s*=\s*array_slice(\$argv, 4);\)/$snmp_v3_args = array_slice($add, 3);/' ./add_device.php || true

RUN ln -sf /dev/stdout ./logs/observium.log
RUN chown -R www-data:www-data ./
RUN chown -R -v www-data:www-data ./

COPY conf/apache2/site.conf /etc/apache2/sites-enabled/000-default.conf
COPY conf/apache2/conf-enabled/*.conf /etc/apache2/conf-enabled
Expand Down
3 changes: 0 additions & 3 deletions observium/observium-community-23.9.13005.tar.gz

This file was deleted.

3 changes: 3 additions & 0 deletions observium/observium-community-24.4.tar.gz
Git LFS file not shown
3 changes: 0 additions & 3 deletions smokeping/compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
version: '3.9'

services:

smokeping:
build: .
restart: unless-stopped
Expand Down

0 comments on commit 7d4842b

Please sign in to comment.