Skip to content

Netalertx not scan, GraphQLserver hung, not change anything in settings #1461

@SH2609

Description

@SH2609

What installation are you running?

Production (netalertx) 📦

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

Image Image Image Image

_NetAlertX_logs(4).txt

Expected Behavior

Have change nothing at settings but netalertx not scan longer, GraphQLServer not initialize

Steps To Reproduce

No response

Relevant app.conf settings

docker-compose.yml

services:
  netalertx:
    image: jokobsk/netalertx:latest
    container_name: NetAlertX

    network_mode: host

    mem_limit: 4g
    cpu_shares: 768

    restart: on-failure:5

    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:17811/"]
      interval: 30s
      timeout: 10s
      retries: 3

    security_opt:
      - no-new-privileges:true

    cap_drop:
      - ALL

    cap_add:
      - NET_RAW
      - NET_ADMIN
      - NET_BIND_SERVICE
      - CHOWN                                        
      - SETUID                                      
      - SETGID                                       

    volumes:
      - /volume1/docker/netalertx/data:/data:rw
      - /etc/localtime:/etc/localtime:ro

    tmpfs:
      - /tmp:uid=20211,gid=20211,mode=1700,rw,noexec,nosuid,nodev,async,noatime,nodiratime  

    environment:
      PORT: 17811 
      PUID: 0   
      PGID: 100

Debug or Trace 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.

Relevant app.log section

NetAlertX(1).html

Docker Logs

_NetAlertX_logs(5).txt

  PASTE DOCKER LOG HERE. Using the triple backticks preserves format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Docker 🐋Docker relatedWaiting for reply⏳Waiting for the original poster to respond, or discussion in progress.bug 🐛Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions