Replies: 4 comments 5 replies
-
Hi @vmsman , Can you check if there is any server side exception in the docker logs? These are usually only visible directly in docker, not via the in-app logging. You can check them e.g. via portainer or by running the container in the foreground (without the
|
Beta Was this translation helpful? Give feedback.
-
I agree on the caching. However, I did try another browser. So, I am inclined to believe it might be some of that cool stale data for which docker apps sometimes get a negative rap. "docker system prune -a" has often bailed me out of apparent death spirals. I deploy each of my docker apps in its own incus container to minimize weirdness by outside elements. |
Beta Was this translation helpful? Give feedback.
-
Hmm, same issue here. Pulled fresh layer:
Started up:
|
Beta Was this translation helpful? Give feedback.
-
No popup, just part of the startup message in docker:
Yes, displayed on every startup. Which does not matter in regards to running anything - all works well. docker logs netalertx: (just short extract - it's logging a lot, despite logging is set to none in app settings.
|
Beta Was this translation helpful? Give feedback.
-
Not sure why, but after the docker compose pull and docker compose up -d it appears the application suddenly regards itself as the development version even though it never has been. In scanning the logs, they are circular. The GUI says "loading" perpetually.
`
netalertx | s6-rc: info: service s6rc-oneshot-runner: starting
netalertx | s6-rc: info: service s6rc-oneshot-runner successfully started
netalertx | s6-rc: info: service fix-attrs: starting
netalertx | s6-rc: info: service SetupOneshot: starting
netalertx | s6-rc: info: service fix-attrs successfully started
netalertx | s6-rc: info: service legacy-cont-init: starting
netalertx | ---------------------------------------------------------
netalertx | [INSTALL] Run setup.sh
netalertx | ---------------------------------------------------------
netalertx | [INSTALL] Copy starter app.db and app.conf if they don't exist
netalertx | rm: can't remove '/app/config/app_conf_override.json': No such file or directory
netalertx | APP_CONF_OVERRIDE is not set. Skipping config file creation.
netalertx | [INSTALL] Setup timezone
netalertx | s6-rc: info: service legacy-cont-init successfully started
netalertx | [INSTALL] Setup NGINX
netalertx | Setting webserver to address (0.0.0.0) and port (80)
netalertx | [INSTALL] Run the hardware vendors update
netalertx | The file ieee-oui.txt exists. Skipping update_vendors.sh...
netalertx | [INSTALL] Fixing permissions after copied starter config & DB
netalertx | [INSTALL] Starting crond service...
netalertx |
netalertx | [ENV] PATH is /command:/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
netalertx | [ENV] PORT is 80
netalertx | [ENV] TZ is America/Chicago
netalertx | [ENV] LISTEN_ADDR is 0.0.0.0
netalertx | [ENV] ALWAYS_FRESH_INSTALL is
netalertx |
netalertx | s6-rc: info: service SetupOneshot successfully started
netalertx | s6-rc: info: service php-fpm: starting
netalertx | s6-rc: info: service php-fpm successfully started
netalertx | s6-rc: info: service nginx: starting
netalertx | s6-rc: info: service nginx successfully started
netalertx | s6-rc: info: service netalertx: starting
netalertx | s6-rc: info: service netalertx successfully started
netalertx | s6-rc: info: service legacy-services: starting
netalertx |
netalertx | [INSTALL] 🚀 Starting app (:80)
netalertx |
netalertx |
netalertx | s6-rc: info: service legacy-services successfully started
netalertx | 17:57:39 [Settings] ⚠ ERROR - JSONDecodeError or FileNotFoundError for file /app/api/table_settings.json
netalertx | 17:57:39 [MAIN] Setting up ...
netalertx | 17:57:39 [conf.tz] Setting up ...
netalertx | 17:57:39
netalertx |
netalertx | 17:57:39 The backend restarted (started). If this is unexpected check https://bit.ly/NetAlertX_debug for troubleshooting tips.
netalertx | 17:57:39
netalertx |
netalertx | 17:57:39 Permissions check (All should be True)
netalertx | 17:57:39 ------------------------------------------------
netalertx | 17:57:39 /config/app.conf | READ | True
netalertx | 17:57:39 /config/app.conf | WRITE | True
netalertx | 17:57:39 /db/app.db | READ | True
netalertx | 17:57:39 /db/app.db | WRITE | True
netalertx | 17:57:39 ------------------------------------------------
netalertx | 17:57:39 [Setup] Attempting to fix permissions.
netalertx | 17:57:39 [Setup] Attempting to fix permissions.
netalertx | 17:57:39 [Version check] Running the latest version.
netalertx | 17:57:39 [Database] Opening DB
netalertx | 17:57:39 [upgradeDB] Re-creating Settings table
netalertx | 17:57:39 [upgradeDB] Removing Pholus_Scan table
netalertx | 17:57:39 [upgradeDB] Re-creating Parameters table
netalertx | 17:57:39 [Setup] Attempting to fix permissions.
netalertx | 17:57:39 [Setup] Attempting to fix permissions.
netalertx | 17:57:39 [Config] reading config file
netalertx | 17:57:40 [Config] Plugins: Number of all plugins (including not loaded): 39
netalertx | 17:57:40 [Plugin utils] ---------------------------------------------
netalertx | 17:57:40 [Plugin utils] display_name: Arp-Scan (Network scan)
netalertx | 17:57:40 [Plugin utils] description: This plugin is to execute an arp-scan on the local network
netalertx | 17:57:40 [Plugin utils] ---------------------------------------------
netalertx | 17:57:40 [Plugin utils] display_name: AVAHISCAN (Name discovery)
netalertx | 17:57:40 [Plugin utils] description: A plugin to discover device names via mDNS.
netalertx | 17:57:40 [Plugin utils] ---------------------------------------------
netalertx | 17:57:40 [Plugin utils] display_name: Internet-Check
netalertx | 17:57:40 [Plugin utils] description: A plugin to check your internet connectivity and IP.
netalertx | 17:57:40 [Plugin utils] ---------------------------------------------
netalertx | 17:57:40 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 17:57:40 [Plugin utils] description: A plugin to discover device names.
netalertx | 17:57:40 [Plugin utils] ---------------------------------------------
netalertx | 17:57:40 [Plugin utils] display_name: Apprise publisher
netalertx | 17:57:40 [Plugin utils] description: A plugin to publish a notification via the Apprise gateway.
netalertx | 17:57:40 [Plugin utils] ---------------------------------------------
netalertx | 17:57:40 [Plugin utils] display_name: CSV backup
netalertx | 17:57:40 [Plugin utils] description: A plugin to auto-generate devices.csv backups.
netalertx | 17:57:40 [Plugin utils] ---------------------------------------------
netalertx | 17:57:40 [Plugin utils] display_name: DB cleanup
netalertx | 17:57:40 [Plugin utils] description: A plugin to schedule database cleanup & upkeep tasks.
netalertx | 17:57:40 [Plugin utils] ---------------------------------------------
netalertx | 17:57:40 [Plugin utils] display_name: Maintenance
netalertx | 17:57:40 [Plugin utils] description: A plugin for maintenance tasks.
netalertx | 17:57:41 [Plugin utils] ---------------------------------------------
netalertx | 17:57:41 [Plugin utils] display_name: New Devices
netalertx | 17:57:41 [Plugin utils] description: The template used for new devices.
netalertx | 17:57:41 [Plugin utils] ---------------------------------------------
netalertx | 17:57:41 [Plugin utils] display_name: Notification Processing
netalertx | 17:57:41 [Plugin utils] description: A plugin to for advanced notification processing.
netalertx | 17:57:41 [Plugin utils] ---------------------------------------------
netalertx | 17:57:41 [Plugin utils] display_name: Set password
netalertx | 17:57:41 [Plugin utils] description: A simple plugin to set the web ui password on app start.
netalertx | 17:57:41 [Plugin utils] ---------------------------------------------
netalertx | 17:57:41 [Plugin utils] display_name: Sync Hub
netalertx | 17:57:41 [Plugin utils] description: Plugin to synchronize multiple NetAlertX instances.
netalertx | 17:57:41 [Plugin utils] ---------------------------------------------
netalertx | 17:57:41 [Plugin utils] display_name: UI settings
netalertx | 17:57:41 [Plugin utils] description: Plugin to adjust UI settings.
netalertx | 17:57:41 [Plugin utils] ---------------------------------------------
netalertx | 17:57:41 [Plugin utils] display_name: Vendor update
netalertx | 17:57:41 [Plugin utils] description: A plugin to schedule vendor database updates for mac based vendor resolution.
netalertx | 17:57:41 [Plugin utils] ---------------------------------------------
netalertx | 17:57:41 [Plugin utils] display_name: Workflows
netalertx | 17:57:41 [Plugin utils] description: A plugin to adjust behavior of workflows.
netalertx | 17:57:41 [Config] ⛔ Unloading WEBMON
netalertx | 17:57:41 [Config] ⛔ Unloading UNDIS
netalertx | 17:57:41 [Config] ⛔ Unloading INTRSPD
netalertx | 17:57:41 [Config] ⛔ Unloading DDNS
netalertx | 17:57:41 [Config] ⛔ Unloading WEBHOOK
netalertx | 17:57:41 [Config] ⛔ Unloading TELEGRAM
netalertx | 17:57:41 [Config] ⛔ Unloading PUSHSAFER
netalertx | 17:57:41 [Config] ⛔ Unloading PUSHOVER
netalertx | 17:57:41 [Config] ⛔ Unloading NTFY
netalertx | 17:57:41 [Config] ⛔ Unloading MQTT
netalertx | 17:57:41 [Config] ⛔ Unloading SMTP
netalertx | 17:57:41 [Config] ⛔ Unloading NMAP
netalertx | 17:57:41 [Config] ⛔ Unloading MTSCAN
netalertx | 17:57:41 [Config] ⛔ Unloading ICMP
netalertx | 17:57:41 [Config] ⛔ Unloading NMAPDEV
netalertx | 17:57:41 [Config] ⛔ Unloading NBTSCAN
netalertx | 17:57:41 [Config] ⛔ Unloading DHCPSRVS
netalertx | 17:57:41 [Config] ⛔ Unloading DHCPLSS
netalertx | 17:57:41 [Config] ⛔ Unloading PIHOLE
netalertx | 17:57:41 [Config] ⛔ Unloading UNFIMP
netalertx | 17:57:41 [Config] ⛔ Unloading SNMPDSC
netalertx | 17:57:41 [Config] ⛔ Unloading OMDSDN
netalertx | 17:57:41 [Config] ⛔ Unloading IPNEIGH
netalertx | 17:57:41 [Config] ⛔ Unloading FREEBOX
netalertx | 17:57:41 [Config] Number of Plugins to load: 15
netalertx | 17:57:41 [Config] Plugins to load: ['ARPSCAN', 'AVAHISCAN', 'INTRNT', 'NSLOOKUP', 'APPRISE', 'CSVBCKP', 'DBCLNP', 'MAINT', 'NEWDEV', 'NTFPRCS', 'SETPWD', 'SYNC', 'UI', 'VNDRPDT', 'WORKFLOWS']
netalertx | 17:57:41 [Config] App upgraded 🚀
netalertx | 17:57:42 [graphql_server] Starting on port: 20212
netalertx | * Serving Flask app 'graphql_server.graphql_server_start'
netalertx | * Debug mode: on
netalertx | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
netalertx | * Running on all addresses (0.0.0.0)
netalertx | * Running on http://127.0.0.1:20212
netalertx | * Running on http://172.16.1.104:20212
netalertx | Press CTRL+C to quit
netalertx | 17:57:42 [Config] Imported new settings config
netalertx | 17:57:42 [Scheduler] run for ARPSCAN: NO
netalertx | 17:57:42 [Scheduler] run for INTRNT: NO
netalertx | 17:57:42 [Scheduler] run for CSVBCKP: NO
netalertx | 17:57:42 [Scheduler] run for DBCLNP: NO
netalertx | 17:57:42 [Scheduler] run for MAINT: NO
netalertx | 17:57:42 [Scheduler] run for VNDRPDT: NO
netalertx | 17:57:42 [Plugin utils] ---------------------------------------------
netalertx | 17:57:42 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 17:57:42 [Plugins] Executing: python3 /app/front/plugins/nslookup_scan/nslookup.py
netalertx | 17:57:43 [Plugins] Output: [plugin_helper] reading config file
netalertx | 17:57:42 [NSLOOKUP] In script
netalertx | 17:57:42 [Database] Opening DB
netalertx | 17:57:42 [NSLOOKUP] Unknown devices count: 37
netalertx | 17:57:42 [NSLOOKUP]No PTR record found for IP: 172.16.1.60
netalertx | 17:57:42 [NSLOOKUP]No PTR record found for IP: 172.16.1.72
netalertx | 17:57:42 [NSLOOKUP]No PTR record found for IP: 172.16.1.90
netalertx | 17:57:42 [NSLOOKUP]No PTR record found for IP: 172.16.1.92
netalertx | 17:57:42 [NSLOOKUP]No PTR record found for IP: 172.16.1.132
netalertx | 17:57:42 [NSLOOKUP]No PTR record found for IP: 172.16.1.144
netalertx | 17:57:42 [NSLOOKUP]No PTR record found for IP: 172.16.1.169
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.190
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.110
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.111
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.212
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.221
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.243
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.250
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.25
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.30
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.35
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.40
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.45
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.50
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.53
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.55
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.31
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.32
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.60
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.65
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.71
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.70
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.105
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.89
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.178
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.183
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 192.168.30.41
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.248
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.101
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.164
netalertx | 17:57:43 [NSLOOKUP]No PTR record found for IP: 172.16.1.222
netalertx | 17:57:43 [NSLOOKUP] Script finished
netalertx |
netalertx | 17:57:43 [Plugins] Processed and deleted file: /app/log/plugins/last_result.NSLOOKUP.log
netalertx | 17:57:43 [Plugins] No output received from the plugin "NSLOOKUP"
netalertx | 17:57:43 [Update Device Name] Trying to resolve devices without name. Unknown devices count: 37
netalertx | 17:57:44 [Update Device Name] Names Found (DiG/mDNS/NSLOOKUP/NBTSCAN): 0 (0/0/0/0)
netalertx | 17:57:44 [Update Device Name] Names Not Found : 37
netalertx | 17:57:44 [Notification] Check if something to report
netalertx | 17:57:45 [Notification] Included sections: ['new_devices', 'down_devices', 'events']
netalertx | 17:57:45 [Notification] No changes to report
netalertx | 17:57:45 [MAIN] Process: Idle
netalertx | 17:58:46 [Scheduler] run for ARPSCAN: NO
netalertx | 17:58:46 [Scheduler] run for INTRNT: NO
netalertx | 17:58:46 [Scheduler] run for CSVBCKP: NO
netalertx | 17:58:46 [Scheduler] run for DBCLNP: NO
netalertx | 17:58:46 [Scheduler] run for MAINT: NO
netalertx | 17:58:46 [Scheduler] run for VNDRPDT: NO
netalertx | 17:58:46 [Plugin utils] ---------------------------------------------
netalertx | 17:58:46 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 17:58:46 [Plugins] Executing: python3 /app/front/plugins/nslookup_scan/nslookup.py
netalertx | 17:58:48 [Plugins] Output: [plugin_helper] reading config file
netalertx | 17:58:46 [NSLOOKUP] In script
netalertx | 17:58:46 [Database] Opening DB
netalertx | 17:58:46 [NSLOOKUP] Unknown devices count: 37
netalertx | 17:58:46 [NSLOOKUP]No PTR record found for IP: 172.16.1.60
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.72
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.90
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.92
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.132
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.144
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.169
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.190
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.110
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.111
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.212
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.221
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.243
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.250
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.25
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.30
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.35
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.40
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.45
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.50
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.53
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.55
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.31
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.32
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.60
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.65
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.71
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.70
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.105
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.89
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.178
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.183
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 192.168.30.41
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.248
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.101
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.164
netalertx | 17:58:47 [NSLOOKUP]No PTR record found for IP: 172.16.1.222
netalertx | 17:58:47 [NSLOOKUP] Script finished
netalertx |
netalertx | 17:58:48 [Plugins] Processed and deleted file: /app/log/plugins/last_result.NSLOOKUP.log
netalertx | 17:58:48 [Plugins] No output received from the plugin "NSLOOKUP"
netalertx | 17:58:48 [Update Device Name] Trying to resolve devices without name. Unknown devices count: 37
netalertx | 17:58:49 [Update Device Name] Names Found (DiG/mDNS/NSLOOKUP/NBTSCAN): 0 (0/0/0/0)
netalertx | 17:58:49 [Update Device Name] Names Not Found : 37
netalertx | 17:58:49 [Notification] Check if something to report
netalertx | 17:58:49 [Notification] Included sections: ['new_devices', 'down_devices', 'events']
netalertx | 17:58:49 [Notification] No changes to report
netalertx | 17:58:49 [MAIN] Process: Idle
netalertx | 17:59:50 [Scheduler] run for ARPSCAN: NO
netalertx | 17:59:50 [Scheduler] run for INTRNT: NO
netalertx | 17:59:50 [Scheduler] run for CSVBCKP: NO
netalertx | 17:59:50 [Scheduler] run for DBCLNP: NO
netalertx | 17:59:50 [Scheduler] run for MAINT: NO
netalertx | 17:59:50 [Scheduler] run for VNDRPDT: NO
netalertx | 17:59:50 [Plugin utils] ---------------------------------------------
netalertx | 17:59:50 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 17:59:50 [Plugins] Executing: python3 /app/front/plugins/nslookup_scan/nslookup.py
netalertx | 17:59:52 [Plugins] Output: [plugin_helper] reading config file
netalertx | 17:59:51 [NSLOOKUP] In script
netalertx | 17:59:51 [Database] Opening DB
netalertx | 17:59:51 [NSLOOKUP] Unknown devices count: 37
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.60
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.72
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.90
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.92
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.132
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.144
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.169
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.190
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.110
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.111
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.212
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.221
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.243
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 172.16.1.250
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.25
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.30
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.35
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.40
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.45
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.50
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.53
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.55
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.31
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.32
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.60
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.65
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.71
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.70
netalertx | 17:59:51 [NSLOOKUP]No PTR record found for IP: 192.168.30.105
netalertx | 17:59:52 [NSLOOKUP]No PTR record found for IP: 192.168.30.89
netalertx | 17:59:52 [NSLOOKUP]No PTR record found for IP: 192.168.30.178
netalertx | 17:59:52 [NSLOOKUP]No PTR record found for IP: 192.168.30.183
netalertx | 17:59:52 [NSLOOKUP]No PTR record found for IP: 192.168.30.41
netalertx | 17:59:52 [NSLOOKUP]No PTR record found for IP: 172.16.1.248
netalertx | 17:59:52 [NSLOOKUP]No PTR record found for IP: 172.16.1.101
netalertx | 17:59:52 [NSLOOKUP]No PTR record found for IP: 172.16.1.164
netalertx | 17:59:52 [NSLOOKUP]No PTR record found for IP: 172.16.1.222
netalertx | 17:59:52 [NSLOOKUP] Script finished
netalertx | s6-rc: info: service legacy-services: stopping
netalertx | s6-rc: info: service legacy-services successfully stopped
netalertx | s6-rc: info: service legacy-cont-init: stopping
netalertx | s6-rc: info: service netalertx: stopping
netalertx | s6-rc: info: service legacy-cont-init successfully stopped
netalertx | s6-rc: info: service fix-attrs: stopping
netalertx | s6-rc: info: service fix-attrs successfully stopped
netalertx | s6-rc: info: service netalertx successfully stopped
netalertx | s6-rc: info: service nginx: stopping
netalertx | s6-rc: info: service nginx successfully stopped
netalertx | s6-rc: info: service php-fpm: stopping
netalertx | s6-rc: info: service php-fpm successfully stopped
netalertx | s6-rc: info: service SetupOneshot: stopping
netalertx | s6-rc: info: service SetupOneshot successfully stopped
netalertx | s6-rc: info: service s6rc-oneshot-runner: stopping
netalertx | s6-rc: info: service s6rc-oneshot-runner successfully stopped
netalertx | s6-rc: info: service s6rc-oneshot-runner: starting
netalertx | s6-rc: info: service s6rc-oneshot-runner successfully started
netalertx | s6-rc: info: service fix-attrs: starting
netalertx | s6-rc: info: service SetupOneshot: starting
netalertx | s6-rc: info: service fix-attrs successfully started
netalertx | s6-rc: info: service legacy-cont-init: starting
netalertx | s6-rc: info: service legacy-cont-init successfully started
netalertx | ---------------------------------------------------------
netalertx | [INSTALL] Run setup.sh
netalertx | ---------------------------------------------------------
netalertx | [INSTALL] Copy starter app.db and app.conf if they don't exist
netalertx | rm: can't remove '/app/config/app_conf_override.json': No such file or directory
netalertx | APP_CONF_OVERRIDE is not set. Skipping config file creation.
netalertx | [INSTALL] Setup timezone
netalertx | [INSTALL] Setup NGINX
netalertx | Setting webserver to address (0.0.0.0) and port (80)
netalertx | [INSTALL] Run the hardware vendors update
netalertx | The file ieee-oui.txt exists. Skipping update_vendors.sh...
netalertx | [INSTALL] Fixing permissions after copied starter config & DB
netalertx | [INSTALL] Starting crond service...
netalertx |
netalertx | [ENV] PATH is /command:/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
netalertx | [ENV] PORT is 80
netalertx | [ENV] TZ is America/Chicago
netalertx | [ENV] LISTEN_ADDR is 0.0.0.0
netalertx | [ENV] ALWAYS_FRESH_INSTALL is
netalertx |
netalertx | s6-rc: info: service SetupOneshot successfully started
netalertx | s6-rc: info: service php-fpm: starting
netalertx | s6-rc: info: service php-fpm successfully started
netalertx | s6-rc: info: service nginx: starting
netalertx | s6-rc: info: service nginx successfully started
netalertx | s6-rc: info: service netalertx: starting
netalertx | s6-rc: info: service netalertx successfully started
netalertx | s6-rc: info: service legacy-services: starting
netalertx |
netalertx | [INSTALL] 🚀 Starting app (:80)
netalertx |
netalertx |
netalertx | s6-rc: info: service legacy-services successfully started
netalertx | 18:01:49 [MAIN] Setting up ...
netalertx | 18:01:49 [conf.tz] Setting up ...
netalertx | 18:01:49
netalertx |
netalertx | 18:01:49 The backend restarted (started). If this is unexpected check https://bit.ly/NetAlertX_debug for troubleshooting tips.
netalertx | 18:01:49
netalertx |
netalertx | 18:01:49 Permissions check (All should be True)
netalertx | 18:01:49 ------------------------------------------------
netalertx | 18:01:49 /config/app.conf | READ | True
netalertx | 18:01:49 /config/app.conf | WRITE | True
netalertx | 18:01:49 /db/app.db | READ | True
netalertx | 18:01:49 /db/app.db | WRITE | True
netalertx | 18:01:49 ------------------------------------------------
netalertx | 18:01:49 [Setup] Attempting to fix permissions.
netalertx | 18:01:49 [Setup] Attempting to fix permissions.
netalertx | 18:01:49 [Database] Opening DB
netalertx | 18:01:49 [upgradeDB] Re-creating Settings table
netalertx | 18:01:49 [upgradeDB] Removing Pholus_Scan table
netalertx | 18:01:49 [upgradeDB] Re-creating Parameters table
netalertx | 18:01:49 [Config] reading config file
netalertx | 18:01:50 [Config] Plugins: Number of all plugins (including not loaded): 39
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: Arp-Scan (Network scan)
netalertx | 18:01:50 [Plugin utils] description: This plugin is to execute an arp-scan on the local network
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: AVAHISCAN (Name discovery)
netalertx | 18:01:50 [Plugin utils] description: A plugin to discover device names via mDNS.
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: Internet-Check
netalertx | 18:01:50 [Plugin utils] description: A plugin to check your internet connectivity and IP.
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 18:01:50 [Plugin utils] description: A plugin to discover device names.
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: Apprise publisher
netalertx | 18:01:50 [Plugin utils] description: A plugin to publish a notification via the Apprise gateway.
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: CSV backup
netalertx | 18:01:50 [Plugin utils] description: A plugin to auto-generate devices.csv backups.
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: DB cleanup
netalertx | 18:01:50 [Plugin utils] description: A plugin to schedule database cleanup & upkeep tasks.
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: Maintenance
netalertx | 18:01:50 [Plugin utils] description: A plugin for maintenance tasks.
netalertx | 18:01:50 [Plugin utils] ---------------------------------------------
netalertx | 18:01:50 [Plugin utils] display_name: New Devices
netalertx | 18:01:50 [Plugin utils] description: The template used for new devices.
netalertx | 18:01:51 [Plugin utils] ---------------------------------------------
netalertx | 18:01:51 [Plugin utils] display_name: Notification Processing
netalertx | 18:01:51 [Plugin utils] description: A plugin to for advanced notification processing.
netalertx | 18:01:51 [Plugin utils] ---------------------------------------------
netalertx | 18:01:51 [Plugin utils] display_name: Set password
netalertx | 18:01:51 [Plugin utils] description: A simple plugin to set the web ui password on app start.
netalertx | 18:01:51 [Plugin utils] ---------------------------------------------
netalertx | 18:01:51 [Plugin utils] display_name: Sync Hub
netalertx | 18:01:51 [Plugin utils] description: Plugin to synchronize multiple NetAlertX instances.
netalertx | 18:01:51 [Plugin utils] ---------------------------------------------
netalertx | 18:01:51 [Plugin utils] display_name: UI settings
netalertx | 18:01:51 [Plugin utils] description: Plugin to adjust UI settings.
netalertx | 18:01:51 [Plugin utils] ---------------------------------------------
netalertx | 18:01:51 [Plugin utils] display_name: Vendor update
netalertx | 18:01:51 [Plugin utils] description: A plugin to schedule vendor database updates for mac based vendor resolution.
netalertx | 18:01:51 [Plugin utils] ---------------------------------------------
netalertx | 18:01:51 [Plugin utils] display_name: Workflows
netalertx | 18:01:51 [Plugin utils] description: A plugin to adjust behavior of workflows.
netalertx | 18:01:51 [Config] ⛔ Unloading WEBMON
netalertx | 18:01:51 [Config] ⛔ Unloading UNDIS
netalertx | 18:01:51 [Config] ⛔ Unloading INTRSPD
netalertx | 18:01:51 [Config] ⛔ Unloading DDNS
netalertx | 18:01:51 [Config] ⛔ Unloading WEBHOOK
netalertx | 18:01:51 [Config] ⛔ Unloading TELEGRAM
netalertx | 18:01:51 [Config] ⛔ Unloading PUSHSAFER
netalertx | 18:01:51 [Config] ⛔ Unloading PUSHOVER
netalertx | 18:01:51 [Config] ⛔ Unloading NTFY
netalertx | 18:01:51 [Config] ⛔ Unloading MQTT
netalertx | 18:01:51 [Config] ⛔ Unloading SMTP
netalertx | 18:01:51 [Config] ⛔ Unloading NMAP
netalertx | 18:01:51 [Config] ⛔ Unloading MTSCAN
netalertx | 18:01:51 [Config] ⛔ Unloading ICMP
netalertx | 18:01:51 [Config] ⛔ Unloading NMAPDEV
netalertx | 18:01:51 [Config] ⛔ Unloading NBTSCAN
netalertx | 18:01:51 [Config] ⛔ Unloading DHCPSRVS
netalertx | 18:01:51 [Config] ⛔ Unloading DHCPLSS
netalertx | 18:01:51 [Config] ⛔ Unloading PIHOLE
netalertx | 18:01:51 [Config] ⛔ Unloading UNFIMP
netalertx | 18:01:51 [Config] ⛔ Unloading SNMPDSC
netalertx | 18:01:51 [Config] ⛔ Unloading OMDSDN
netalertx | 18:01:51 [Config] ⛔ Unloading IPNEIGH
netalertx | 18:01:51 [Config] ⛔ Unloading FREEBOX
netalertx | 18:01:51 [Config] Number of Plugins to load: 15
netalertx | 18:01:51 [Config] Plugins to load: ['ARPSCAN', 'AVAHISCAN', 'INTRNT', 'NSLOOKUP', 'APPRISE', 'CSVBCKP', 'DBCLNP', 'MAINT', 'NEWDEV', 'NTFPRCS', 'SETPWD', 'SYNC', 'UI', 'VNDRPDT', 'WORKFLOWS']
netalertx | 18:01:51 [Config] App upgraded 🚀
netalertx | 18:01:52 [graphql_server] Starting on port: 20212
netalertx | * Serving Flask app 'graphql_server.graphql_server_start'
netalertx | * Debug mode: on
netalertx | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
netalertx | * Running on all addresses (0.0.0.0)
netalertx | * Running on http://127.0.0.1:20212
netalertx | * Running on http://172.16.1.104:20212
netalertx | Press CTRL+C to quit
netalertx | 18:01:52 [Config] Imported new settings config
netalertx | 18:01:52 [Scheduler] run for ARPSCAN: NO
netalertx | 18:01:52 [Scheduler] run for INTRNT: NO
netalertx | 18:01:52 [Scheduler] run for CSVBCKP: NO
netalertx | 18:01:52 [Scheduler] run for DBCLNP: NO
netalertx | 18:01:52 [Scheduler] run for MAINT: NO
netalertx | 18:01:52 [Scheduler] run for VNDRPDT: NO
netalertx | 18:01:52 [Plugin utils] ---------------------------------------------
netalertx | 18:01:52 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 18:01:52 [Plugins] Executing: python3 /app/front/plugins/nslookup_scan/nslookup.py
netalertx | 18:01:54 [Plugins] Output: [plugin_helper] reading config file
netalertx | 18:01:52 [NSLOOKUP] In script
netalertx | 18:01:52 [Database] Opening DB
netalertx | 18:01:52 [NSLOOKUP] Unknown devices count: 37
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.60
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.72
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.90
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.92
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.132
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.144
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.169
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.190
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.110
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.111
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.212
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.221
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.243
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.250
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.25
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.30
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.35
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.40
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.45
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.50
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.53
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.55
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.31
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.32
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.60
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.65
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.71
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.70
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.105
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.89
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.178
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.183
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 192.168.30.41
netalertx | 18:01:53 [NSLOOKUP]No PTR record found for IP: 172.16.1.248
netalertx | 18:01:54 [NSLOOKUP]No PTR record found for IP: 172.16.1.101
netalertx | 18:01:54 [NSLOOKUP]No PTR record found for IP: 172.16.1.164
netalertx | 18:01:54 [NSLOOKUP]No PTR record found for IP: 172.16.1.222
netalertx | 18:01:54 [NSLOOKUP] Script finished
netalertx |
netalertx | 18:01:54 [Plugins] Processed and deleted file: /app/log/plugins/last_result.NSLOOKUP.log
netalertx | 18:01:54 [Plugins] No output received from the plugin "NSLOOKUP"
netalertx | 18:01:54 [Update Device Name] Trying to resolve devices without name. Unknown devices count: 37
netalertx | 18:01:55 [Update Device Name] Names Found (DiG/mDNS/NSLOOKUP/NBTSCAN): 0 (0/0/0/0)
netalertx | 18:01:55 [Update Device Name] Names Not Found : 37
netalertx | 18:01:55 [Notification] Check if something to report
netalertx | 18:01:55 [Notification] Included sections: ['new_devices', 'down_devices', 'events']
netalertx | 18:01:55 [Notification] No changes to report
netalertx | 18:01:55 [MAIN] Process: Idle
netalertx | 18:02:56 [Scheduler] run for ARPSCAN: NO
netalertx | 18:02:56 [Scheduler] run for INTRNT: NO
netalertx | 18:02:56 [Scheduler] run for CSVBCKP: NO
netalertx | 18:02:56 [Scheduler] run for DBCLNP: NO
netalertx | 18:02:56 [Scheduler] run for MAINT: NO
netalertx | 18:02:56 [Scheduler] run for VNDRPDT: NO
netalertx | 18:02:56 [Plugin utils] ---------------------------------------------
netalertx | 18:02:56 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 18:02:56 [Plugins] Executing: python3 /app/front/plugins/nslookup_scan/nslookup.py
netalertx | 18:02:58 [Plugins] Output: [plugin_helper] reading config file
netalertx | 18:02:57 [NSLOOKUP] In script
netalertx | 18:02:57 [Database] Opening DB
netalertx | 18:02:57 [NSLOOKUP] Unknown devices count: 37
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.60
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.72
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.90
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.92
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.132
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.144
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.169
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.190
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.110
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.111
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.212
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.221
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.243
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 172.16.1.250
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.25
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.30
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.35
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.40
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.45
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.50
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.53
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.55
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.31
netalertx | 18:02:57 [NSLOOKUP]No PTR record found for IP: 192.168.30.32
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.60
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.65
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.71
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.70
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.105
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.89
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.178
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.183
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 192.168.30.41
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 172.16.1.248
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 172.16.1.101
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 172.16.1.164
netalertx | 18:02:58 [NSLOOKUP]No PTR record found for IP: 172.16.1.222
netalertx | 18:02:58 [NSLOOKUP] Script finished
netalertx |
netalertx | 18:02:58 [Plugins] Processed and deleted file: /app/log/plugins/last_result.NSLOOKUP.log
netalertx | 18:02:58 [Plugins] No output received from the plugin "NSLOOKUP"
netalertx | 18:02:58 [Update Device Name] Trying to resolve devices without name. Unknown devices count: 37
netalertx | 18:02:59 [Update Device Name] Names Found (DiG/mDNS/NSLOOKUP/NBTSCAN): 0 (0/0/0/0)
netalertx | 18:02:59 [Update Device Name] Names Not Found : 37
netalertx | 18:02:59 [Notification] Check if something to report
netalertx | 18:02:59 [Notification] Included sections: ['new_devices', 'down_devices', 'events']
netalertx | 18:02:59 [Notification] No changes to report
netalertx | 18:02:59 [MAIN] Process: Idle
netalertx | 18:04:01 [Scheduler] run for ARPSCAN: NO
netalertx | 18:04:01 [Scheduler] run for INTRNT: NO
netalertx | 18:04:01 [Scheduler] run for CSVBCKP: NO
netalertx | 18:04:01 [Scheduler] run for DBCLNP: NO
netalertx | 18:04:01 [Scheduler] run for MAINT: NO
netalertx | 18:04:01 [Scheduler] run for VNDRPDT: NO
netalertx | 18:04:01 [Plugin utils] ---------------------------------------------
netalertx | 18:04:01 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 18:04:01 [Plugins] Executing: python3 /app/front/plugins/nslookup_scan/nslookup.py
netalertx | 18:04:02 [Plugins] Output: [plugin_helper] reading config file
netalertx | 18:04:01 [NSLOOKUP] In script
netalertx | 18:04:01 [Database] Opening DB
netalertx | 18:04:01 [NSLOOKUP] Unknown devices count: 37
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.60
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.72
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.90
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.92
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.132
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.144
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.169
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.190
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.110
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.111
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.212
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.221
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.243
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 172.16.1.250
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 192.168.30.25
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 192.168.30.30
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 192.168.30.35
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 192.168.30.40
netalertx | 18:04:01 [NSLOOKUP]No PTR record found for IP: 192.168.30.45
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.50
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.53
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.55
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.31
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.32
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.60
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.65
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.71
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.70
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.105
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.89
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.178
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.183
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 192.168.30.41
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 172.16.1.248
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 172.16.1.101
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 172.16.1.164
netalertx | 18:04:02 [NSLOOKUP]No PTR record found for IP: 172.16.1.222
netalertx | 18:04:02 [NSLOOKUP] Script finished
netalertx |
netalertx | 18:04:02 [Plugins] Processed and deleted file: /app/log/plugins/last_result.NSLOOKUP.log
netalertx | 18:04:02 [Plugins] No output received from the plugin "NSLOOKUP"
netalertx | 18:04:02 [Update Device Name] Trying to resolve devices without name. Unknown devices count: 37
netalertx | 18:04:03 [Update Device Name] Names Found (DiG/mDNS/NSLOOKUP/NBTSCAN): 0 (0/0/0/0)
netalertx | 18:04:03 [Update Device Name] Names Not Found : 37
netalertx | 18:04:03 [Notification] Check if something to report
netalertx | 18:04:03 [Notification] Included sections: ['new_devices', 'down_devices', 'events']
netalertx | 18:04:03 [Notification] No changes to report
netalertx | 18:04:03 [MAIN] Process: Idle
netalertx | 18:05:05 [Scheduler] run for ARPSCAN: YES
netalertx | 18:05:05 [Plugin utils] ---------------------------------------------
netalertx | 18:05:05 [Plugin utils] display_name: Arp-Scan (Network scan)
netalertx | 18:05:05 [Plugins] Executing: python3 /app/front/plugins/arp_scan/script.py userSubnets={subnets}
netalertx | 18:06:01 [Plugins] Output: [plugin_helper] reading config file
netalertx | 18:05:05 [ARP Scan] In script
netalertx | 18:05:05 [ARPSCAN] userSubnetsParam: 172.16.1.0/24 --interface=eth0,192.168.30.0/24 --interface=eth0 -vlan=30,192.168.80.0/24 --interface=eth0 -vlan=80,172.16.0.0/24 --interface=eth0,172.16.2.0/24 --interface=eth0
netalertx | 18:05:05 [Database] Opening DB
netalertx | 18:05:16 [ARPSCAN] arpscan_output: Interface: eth0, type: EN10MB, MAC: 00:16:3e:49:cf:31, IPv4: 172.16.1.104
netalertx | Starting arp-scan 1.10.0 with 256 hosts (https://github.com/royhills/arp-scan)
netalertx | 172.16.1.2 b4:22:00:86:8a:c2 Brother Industries, LTD.
netalertx | 172.16.1.4 00:16:3e:ad:f7:b9 Xensource, Inc.
netalertx | 172.16.1.6 00:16:3e:40:c5:7b Xensource, Inc.
netalertx | 172.16.1.9 00:16:3e:e7:34:49 Xensource, Inc.
netalertx | 172.16.1.10 34:e1:d1:80:75:52 Hubitat Inc.
netalertx | 172.16.1.12 9c:ad:ef:63:c4:57 Obihai Technology, Inc.
netalertx | 172.16.1.15 00:16:3e:ff:ee:f4 Xensource, Inc.
netalertx | 172.16.1.50 76:4c:fc:6d:51:89 (Unknown: locally administered)
netalertx | 172.16.1.51 6e:25:d3:87:06:bc (Unknown: locally administered)
netalertx | 172.16.1.57 24:5e:be:44:4e:9a QNAP Systems, Inc.
netalertx | 172.16.1.58 0e:41:f8:43:8d:c2 (Unknown: locally administered)
netalertx | 172.16.1.60 e4:38:83:1c:05:e0 Ubiquiti Networks Inc.
netalertx | 172.16.1.65 b2:b6:07:dd:43:1a (Unknown: locally administered)
netalertx | 172.16.1.74 de:0c:71:49:a6:e3 (Unknown: locally administered)
netalertx | 172.16.1.75 00:16:3e:a9:9d:1b Xensource, Inc.
netalertx | 172.16.1.77 b6:80:60:7a:c1:1f (Unknown: locally administered)
netalertx | 172.16.1.81 00:16:3e:38:93:43 Xensource, Inc.
netalertx | 172.16.1.82 20:7c:14:f4:3c:2c Qotom
netalertx | 172.16.1.83 00:16:3e:95:b6:bb Xensource, Inc.
netalertx | 172.16.1.84 00:17:88:7b:c0:98 Philips Lighting BV
netalertx | 172.16.1.85 00:16:3e:8f:cb:f0 Xensource, Inc.
netalertx | 172.16.1.86 dc:a6:32:0d:ba:a7 Raspberry Pi Trading Ltd
netalertx | 172.16.1.89 02:42:ce:da:79:ec (Unknown: locally administered)
netalertx | 172.16.1.90 d0:21:f9:f1:69:c4 Ubiquiti Networks Inc.
netalertx | 172.16.1.92 68:d7:9a:4c:2a:9d Ubiquiti Networks Inc.
netalertx | 172.16.1.93 00:16:3e:44:a3:92 Xensource, Inc.
netalertx | 172.16.1.94 00:16:3e:82:77:5b Xensource, Inc.
netalertx | 172.16.1.99 00:16:3e:be:05:85 Xensource, Inc.
netalertx | 172.16.1.100 00:16:3e:93:0c:2d Xensource, Inc.
netalertx | 172.16.1.107 00:16:3e:88:83:58 Xensource, Inc.
netalertx | 172.16.1.109 00:16:3e:7e:38:93 Xensource, Inc.
netalertx | 172.16.1.110 18:b4:30:29:e9:06 Nest Labs Inc.
netalertx | 172.16.1.116 b8:27:eb:19:39:bc Raspberry Pi Foundation
netalertx | 172.16.1.118 00:16:3e:67:4d:35 Xensource, Inc.
netalertx | 172.16.1.132 00:16:3e:82:b5:96 Xensource, Inc.
netalertx | 172.16.1.133 00:16:3e:8f:f6:d9 Xensource, Inc.
netalertx | 172.16.1.140 00:16:3e:96:d3:34 Xensource, Inc.
netalertx | 172.16.1.141 00:16:3e:c1:19:c9 Xensource, Inc.
netalertx | 172.16.1.156 00:16:3e:27:33:df Xensource, Inc.
netalertx | 172.16.1.111 c4:ac:59:f5:0d:f4 Murata Manufacturing Co., Ltd.
netalertx | 172.16.1.167 00:16:3e:8b:2a:bd Xensource, Inc.
netalertx | 172.16.1.169 d8:b3:70:39:a9:5b (Unknown)
netalertx | 172.16.1.69 cc:f7:35:ed:3a:27 Amazon Technologies Inc.
netalertx | 172.16.1.173 00:16:3e:9c:d5:9d Xensource, Inc.
netalertx | 172.16.1.174 60:22:32:83:56:ab Ubiquiti Networks Inc.
netalertx | 172.16.1.142 b8:e9:37:7c:86:b4 Sonos, Inc.
netalertx | 172.16.1.166 b8:e9:37:7c:86:b4 Sonos, Inc.
netalertx | 172.16.1.185 18:b4:30:9f:76:92 Nest Labs Inc.
netalertx | 172.16.1.190 00:18:61:34:a8:2b Ooma, Inc.
netalertx | 172.16.1.191 52:54:00:1e:80:da QEMU
netalertx | 172.16.1.211 00:16:3e:03:4b:b5 Xensource, Inc.
netalertx | 172.16.1.212 78:8a:20:c5:5c:23 Ubiquiti Networks Inc.
netalertx | 172.16.1.165 68:9a:87:e3:00:e5 Amazon Technologies Inc.
netalertx | 172.16.1.215 00:16:3e:c5:92:1c Xensource, Inc.
netalertx | 172.16.1.219 16:a6:b3:24:95:50 (Unknown: locally administered)
netalertx | 172.16.1.220 00:16:3e:ee:f7:75 Xensource, Inc.
netalertx | 172.16.1.223 e4:38:83:16:19:8d Ubiquiti Networks Inc.
netalertx | 172.16.1.226 20:7c:14:f4:3b:58 Qotom
netalertx | 172.16.1.228 00:16:3e:24:72:07 Xensource, Inc.
netalertx | 172.16.1.229 20:7c:14:f4:3b:58 Qotom
netalertx | 172.16.1.231 70:a7:41:f8:77:b5 Ubiquiti Networks Inc.
netalertx | 172.16.1.234 00:16:3e:90:24:35 Xensource, Inc.
netalertx | 172.16.1.235 00:16:3e:af:18:1c Xensource, Inc.
netalertx | 172.16.1.238 24:5e:be:44:4e:9c QNAP Systems, Inc.
netalertx | 172.16.1.240 00:16:3e:95:bb:6a Xensource, Inc.
netalertx | 172.16.1.243 b4:fb:e4:8c:f0:7e Ubiquiti Networks Inc.
netalertx | 172.16.1.245 00:16:3e:e2:39:8c Xensource, Inc.
netalertx | 172.16.1.246 00:16:3e:8f:61:9e Xensource, Inc.
netalertx | 172.16.1.250 d8:b3:70:1e:97:86 (Unknown)
netalertx | 172.16.1.242 b8:e9:37:32:7c:32 Sonos, Inc.
netalertx | 172.16.1.247 dc:54:d7:29:35:00 Amazon Technologies Inc.
netalertx | 172.16.1.221 18:b4:30:51:d9:86 Nest Labs Inc.
netalertx | 172.16.1.230 5c:aa:fd:03:ae:e0 Sonos, Inc.
netalertx | 172.16.1.95 24:95:2f:5c:0a:9c Google, Inc.
netalertx | 172.16.1.129 fc:ec:da:76:4d:36 Ubiquiti Networks Inc.
netalertx | 172.16.1.183 1c:4d:66:95:2b:45 Amazon Technologies Inc.
netalertx | 172.16.1.181 b8:e9:37:7c:86:b4 Sonos, Inc.
netalertx | 172.16.1.182 b8:e9:37:7c:86:b4 Sonos, Inc.
netalertx |
netalertx | 84 packets received by filter, 0 packets dropped by kernel
netalertx | Ending arp-scan 1.10.0: 256 hosts scanned in 11.076 seconds (23.11 hosts/sec). 78 responded
netalertx |
netalertx | 18:05:27 [ARPSCAN] arpscan_output: Interface: eth0, type: EN10MB, MAC: 00:16:3e:49:cf:31, IPv4: 172.16.1.104
netalertx | Starting arp-scan 1.10.0 with 256 hosts (https://github.com/royhills/arp-scan)
netalertx | 192.168.30.3 00:16:3e:36:d8:08 Xensource, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.5 00:16:3e:8a:0b:9b Xensource, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.6 00:16:3e:49:c2:77 Xensource, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.10 00:16:3e:c3:dd:72 Xensource, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.15 00:16:3e:0c:fc:8e Xensource, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.16 9c:c8:e9:ae:3e:39 (Unknown) (802.1Q VLAN=30)
netalertx | 192.168.30.17 48:b4:23:2c:93:b6 Amazon Technologies Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.19 08:05:81:6e:58:fd Roku, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.20 9c:8e:cd:1f:75:f6 Amcrest Technologies (802.1Q VLAN=30)
netalertx | 192.168.30.21 2c:aa:8e:13:c1:99 Wyze Labs Inc (802.1Q VLAN=30)
netalertx | 192.168.30.22 2c:aa:8e:15:a6:25 Wyze Labs Inc (802.1Q VLAN=30)
netalertx | 192.168.30.24 88:de:a9:07:40:60 Roku, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.25 ec:71:db:db:59:b1 Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.30 ec:71:db:a6:84:dd Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.31 68:d7:9a:e2:8c:a5 Ubiquiti Networks Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.32 68:d7:9a:e4:39:7d Ubiquiti Networks Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.35 ec:71:db:b4:cc:48 Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.40 ec:71:db:60:ce:6f Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.45 ec:71:db:8d:7f:38 Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.47 1c:4d:66:06:13:5d Amazon Technologies Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.50 ec:71:db:8b:35:db Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.55 ec:71:db:56:2f:c2 Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.58 24:5e:be:36:39:14 QNAP Systems, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.53 00:04:20:f1:8d:4e Slim Devices, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.60 ec:71:db:68:35:3e Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.65 ec:71:db:28:98:eb Reolink Innovation Limited (802.1Q VLAN=30)
netalertx | 192.168.30.70 48:9e:9d:d8:72:3a (Unknown) (802.1Q VLAN=30)
netalertx | 192.168.30.18 74:d6:37:65:eb:f3 Amazon Technologies Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.26 cc:9e:a2:f1:ba:1a Amazon Technologies Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.74 74:c2:46:68:b7:ea Amazon Technologies Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.105 64:52:99:8a:af:80 The Chamberlain Group, Inc (802.1Q VLAN=30)
netalertx | 192.168.30.109 44:09:b8:11:1b:f0 Salcomp (Shenzhen) CO., LTD. (802.1Q VLAN=30)
netalertx | 192.168.30.71 00:04:20:e8:06:f0 Slim Devices, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.89 40:ca:63:bb:29:d1 Seongji Industry Company (802.1Q VLAN=30)
netalertx | 192.168.30.134 00:18:dd:0a:5a:85 Silicondust Engineering Ltd (802.1Q VLAN=30)
netalertx | 192.168.30.178 70:a7:41:0c:09:07 Ubiquiti Networks Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.183 00:04:20:eb:ff:24 Slim Devices, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.190 9e:65:f9:04:37:52 (Unknown: locally administered) (802.1Q VLAN=30)
netalertx | 192.168.30.191 38:8b:59:92:69:64 Google, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.192 fc:03:9f:81:c6:32 Samsung Electronics Co.,Ltd (802.1Q VLAN=30)
netalertx | 192.168.30.193 68:54:fd:27:e5:1a Amazon Technologies Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.198 48:d6:d5:e2:a5:00 Google, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.201 00:16:3e:dc:1a:93 Xensource, Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.211 d0:40:ef:3f:4f:c0 Murata Manufacturing Co., Ltd. (802.1Q VLAN=30)
netalertx | 192.168.30.214 7c:d5:66:59:00:05 Amazon Technologies Inc. (802.1Q VLAN=30)
netalertx | 192.168.30.222 00:16:3e:bd:70:5f Xensource, Inc. (802.1Q VLAN=30)
netalertx |
netalertx | 46 packets received by filter, 0 packets dropped by kernel
netalertx | Ending arp-scan 1.10.0: 256 hosts scanned in 11.096 seconds (23.07 hosts/sec). 46 responded
netalertx |
netalertx | 18:05:38 [ARPSCAN] arpscan_output: Interface: eth0, type: EN10MB, MAC: 00:16:3e:49:cf:31, IPv4: 172.16.1.104
netalertx | Starting arp-scan 1.10.0 with 256 hosts (https://github.com/royhills/arp-scan)
netalertx | 192.168.80.5 00:16:3e:b5:1d:46 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.7 52:54:00:13:c7:db QEMU (802.1Q VLAN=80)
netalertx | 192.168.80.10 00:16:3e:b9:5d:66 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.20 00:16:3e:7f:9c:cb Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.40 00:16:3e:79:17:0b Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.55 6a:07:16:0b:cf:da (Unknown: locally administered) (802.1Q VLAN=80)
netalertx | 192.168.80.58 24:5e:be:36:39:15 QNAP Systems, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.65 00:16:3e:74:73:c6 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.88 00:16:3e:21:47:28 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.90 00:16:3e:80:8d:11 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.96 00:16:3e:91:7f:03 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.110 00:16:3e:56:bf:02 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.129 00:16:3e:ce:bf:06 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.144 00:16:3e:29:de:98 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.149 00:16:3e:c9:0b:65 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.156 00:16:3e:15:98:cc Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.160 00:16:3e:42:57:30 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.185 00:16:3e:e2:ad:93 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.191 00:16:3e:5d:30:df Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.194 00:16:3e:49:f9:b8 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.200 00:16:3e:24:f0:99 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.202 00:16:3e:9d:36:a1 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.210 00:16:3e:ee:71:ae Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.229 00:16:3e:6a:57:dd Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.232 00:16:3e:d2:5e:11 Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.240 00:16:3e:73:0d:4c Xensource, Inc. (802.1Q VLAN=80)
netalertx | 192.168.80.241 00:16:3e:76:e6:8e Xensource, Inc. (802.1Q VLAN=80)
netalertx |
netalertx | 29 packets received by filter, 0 packets dropped by kernel
netalertx | Ending arp-scan 1.10.0: 256 hosts scanned in 11.066 seconds (23.13 hosts/sec). 27 responded
netalertx |
netalertx | 18:05:50 [ARPSCAN] arpscan_output: Interface: eth0, type: EN10MB, MAC: 00:16:3e:49:cf:31, IPv4: 172.16.1.104
netalertx | Starting arp-scan 1.10.0 with 256 hosts (https://github.com/royhills/arp-scan)
netalertx | 172.16.0.1 e2:63:da:88:c6:44 (Unknown: locally administered)
netalertx | 172.16.0.2 e2:63:da:88:c6:44 (Unknown: locally administered)
netalertx | 172.16.0.10 00:16:3e:40:c5:7b Xensource, Inc.
netalertx | 172.16.0.15 00:16:3e:c5:92:1c Xensource, Inc.
netalertx | 172.16.0.30 00:16:3e:95:b6:bb Xensource, Inc.
netalertx | 172.16.0.100 86:d1:77:68:a6:b5 (Unknown: locally administered)
netalertx |
netalertx | 6 packets received by filter, 0 packets dropped by kernel
netalertx | Ending arp-scan 1.10.0: 256 hosts scanned in 11.080 seconds (23.10 hosts/sec). 6 responded
netalertx |
netalertx | 18:06:01 [ARPSCAN] arpscan_output: Interface: eth0, type: EN10MB, MAC: 00:16:3e:49:cf:31, IPv4: 172.16.1.104
netalertx | Starting arp-scan 1.10.0 with 256 hosts (https://github.com/royhills/arp-scan)
netalertx | 172.16.2.1 00:16:3e:ee:26:13 Xensource, Inc.
netalertx |
netalertx | 1 packets received by filter, 0 packets dropped by kernel
netalertx | Ending arp-scan 1.10.0: 256 hosts scanned in 11.097 seconds (23.07 hosts/sec). 1 responded
netalertx |
netalertx | 18:06:01 [ARPSCAN] Found: Devices without duplicates 150
netalertx | 18:06:01 [ARPSCAN] Devices List len:158
netalertx | 18:06:01 [ARPSCAN] Devices List:[{'ip': '172.16.1.2', 'mac': 'b4:22:00:86:8a:c2', 'hw': 'Brother Industries, LTD.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.4', 'mac': '00:16:3e:ad:f7:b9', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.6', 'mac': '00:16:3e:40:c5:7b', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.9', 'mac': '00:16:3e:e7:34:49', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.10', 'mac': '34:e1:d1:80:75:52', 'hw': 'Hubitat Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.12', 'mac': '9c:ad:ef:63:c4:57', 'hw': 'Obihai Technology, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.15', 'mac': '00:16:3e:ff:ee:f4', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.50', 'mac': '76:4c:fc:6d:51:89', 'hw': '(Unknown: locally administered)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.51', 'mac': '6e:25:d3:87:06:bc', 'hw': '(Unknown: locally administered)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.57', 'mac': '24:5e:be:44:4e:9a', 'hw': 'QNAP Systems, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.58', 'mac': '0e:41:f8:43:8d:c2', 'hw': '(Unknown: locally administered)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.60', 'mac': 'e4:38:83:1c:05:e0', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.65', 'mac': 'b2:b6:07:dd:43:1a', 'hw': '(Unknown: locally administered)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.74', 'mac': 'de:0c:71:49:a6:e3', 'hw': '(Unknown: locally administered)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.75', 'mac': '00:16:3e:a9:9d:1b', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.77', 'mac': 'b6:80:60:7a:c1:1f', 'hw': '(Unknown: locally administered)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.81', 'mac': '00:16:3e:38:93:43', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.82', 'mac': '20:7c:14:f4:3c:2c', 'hw': 'Qotom', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.83', 'mac': '00:16:3e:95:b6:bb', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.84', 'mac': '00:17:88:7b:c0:98', 'hw': 'Philips Lighting BV', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.85', 'mac': '00:16:3e:8f:cb:f0', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.86', 'mac': 'dc:a6:32:0d:ba:a7', 'hw': 'Raspberry Pi Trading Ltd', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.89', 'mac': '02:42:ce:da:79:ec', 'hw': '(Unknown: locally administered)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.90', 'mac': 'd0:21:f9:f1:69:c4', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.92', 'mac': '68:d7:9a:4c:2a:9d', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.93', 'mac': '00:16:3e:44:a3:92', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.94', 'mac': '00:16:3e:82:77:5b', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.99', 'mac': '00:16:3e:be:05:85', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.100', 'mac': '00:16:3e:93:0c:2d', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.107', 'mac': '00:16:3e:88:83:58', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.109', 'mac': '00:16:3e:7e:38:93', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.110', 'mac': '18:b4:30:29:e9:06', 'hw': 'Nest Labs Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.116', 'mac': 'b8:27:eb:19:39:bc', 'hw': 'Raspberry Pi Foundation', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.118', 'mac': '00:16:3e:67:4d:35', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.132', 'mac': '00:16:3e:82:b5:96', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.133', 'mac': '00:16:3e:8f:f6:d9', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.140', 'mac': '00:16:3e:96:d3:34', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.141', 'mac': '00:16:3e:c1:19:c9', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.156', 'mac': '00:16:3e:27:33:df', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.111', 'mac': 'c4:ac:59:f5:0d:f4', 'hw': 'Murata Manufacturing Co., Ltd.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.167', 'mac': '00:16:3e:8b:2a:bd', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.169', 'mac': 'd8:b3:70:39:a9:5b', 'hw': '(Unknown)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.69', 'mac': 'cc:f7:35:ed:3a:27', 'hw': 'Amazon Technologies Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.173', 'mac': '00:16:3e:9c:d5:9d', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.174', 'mac': '60:22:32:83:56:ab', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.142', 'mac': 'b8:e9:37:7c:86:b4', 'hw': 'Sonos, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.166', 'mac': 'b8:e9:37:7c:86:b4', 'hw': 'Sonos, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.185', 'mac': '18:b4:30:9f:76:92', 'hw': 'Nest Labs Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.190', 'mac': '00:18:61:34:a8:2b', 'hw': 'Ooma, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.191', 'mac': '52:54:00:1e:80:da', 'hw': 'QEMU', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.211', 'mac': '00:16:3e:03:4b:b5', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.212', 'mac': '78:8a:20:c5:5c:23', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.165', 'mac': '68:9a:87:e3:00:e5', 'hw': 'Amazon Technologies Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.215', 'mac': '00:16:3e:c5:92:1c', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.219', 'mac': '16:a6:b3:24:95:50', 'hw': '(Unknown: locally administered)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.220', 'mac': '00:16:3e:ee:f7:75', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.223', 'mac': 'e4:38:83:16:19:8d', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.226', 'mac': '20:7c:14:f4:3b:58', 'hw': 'Qotom', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.228', 'mac': '00:16:3e:24:72:07', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.229', 'mac': '20:7c:14:f4:3b:58', 'hw': 'Qotom', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.231', 'mac': '70:a7:41:f8:77:b5', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.234', 'mac': '00:16:3e:90:24:35', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.235', 'mac': '00:16:3e:af:18:1c', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.238', 'mac': '24:5e:be:44:4e:9c', 'hw': 'QNAP Systems, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.240', 'mac': '00:16:3e:95:bb:6a', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.243', 'mac': 'b4:fb:e4:8c:f0:7e', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.245', 'mac': '00:16:3e:e2:39:8c', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.246', 'mac': '00:16:3e:8f:61:9e', 'hw': 'Xensource, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.250', 'mac': 'd8:b3:70:1e:97:86', 'hw': '(Unknown)', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.242', 'mac': 'b8:e9:37:32:7c:32', 'hw': 'Sonos, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.247', 'mac': 'dc:54:d7:29:35:00', 'hw': 'Amazon Technologies Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.221', 'mac': '18:b4:30:51:d9:86', 'hw': 'Nest Labs Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.230', 'mac': '5c:aa:fd:03:ae:e0', 'hw': 'Sonos, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.95', 'mac': '24:95:2f:5c:0a:9c', 'hw': 'Google, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.129', 'mac': 'fc:ec:da:76:4d:36', 'hw': 'Ubiquiti Networks Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.183', 'mac': '1c:4d:66:95:2b:45', 'hw': 'Amazon Technologies Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.181', 'mac': 'b8:e9:37:7c:86:b4', 'hw': 'Sonos, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '172.16.1.182', 'mac': 'b8:e9:37:7c:86:b4', 'hw': 'Sonos, Inc.', 'interface': '172.16.1.0/24 --interface=eth0'}, {'ip': '192.168.30.3', 'mac': '00:16:3e:36:d8:08', 'hw': 'Xensource, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.5', 'mac': '00:16:3e:8a:0b:9b', 'hw': 'Xensource, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.6', 'mac': '00:16:3e:49:c2:77', 'hw': 'Xensource, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.10', 'mac': '00:16:3e:c3:dd:72', 'hw': 'Xensource, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.15', 'mac': '00:16:3e:0c:fc:8e', 'hw': 'Xensource, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.16', 'mac': '9c:c8:e9:ae:3e:39', 'hw': '(Unknown) (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.17', 'mac': '48:b4:23:2c:93:b6', 'hw': 'Amazon Technologies Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.19', 'mac': '08:05:81:6e:58:fd', 'hw': 'Roku, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.20', 'mac': '9c:8e:cd:1f:75:f6', 'hw': 'Amcrest Technologies (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.21', 'mac': '2c:aa:8e:13:c1:99', 'hw': 'Wyze Labs Inc (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.22', 'mac': '2c:aa:8e:15:a6:25', 'hw': 'Wyze Labs Inc (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.24', 'mac': '88:de:a9:07:40:60', 'hw': 'Roku, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.25', 'mac': 'ec:71:db:db:59:b1', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.30', 'mac': 'ec:71:db:a6:84:dd', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.31', 'mac': '68:d7:9a:e2:8c:a5', 'hw': 'Ubiquiti Networks Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.32', 'mac': '68:d7:9a:e4:39:7d', 'hw': 'Ubiquiti Networks Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.35', 'mac': 'ec:71:db:b4:cc:48', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.40', 'mac': 'ec:71:db:60:ce:6f', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.45', 'mac': 'ec:71:db:8d:7f:38', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.47', 'mac': '1c:4d:66:06:13:5d', 'hw': 'Amazon Technologies Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.50', 'mac': 'ec:71:db:8b:35:db', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.55', 'mac': 'ec:71:db:56:2f:c2', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.58', 'mac': '24:5e:be:36:39:14', 'hw': 'QNAP Systems, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.53', 'mac': '00:04:20:f1:8d:4e', 'hw': 'Slim Devices, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.60', 'mac': 'ec:71:db:68:35:3e', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.65', 'mac': 'ec:71:db:28:98:eb', 'hw': 'Reolink Innovation Limited (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.70', 'mac': '48:9e:9d:d8:72:3a', 'hw': '(Unknown) (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.18', 'mac': '74:d6:37:65:eb:f3', 'hw': 'Amazon Technologies Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.26', 'mac': 'cc:9e:a2:f1:ba:1a', 'hw': 'Amazon Technologies Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.74', 'mac': '74:c2:46:68:b7:ea', 'hw': 'Amazon Technologies Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.105', 'mac': '64:52:99:8a:af:80', 'hw': 'The Chamberlain Group, Inc (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.109', 'mac': '44:09:b8:11:1b:f0', 'hw': 'Salcomp (Shenzhen) CO., LTD. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.71', 'mac': '00:04:20:e8:06:f0', 'hw': 'Slim Devices, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.89', 'mac': '40:ca:63:bb:29:d1', 'hw': 'Seongji Industry Company (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.134', 'mac': '00:18:dd:0a:5a:85', 'hw': 'Silicondust Engineering Ltd (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.178', 'mac': '70:a7:41:0c:09:07', 'hw': 'Ubiquiti Networks Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.183', 'mac': '00:04:20:eb:ff:24', 'hw': 'Slim Devices, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.190', 'mac': '9e:65:f9:04:37:52', 'hw': '(Unknown: locally administered) (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.191', 'mac': '38:8b:59:92:69:64', 'hw': 'Google, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.192', 'mac': 'fc:03:9f:81:c6:32', 'hw': 'Samsung Electronics Co.,Ltd (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.193', 'mac': '68:54:fd:27:e5:1a', 'hw': 'Amazon Technologies Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.198', 'mac': '48:d6:d5:e2:a5:00', 'hw': 'Google, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.201', 'mac': '00:16:3e:dc:1a:93', 'hw': 'Xensource, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.211', 'mac': 'd0:40:ef:3f:4f:c0', 'hw': 'Murata Manufacturing Co., Ltd. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.214', 'mac': '7c:d5:66:59:00:05', 'hw': 'Amazon Technologies Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.30.222', 'mac': '00:16:3e:bd:70:5f', 'hw': 'Xensource, Inc. (802.1Q VLAN=30)', 'interface': '192.168.30.0/24 --interface=eth0 -vlan=30'}, {'ip': '192.168.80.5', 'mac': '00:16:3e:b5:1d:46', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.7', 'mac': '52:54:00:13:c7:db', 'hw': 'QEMU (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.10', 'mac': '00:16:3e:b9:5d:66', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.20', 'mac': '00:16:3e:7f:9c:cb', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.40', 'mac': '00:16:3e:79:17:0b', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.55', 'mac': '6a:07:16:0b:cf:da', 'hw': '(Unknown: locally administered) (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.58', 'mac': '24:5e:be:36:39:15', 'hw': 'QNAP Systems, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.65', 'mac': '00:16:3e:74:73:c6', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.88', 'mac': '00:16:3e:21:47:28', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.90', 'mac': '00:16:3e:80:8d:11', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.96', 'mac': '00:16:3e:91:7f:03', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.110', 'mac': '00:16:3e:56:bf:02', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.129', 'mac': '00:16:3e:ce:bf:06', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.144', 'mac': '00:16:3e:29:de:98', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.149', 'mac': '00:16:3e:c9:0b:65', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.156', 'mac': '00:16:3e:15:98:cc', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.160', 'mac': '00:16:3e:42:57:30', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.185', 'mac': '00:16:3e:e2:ad:93', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.191', 'mac': '00:16:3e:5d:30:df', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.194', 'mac': '00:16:3e:49:f9:b8', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.200', 'mac': '00:16:3e:24:f0:99', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.202', 'mac': '00:16:3e:9d:36:a1', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.210', 'mac': '00:16:3e:ee:71:ae', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.229', 'mac': '00:16:3e:6a:57:dd', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.232', 'mac': '00:16:3e:d2:5e:11', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.240', 'mac': '00:16:3e:73:0d:4c', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '192.168.80.241', 'mac': '00:16:3e:76:e6:8e', 'hw': 'Xensource, Inc. (802.1Q VLAN=80)', 'interface': '192.168.80.0/24 --interface=eth0 -vlan=80'}, {'ip': '172.16.0.1', 'mac': 'e2:63:da:88:c6:44', 'hw': '(Unknown: locally administered)', 'interface': '172.16.0.0/24 --interface=eth0'}, {'ip': '172.16.0.2', 'mac': 'e2:63:da:88:c6:44', 'hw': '(Unknown: locally administered)', 'interface': '172.16.0.0/24 --interface=eth0'}, {'ip': '172.16.0.10', 'mac': '00:16:3e:40:c5:7b', 'hw': 'Xensource, Inc.', 'interface': '172.16.0.0/24 --interface=eth0'}, {'ip': '172.16.0.15', 'mac': '00:16:3e:c5:92:1c', 'hw': 'Xensource, Inc.', 'interface': '172.16.0.0/24 --interface=eth0'}, {'ip': '172.16.0.30', 'mac': '00:16:3e:95:b6:bb', 'hw': 'Xensource, Inc.', 'interface': '172.16.0.0/24 --interface=eth0'}, {'ip': '172.16.0.100', 'mac': '86:d1:77:68:a6:b5', 'hw': '(Unknown: locally administered)', 'interface': '172.16.0.0/24 --interface=eth0'}, {'ip': '172.16.2.1', 'mac': '00:16:3e:ee:26:13', 'hw': 'Xensource, Inc.', 'interface': '172.16.2.0/24 --interface=eth0'}]
netalertx |
netalertx | 18:06:01 [Plugins] Processed and deleted file: /app/log/plugins/last_result.ARPSCAN.log
netalertx | 18:06:01 [Plugins] SUCCESS, received 158 entries
netalertx | 18:06:02 [Scheduler] run for INTRNT: YES
netalertx | 18:06:02 [Plugin utils] ---------------------------------------------
netalertx | 18:06:02 [Plugin utils] display_name: Internet-Check
netalertx | 18:06:02 [Plugins] Executing: python3 /app/front/plugins/internet_ip/script.py prev_ip={prev_ip} INTRNT_DIG_GET_IP_ARG={INTRNT_DIG_GET_IP_ARG}
netalertx | 18:06:03 [Plugins] Output: [plugin_helper] reading config file
netalertx | 18:06:03 [INTRNT] In script
netalertx | 18:06:03 [INTRNT] INTRNT_DIG_GET_IP_ARG: -4 myip.opendns.com @resolver1.opendns.com
netalertx | 18:06:03 [INTRNT] - Retrieving Internet IP
netalertx | 18:06:03 [INTRNT] DIG result : 73.232.124.118
netalertx |
netalertx | 18:06:03 [INTRNT] Current internet_IP : 73.232.124.118
netalertx | 18:06:03 [INTRNT] previous_IP : 73.232.124.118
netalertx | 18:06:03 [INTRNT] Finished
netalertx |
netalertx | 18:06:03 [Plugins] Processed and deleted file: /app/log/plugins/last_result.INTRNT.log
netalertx | 18:06:03 [Plugins] SUCCESS, received 1 entries
netalertx | 18:06:03 [Scheduler] run for CSVBCKP: NO
netalertx | 18:06:03 [Scheduler] run for DBCLNP: NO
netalertx | 18:06:03 [Scheduler] run for MAINT: NO
netalertx | 18:06:03 [Scheduler] run for VNDRPDT: NO
netalertx | 18:06:03 [Plugin utils] ---------------------------------------------
netalertx | 18:06:03 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 18:06:03 [Plugins] Executing: python3 /app/front/plugins/nslookup_scan/nslookup.py
netalertx | 18:06:04 [Plugins] Output: [plugin_helper] reading config file
netalertx | 18:06:03 [NSLOOKUP] In script
netalertx | 18:06:03 [Database] Opening DB
netalertx | 18:06:03 [NSLOOKUP] Unknown devices count: 37
netalertx | 18:06:03 [NSLOOKUP]No PTR record found for IP: 172.16.1.60
netalertx | 18:06:03 [NSLOOKUP]No PTR record found for IP: 172.16.1.72
netalertx | 18:06:03 [NSLOOKUP]No PTR record found for IP: 172.16.1.90
netalertx | 18:06:03 [NSLOOKUP]No PTR record found for IP: 172.16.1.92
netalertx | 18:06:03 [NSLOOKUP]No PTR record found for IP: 172.16.1.132
netalertx | 18:06:03 [NSLOOKUP]No PTR record found for IP: 172.16.1.144
netalertx | 18:06:03 [NSLOOKUP]No PTR record found for IP: 172.16.1.169
netalertx | 18:06:03 [NSLOOKUP]No PTR record found for IP: 172.16.1.190
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.110
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.111
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.212
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.221
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.243
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.250
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.25
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.30
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.35
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.40
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.45
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.50
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.53
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.55
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.31
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.32
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.60
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.65
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.71
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.70
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.105
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.89
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.178
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.183
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 192.168.30.41
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.248
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.101
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.164
netalertx | 18:06:04 [NSLOOKUP]No PTR record found for IP: 172.16.1.222
netalertx | 18:06:04 [NSLOOKUP] Script finished
netalertx |
netalertx | 18:06:04 [Plugins] Processed and deleted file: /app/log/plugins/last_result.NSLOOKUP.log
netalertx | 18:06:04 [Plugins] No output received from the plugin "NSLOOKUP"
netalertx | 18:06:04 [Process Scan] Exclude ignored devices
netalertx | 18:06:04 [Process Scan] Processing scan results
netalertx | 18:06:04 [Process Scan] Print Stats
netalertx | 18:06:04 [Scan Stats] Devices Detected.......: 152
netalertx | 18:06:04 [Scan Stats] New Devices............: 0
netalertx | 18:06:04 [Scan Stats] Down Alerts............: 0
netalertx | 18:06:04 [Scan Stats] New Down Alerts........: 0
netalertx | 18:06:04 [Scan Stats] New Connections........: 29
netalertx | 18:06:04 [Scan Stats] Disconnections.........: 1
netalertx | 18:06:04 [Scan Stats] IP Changes.............: 0
netalertx | 18:06:04 [Scan Stats] Scan Method Statistics:
netalertx | 18:06:04 ARPSCAN: 150
netalertx | 18:06:04 INTRNT: 1
netalertx | 18:06:04 local_MAC: 1
netalertx | 18:06:04 [Process Scan] Stats end
netalertx | 18:06:04 [Process Scan] Sessions Events (connect / disconnect)
netalertx | 18:06:05 [Process Scan] Creating new devices
netalertx | 18:06:06 [Process Scan] Updating Devices Info
netalertx | 18:06:06 [Process Scan] Voiding false (ghost) disconnections
netalertx | 18:06:06 [Process Scan] Pairing session events (connection / disconnection)
netalertx | 18:06:07 [Process Scan] Creating sessions snapshot
netalertx | 18:06:07 [Process Scan] Inserting scan results into Online_History
netalertx | 18:06:07 [Process Scan] Skipping repeated notifications
netalertx | 18:06:07 [Skip Repeated Notifications] Skip Repeated
netalertx | 18:06:07 [Update Device Name] Trying to resolve devices without name. Unknown devices count: 37
netalertx | 18:06:08 [Update Device Name] Names Found (DiG/mDNS/NSLOOKUP/NBTSCAN): 0 (0/0/0/0)
netalertx | 18:06:08 [Update Device Name] Names Not Found : 37
netalertx | 18:06:08 [Notification] Check if something to report
netalertx | 18:06:08 [Notification] Included sections: ['new_devices', 'down_devices', 'events']
netalertx | 18:06:08 [Notification] No changes to report
netalertx | 18:06:08 [MAIN] Process: Idle
netalertx | 18:06:13 [Scheduler] run for ARPSCAN: NO
netalertx | 18:06:13 [Scheduler] run for INTRNT: NO
netalertx | 18:06:13 [Scheduler] run for CSVBCKP: NO
netalertx | 18:06:13 [Scheduler] run for DBCLNP: NO
netalertx | 18:06:13 [Scheduler] run for MAINT: NO
netalertx | 18:06:13 [Scheduler] run for VNDRPDT: NO
netalertx | 18:06:13 [Plugin utils] ---------------------------------------------
netalertx | 18:06:13 [Plugin utils] display_name: NSLOOKUP (Name discovery)
netalertx | 18:06:13 [Plugins] Executing: python3 /app/front/plugins/nslookup_scan/nslookup.py
netalertx | 18:06:15 [Plugins] Output: [plugin_helper] reading config file
netalertx | 18:06:14 [NSLOOKUP] In script
netalertx | 18:06:14 [Database] Opening DB
netalertx | 18:06:14 [NSLOOKUP] Unknown devices count: 37
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.60
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.72
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.90
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.92
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.132
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.144
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.169
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.190
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.110
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.111
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.212
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.221
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.243
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 172.16.1.250
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.25
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.30
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.35
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.40
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.45
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.50
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.53
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.55
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.31
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.32
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.60
netalertx | 18:06:14 [NSLOOKUP]No PTR record found for IP: 192.168.30.65
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 192.168.30.71
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 192.168.30.70
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 192.168.30.105
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 192.168.30.89
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 192.168.30.178
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 192.168.30.183
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 192.168.30.41
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 172.16.1.248
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 172.16.1.101
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 172.16.1.164
netalertx | 18:06:15 [NSLOOKUP]No PTR record found for IP: 172.16.1.222
netalertx | 18:06:15 [NSLOOKUP] Script finished
`
Beta Was this translation helpful? Give feedback.
All reactions