[BETA] WAPT 1.5
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Hello,
yes, for the moment.
Let's say it's a very stable beta version.
However, we strongly recommend switching to WAPT Server on Linux!
Simon
yes, for the moment.
Let's say it's a very stable beta version.
However, we strongly recommend switching to WAPT Server on Linux!
Simon
Of course, the PostgreSQL database is available for exploration. However, please do not update or insert anything into it.
We already have clients who are heavily utilizing it for reporting to their management teams, and their bosses love it.
Our medium- to long-term goal is for you to see a correlation between the reduced complexity of your IT infrastructure, which WAPT enables, and a decrease in user support workload (calls and emails related to malfunctions). If the two are strongly correlated, then we will know that WAPT has achieved its objective, because it will mean that WAPT has helped users be more productive, and often happier.
The Enterprise version of WAPT comes with management reporting as expected by non-operational IT departments or corporate teams in mid-sized organizations, allowing WAPT operators to demonstrate their effectiveness in a simple and user-friendly way.
Indeed, we sysadmins only exist when things don't work, and we're perceived as a burden when things work too well!! So we need to show them that things work well partly thanks to us sysadmins.
We already have clients who are heavily utilizing it for reporting to their management teams, and their bosses love it.
Our medium- to long-term goal is for you to see a correlation between the reduced complexity of your IT infrastructure, which WAPT enables, and a decrease in user support workload (calls and emails related to malfunctions). If the two are strongly correlated, then we will know that WAPT has achieved its objective, because it will mean that WAPT has helped users be more productive, and often happier.
The Enterprise version of WAPT comes with management reporting as expected by non-operational IT departments or corporate teams in mid-sized organizations, allowing WAPT operators to demonstrate their effectiveness in a simple and user-friendly way.
Indeed, we sysadmins only exist when things don't work, and we're perceived as a burden when things work too well!! So we need to show them that things work well partly thanks to us sysadmins.
Vincent CARDON
Tranquil IT
Tranquil IT
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
For now, we need feedback to know if it works well for you. Have you been able to test it on a test platform? What problems have you encountered?
We've already deployed it to large production environments. We just have a few final details to iron out. Otherwise, it works very well. Even though we haven't officially announced it, the latest version is more of a Release Candidate than a Beta version!
The release date will be as soon as possible.
We've already deployed it to large production environments. We just have a few final details to iron out. Otherwise, it works very well. Even though we haven't officially announced it, the latest version is more of a Release Candidate than a Beta version!
The release date will be as soon as possible.
Yep, I've switched 90% of my workstations to it.
But since the end of last week, I've been having some issues.
Apparently, nginx is crashing, and I'm getting "502 Bad Gateway" errors. I have to restart the nginx service regularly.
It's very random; it can happen once a day or four times in an hour...
Has anyone else experienced this?
But since the end of last week, I've been having some issues.
Apparently, nginx is crashing, and I'm getting "502 Bad Gateway" errors. I have to restart the nginx service regularly.
It's very random; it can happen once a day or four times in an hour...
Has anyone else experienced this?
- dcardon
- WAPT Expert
- Messages: 1932
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
Hi Guigeek,
the 502 Bad Gateway message is returned by Nginx when it can't forward the request to the Wapt Python server, which is in reverse proxy.
Restarting Nginx closes existing connections to the Python server. But in this case, I think the problem is more with the Wapt Python server process.
How many user workstations do you have on your network? We changed some settings on the Peewee ORM connection pool to resolve a similar issue for another client. Which 1.5 version are you using?
Denis
the 502 Bad Gateway message is returned by Nginx when it can't forward the request to the Wapt Python server, which is in reverse proxy.
Restarting Nginx closes existing connections to the Python server. But in this case, I think the problem is more with the Wapt Python server process.
How many user workstations do you have on your network? We changed some settings on the Peewee ORM connection pool to resolve a similar issue for another client. Which 1.5 version are you using?
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
- dcardon
- WAPT Expert
- Messages: 1932
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
After updating the server, you need to update the agent through the console menu Tools/Generate a WAPT agent.
This wizard will recreate the agent on the Wapt server https://server/wapt/waptagent.exe, as well as an upgrade package tis-waptupgrade-1.5.1.15.wapt.
If the tis-waptupgrade package is assigned to the user's workstation, the machine should update itself on the next shutdown.
The GPO also needs to be updated if it is being used.
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
