2020-07-02, 08:06:42
Hi everyone,
I have installed FusionInventory Agent (2.3.16) on UBUNTU 18.04 and I have some doubts:
First.-
I have modified the "/etc/default/fusioninventory-agent" file and changed the line:
MODE=daemon
I have restarted the Service later.
If I see the Service Status it appear running correctly:
But if I try connect to http://localhost:62354/ it not possible.
I check that the Port 62354 It is not listening:
But if I execute FusionInventory as Daemon to hand: sudo fusioninventory-agent -d
I can access to Port 62354 witout problems and It is listening:
Second.-
To test purposes, I want change the Agent config to send to the Server the inventary each 30 minutes, what parameter of the /etc/fusioninventory/agent.cfg file will I need modify?
Regards,
Ramsés
I have installed FusionInventory Agent (2.3.16) on UBUNTU 18.04 and I have some doubts:
First.-
I have modified the "/etc/default/fusioninventory-agent" file and changed the line:
MODE=daemon
I have restarted the Service later.
If I see the Service Status it appear running correctly:
Quote:$ service fusioninventory-agent status
● fusioninventory-agent.service - LSB: starts FusionInventory Agent
Loaded: loaded (/etc/init.d/fusioninventory-agent; generated)
Active: active (exited) since Wed 2020-07-01 14:25:24 CEST; 18h ago
Docs: manystemd-sysv-generator(8)
Process: 681 ExecStart=/etc/init.d/fusioninventory-agent start (code=exited, status=0/SUCCESS)
jul 01 14:25:22 ws-usuario systemd[1]: Starting LSB: starts FusionInventory Agent...
jul 01 14:25:23 ws-usuario fusioninventory-agent[681]: Starting fusioninventory-agent: File::Glob::glob() will disappear in perl 5.30. Use File::
jul 01 14:25:24 ws-usuario fusioninventory-agent[681]: fusioninventory-agent.
jul 01 14:25:24 ws-usuario systemd[1]: Started LSB: starts FusionInventory Agent.
$
But if I try connect to http://localhost:62354/ it not possible.
I check that the Port 62354 It is not listening:
Quote: $ netstat -putan | grep 62354
(No todos los procesos pueden ser identificados, no hay información de propiedad del proceso
no se mostrarán, necesita ser superusuario para verlos todos.)
$
But if I execute FusionInventory as Daemon to hand: sudo fusioninventory-agent -d
I can access to Port 62354 witout problems and It is listening:
Quote: $ netstat -putan | grep 62354
(No todos los procesos pueden ser identificados, no hay información de propiedad del proceso
no se mostrarán, necesita ser superusuario para verlos todos.)
tcp 0 0 0.0.0.0:62354 0.0.0.0:* ESCUCHAR -
$
Second.-
To test purposes, I want change the Agent config to send to the Server the inventary each 30 minutes, what parameter of the /etc/fusioninventory/agent.cfg file will I need modify?
Regards,
Ramsés