Seite 1 von 1

GET /licenses.json

Veröffentlicht: 4. August 2022 – 14:02 Uhr
von eric56
Hallo zusammen,
ich teste gerade Wapt und habe heute Morgen eine „Discovery“-Version bereitgestellt.
Der Agent ist bereits auf etwa zwanzig der achtzig Arbeitsstationen in meinem Unternehmen installiert.
In den Wapt-Webserver-Logs sehe ich, dass jede Arbeitsstation die Datei „licenses.json“ zweimal hintereinander abfragt – alle 0,01 Sekunden!

Auszug aus meiner access.log:
10.211.14.80 - - [04/Aug/2022:13:59:54 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.80 - - [04/Aug/2022:13:59:54 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.92 - - [04/Aug/2022:13:59:55 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.92 - - [04/Aug/2022:13:59:55 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.33 - - [04/Aug/2022:13:59:55 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.33 - - [04/Aug/2022:13:59:55 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.29 - - [04/Aug/2022:13:59:55 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.65 - - [04/Aug/2022:13:59:55 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.65 - - [04/Aug/2022:13:59:55 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.29 - - [04/Aug/2022:13:59:55 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.93 - - [04/Aug/2022:13:59:56 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.88 - - [04/Aug/2022:13:59:56 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.88 - - [04/Aug/2022:13:59:56 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.89 - - [04/Aug/2022:13:59:56 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.93 - - [04/Aug/2022:13:59:56 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.89 - - [04/Aug/2022:13:59:56 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.61 - - [04.08.2022:13:59:56 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.61 - - [04.08.2022:13:59:56 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.38 - - [04.08.2022:13:59:57 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.38 - - [04.08.2022:13:59:57 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.39 - - [04/Aug/2022:13:59:57 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"
10.211.14.39 - - [04/Aug/2022:13:59:57 +0200] "GET /licences.json HTTP/1.1" 200 0 "-" "wapt/2.2.2"

Ist das normales Verhalten? Oder ist meine Konfiguration irgendwo fehlerhaft?
Vielen Dank für Ihre Hilfe.
Eric.

Betreff: GET /licenses.json

Veröffentlicht: 24. August 2022 – 17:20 Uhr
von dcardon
Hallo,

der Agent prüft den Startmodus des Servers (Discovery oder Enterprise). Pro gestartetem Agenten sollten nur zwei Zeilen angezeigt werden.

Viele Grüße,

Denis