-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
Docker 🐋Docker relatedDocker relatedbug 🐛Something isn't workingSomething isn't workingnext release/in dev image 🚀This is coming in the next release or was already released if the issue is Closed.This is coming in the next release or was already released if the issue is Closed.
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues and I checked the docs https://jokob-sk.github.io/NetAlertX/
The issue occurs in the following browsers. Select at least 2.
- Firefox
- Chrome
- Edge
- Safari (unsupported) - PRs welcome
- N/A - This is an issue with the backend
Current Behavior
Thanks for the great tool, I noticed one issue:
Expected Behavior
the date column shows a date. I looked into the db, there it is formated like a valid date: 6a:93:6f:f7:9b:ac|10.0.0.28|2025-08-23 14:56:18+02:00|Connected||0| (different device..)
Steps To Reproduce
- go to the events tab for any device
- see event dates as "b-"
app.conf
file was too large for the issue so I uploaded it to my server, see here: https://haering.dev/app.confdocker-compose.yml
exec podman \
run \
--name=netalertx \
--log-driver=journald \
--cidfile=/run/netalertx/ctr-id \
--cgroups=enabled \
--sdnotify=conmon \
-d \
--replace \
-e APP_CONF_OVERRIDE='{"SCAN_SUBNETS":"['\''10.0.0.0/24 --interface=eth0'\'']","UI_theme":"System","LOG_LEVEL":"trace","REPORT_DASHBOARD_URL":"https://netalertx.pi.lan"}' \
-e LISTEN_ADDR=127.0.0.1 \
-e LOADED_PLUGINS='["ARPSCAN","AVAHISCAN","CUSTPROP","DBCLNP","DDNS","DHCPLSS","DHCPSRVS","DIGSCAN","ICMP","INTRNT","INTRSPD","IPNEIGH","MAINT","NBTSCAN","NMAP","NMAPDEV","NSLOOKUP","NTFPRCS","NTFY","SNMPDSC","UI","VNDRPDT","WEBMON","WOL"]' \
-e PGID=300 \
-e PORT=20211 \
-e PUID=200 \
-e TZ=Europe/Berlin \
-v /var/lib/netalertx/config:/app/config \
-v /var/lib/netalertx/db:/app/db \
-v /var/lib/netalertx/log:/app/log \
--rm \
--cap-add=NET_RAW \
--pull missing \
'--network=host' \
'--tmpfs=/app/api' \
ghcr.io/jokob-sk/netalertx:latestWhat installation are you running?
Production (netalertx)
app.log
Debug enabled
- I have read and followed the steps in the wiki link above and provided the required debug logs and the log section covers the time when the issue occurs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Docker 🐋Docker relatedDocker relatedbug 🐛Something isn't workingSomething isn't workingnext release/in dev image 🚀This is coming in the next release or was already released if the issue is Closed.This is coming in the next release or was already released if the issue is Closed.