file:
    /etc/nginx/sites-enabled/default:
        exists: false
        contents: []
    /etc/nginx/sites-enabled/glpi:
        exists: true
        mode: "0644"
        owner: root
        group: root
        filetype: file
        contents: []
    /var/www/html/glpi:
        exists: true
        mode: "0755"
        owner: www-data
        group: www-data
        filetype: directory
        contents: []
    /var/www/html/glpicli:
        exists: true
        mode: "0775"
        owner: www-data
        group: www-data
        filetype: directory
        contents: []
    /var/www/html/glpicli/GLPI-Agent-1.7-x64.msi:
        exists: true
        mode: "0644"
        owner: root
        group: root
        filetype: file
        contents: []
port:
    tcp:22:
        listening: true
        ip:
            - 0.0.0.0
    tcp:80:
        listening: true
        ip:
            - 0.0.0.0
    tcp:3306:
        listening: true
        ip:
            - 127.0.0.1
    tcp:9000:
        listening: true
        ip:
            - 127.0.0.1
    tcp:10050:
        listening: true
        ip:
            - 0.0.0.0
service:
    mariadb.service:
        enabled: true
        running: true
    nginx:
        enabled: true
        running: true
    php8.2-fpm.service:
        enabled: true
        running: true
    ssh:
        enabled: true
        running: true
    systemd-journal-upload:
        enabled: true
        running: true
    zabbix-agent:
        enabled: true
        running: true
http:
    http://s-itil.gsb.lan/:
        status: 200
        allow-insecure: false
        no-follow-redirects: false
        timeout: 5000
        body: []
        username: glpi
        password: glpi
    http://s-itil.gsb.lan/glpicli:
        status: 200
        allow-insecure: false
        no-follow-redirects: false
        timeout: 5000
        body: []