Skip to content

date column for events only shows "b-" #1147

@timhae

Description

@timhae

Is there an existing issue for this?

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:

Image

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

  1. go to the events tab for any device
  2. 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.conf

docker-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:latest

What installation are you running?

Production (netalertx)

app.log

log.txt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Docker 🐋Docker relatedbug 🐛Something isn't workingnext release/in dev image 🚀This is coming in the next release or was already released if the issue is Closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions