The search returned 4 results

by alejeune
February 10, 2023 - 2:48 PM
Forum: WAPT Packages
Subject: Creating a WUA package
Answers: 4
Views : 2896

Re: Creating a WUA package

One more question: what name did you want to give the rule? I'll try to reproduce the problem internally.

Thank you,
Amélie.
by alejeune
February 10, 2023 - 2:17 PM
Forum: WAPT Packages
Subject: Creating a WUA package
Answers: 4
Views : 2896

Re: Creating a WUA package

Hello,

Which specific version of 2.3 are you using?

Was the rule you tested from a console directly on the WAPT server or from another machine?

Regards,
Amélie
by alejeune
November 15, 2022 - 3:37 PM
Forum: WAPT Server
Subject: [SOLVED] Waptexit problem: 408 client error: for url:
Answers: 4
Views : 4054

Re: Waptexit problem: 408 client error: for url:

Hello,

we have identified the cause, and an internal support ticket has been opened.
For a quick fix, you can add square brackets [] to the licences.json file on the WAPT server and to /var/www/licences.json on your Debian 11 server.

Regards,
Amélie
by alejeune
July 3, 2020 - 4:47 PM
Forum: Reporting - SQL Queries
Subject: Retrieving the contents of a packet audit
Answers: 1
Views : 10584

Retrieve the contents of a package audit

Hello everyone,

I'm going to share a query that will give you a list of audit logs for a WAPT package by user who recently logged in to the machine. In my example, the target package is 'alj-firefox-esr', which you should replace with your own package.


SELECT hosts.computer_name, hosts.host ...