The search returned 7 results

by jtheuxb
September 12, 2024 - 2:32 PM
Forum: WAPT Packages
Subject: [RESOLVED] gpmh-glpi-plugin-export-to-glpi10 package
Answers: 4
Views : 3192

Re: [SOLVED] gpmh-glpi-plugin-export-to-glpi10 package

It worked perfectly; I deployed the audit-wmi package to all my machines and they're reporting correctly now. :)
Thanks! I'm marking this as RESOLVED.
by jtheuxb
September 5, 2024 - 1:54 PM
Forum: WAPT Packages
Subject: [RESOLVED] gpmh-glpi-plugin-export-to-glpi10 package
Answers: 4
Views : 3192

Re: Package gpmh-glpi-plugin-export-to-glpi10

Hello,

thank you for your feedback.
I'll test that in this case.

When you say "By default, WMI uploading is no longer mandatory," when did that change occur? What modification did it follow? Thank you.
by jtheuxb
August 30, 2024 - 4:34 PM
Forum: WAPT Packages
Subject: [RESOLVED] gpmh-glpi-plugin-export-to-glpi10 package
Answers: 4
Views : 3192

[RESOLVED] gpmh-glpi-plugin-export-to-glpi10 package

Hello 🙂

We implemented the GLPI inventory plugin a few months ago, and we noticed that some workstations weren't reporting the operating system name.

After consulting the forum and seeing that the issue had already been raised, we updated the package yesterday. But...
by jtheuxb
April 25, 2023 - 2:58 PM
Forum: WAPT Packages
Subject: AttributeError during uninstallation
Answers: 0
Views : 3304

AttributeError during uninstallation

Hello everyone,

I'm having a recurring problem with several packages. When I finish my code and test the installation and uninstallation from PyScripter, I have no problems. Once I upload my package to the WAPT console, the installation works, but the uninstallation no longer works...
by jtheuxb
March 10, 2023 - 10:42
Forum: Reporting - SQL Queries
Subject: [RESOLVED] Disk space
Answers: 3
Views : 13045

Re: Disk space

Hello,

thank you for your feedback.
We are using PostgreSQL version 10.15. We will be planning an upgrade; in the meantime, I managed to perform the conversion in my Excel file after my query. :)

I'm marking this topic as resolved.

Have a good day!
by jtheuxb
March 7, 2023 - 4:44 PM
Forum: Reporting - SQL Queries
Subject: [RESOLVED] Disk space
Answers: 3
Views : 13045

[RESOLVED] Disk space

Hello,

I'm following up on this thread: https://forum.tranquil.it/viewtopic.php?t=2787
I tested the command indicated, namely:

select
round(((host_metrics->'local_drives'->'C'->'FreeSpace')::float / 1073741824)::numeric,2) as free_space_en_go ,
host_metrics->'last_logged_on_user' as User,
os_name ...
by jtheuxb
March 6, 2023 - 4:24 PM
Forum: Reporting - SQL Queries
Subject: [SOLVED] Free disk space per machine
Answers: 6
Views : 15574

Re: [SOLVED] Free disk space per machine

Hello,

sorry to revive this thread after so long, but I have the same problem as the person above.
Since I'm not familiar with SQL, I'm a bit stuck. Any help would be appreciated. :)