Sign inSign up

gzoratti/glpi-agent

By gzoratti

Updated over 3 years ago

Dockerized GLPI agent (The inventory agent of GLPI ITSM) based on bitmani:minideb image

Image
0

144

gzoratti/glpi-agent repository overview

GLPI Agent

Here the first image of GLPI agent based on bitmani:minideb, that image was developp to be use with docker-compose.

You've to build your own version of glpi-agent because he need to use two parameters to work perfectly ( url of glpiinventory and also the tag for your inventory )

1. Docker Run
docker run --name glpi-agent -e "url=<url of glpiinventory>" -e "tag=<wish inventory tag>" --network="host" gzoratti/glpi-agent:<version>

2. Docker-compose

To deploy this project with docker-compose

version: "3.8"
services:
  glpi-agent:
    tty: true
    image: glpi-agent:<version>
    network_mode: "host"
    environment:
      - "url=<url of glpiinventory"
      - "tag=<wish inventory tag>"
    deploy:
      replicas: 1
      resources:
        limits:
          cpus: "2"
          memory: 4G
      restart_policy:
        condition: on-failure



Authors

Tag summary

Content type

Image

Digest

sha256:9c8869afc

Size

83 MB

Last updated

over 3 years ago

docker pull gzoratti/glpi-agent:1.4