You are not logged in.
Pages: 1
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
Offline
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
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
Ah, alright thank you both!
Offline
Pages: 1