You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-07-10 12:35:36

muench
Member
Registered: 2023-07-10
Posts: 8

NetDiscovery with Agent 1.5

I have a fresh installation of GLPI 10.0.8 and installed the "GLPI Inventory" Plugin.
I have a task configured for network discovery and selected an IP-range and agent – one agent on Windows; one on Ubuntu, this is also the server host.
Network discovery does not seem to work.
I installed the agent on Ubuntu (server host) via perl script:
glpi-agent-1.5-with-snap-linux-installer.pl
"glpi-agent --list-tasks" returns the following:
Available tasks :
- Inventory (v1.13)
- RemoteInventory (v1.2)
- WakeOnLan (v2.2)

Is netdiscovery not necessary anymore or why is it not installed / how can I install it?

Thanks smile

Offline

#2 2023-07-10 15:32:54

WebGreg
Member
Registered: 2020-02-27
Posts: 740

Re: NetDiscovery with Agent 1.5

wget https://github.com/glpi-project/glpi-agent/releases/download/1.5/glpi-agent-task-network_1.5-1_all.deb
sudo dpkg -i glpi-agent-task-network_1.5-1_all.deb

Last edited by WebGreg (2023-07-10 15:34:34)


--
GLPI 10.0.17
GLPI-Inventory 1.4.0
Ubuntu Server 20.04 LTS

Offline

#3 2023-07-11 08:44:06

gbougard
Moderator
From: Montpellier, France
Registered: 2021-07-21
Posts: 537
Website

Re: NetDiscovery with Agent 1.5

Hi muench,

the required tasks are not installed as you demonstrate with --list-tasks options.

With glpi-agent-1.5-with-snap-linux-installer.pl, you need to specify an option to ask installation for the required tasks. The option is "--type" and you can use:

./glpi-agent-1.5-with-snap-linux-installer.pl --type=network

Of course, you can also download the required package and installed like WebGreg proposed you.

Last edited by gbougard (2023-07-11 08:44:27)


GLPI-Agent developer from Teclib' and GLPI-Network team
Previously FusionInventory-Agent maintainer

Offline

#4 2023-07-11 08:49:06

muench
Member
Registered: 2023-07-10
Posts: 8

Re: NetDiscovery with Agent 1.5

Ah, alright thank you both!

Offline

Board footer

Powered by FluxBB