tis-audit-freespace icon

Audit FreeSpace

Paquet d’installation silencieuse pour Audit FreeSpace

1.0-1

  • package: tis-audit-freespace
  • name: Audit FreeSpace
  • version: 1.0-1
  • categories: System and network
  • maintainer: WAPT Team,Tranquil IT,Jimmy PELÉ
  • locale: all
  • target_os: all
  • architecture: all
  • signature_date:
  • size: 5.28 Ko

package           : tis-audit-freespace
version           : 1.0-1
architecture      : all
section           : base
priority          : optional
name              : Audit FreeSpace
categories        : System and network
maintainer        : WAPT Team,Tranquil IT,Jimmy PELÉ
description       : Audit FreeSpace
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : all
min_wapt_version  : 2.0
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : 
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 24h
editor            : 
keywords          : 
licence           : 
homepage          : 
package_uuid      : ef236973-1d95-41bd-9bed-5d6c145f78a3
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 0c223120ac1a6e4cd0d0abe04cd831c7d4a4c2661947e758c0f703b656933d9a
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : Dc6leJcBd374+DGMTJIJDd5oJxpdJfKYGfqfnOFgbsQOiuxGdGiHEpYJZqK6ccz6bvEqiVwGsk3TyN9yy8OilzJX03f6wDZMSs1JmGwOfdWSWrH7f4+MONrTYFQTXgwHHVhiYtXvPQAEqgfu1rQVQ8ZRCf/QMxmFa3EsdNKY2pw5jBMQsqCZgkhRGK+Vy3lmqtQFOonVmjD/dRP7N9XI7DOgV1U9/gUvqX3c/cieOiL4iPVMJ7bqV3+8uEobaI1syw6AGW9/mu5RgpzSoHVDUxu1AuPnhoXkHcMtLy4iAhNsxrfztLiuOfB2OJLSleVZv+E00qatXfeDmlAXh3jLZg==
signature_date    : 2022-09-05T19:03:53.377438
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    pass


def audit():
    if get_os_name() == "Windows":
        sys_drive = makepath(systemdrive)
    else:
        sys_drive = makepath("/")
    system_free_space = str(round(get_disk_free_space(sys_drive) / 1073741824, 1))
    system_free_space_str = str(system_free_space + "G")
    print(system_free_space_str)
    WAPT.write_audit_data_if_changed("audit-freespace", sys_drive, system_free_space_str, keep_days=365)
    return "OK"

23440051eb7316690db7eb241ba1e93e614e5492de70b03f4e46ecafb586553a : setup.py
0c223120ac1a6e4cd0d0abe04cd831c7d4a4c2661947e758c0f703b656933d9a : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
b87e0aebd9b5bc3c009a98e4416e9bf9e83f1961419027c1cad02b2645f995dd : luti.json
dfe865512e5bc2f099a31b090c935128764edd47c355da9e99b0a2495599155e : WAPT/control