fusioninventory-agent (1:2.4.1-1) unstable; urgency=low

  Nmap is no more used by FusionInventory NetDiscovery task, you can safely
  remove it from your system if you don't need nmap command.

  Collect task has been split into a dedicated package. If you need this
  FusionInventory task, you must install fusioninventory-agent-task-collect
  package.

 -- Guillaume Bougard <gbougard@teclib.com>  Wed, 04 Jul 2018 14:07:26 +0200

fusioninventory-agent (1:2.4-1) unstable; urgency=low

  "include" directive support has been to configuration file. You should
  now create a dedicated .cfg file in the /etc/fusioininventory/conf.d
  folder where you can override needed configuration values, like server,
  tag, etc.

  /etc/default/fusioninventory-agent file has been removed.

  As such, it is no more read in systemd service environment to override
  daemon parameters. If you want to customize the daemon, the best
  way is to use the "systemctl edit" command to create an override unit.

  The daemon renames itself as "fusioniventory-agent (TAG)" in ps view,
  and replacing TAG by the tag configuration parameter value.
  It will also show what task it is actually running and will show most
  of the time "waiting".

  Systemd becomes mandatory to run fusioninventory-agent on debian systems.
  As such, init script has been removed.
  fusioninventory-agent.service is automatically enabled, but service
  won't start unless you still have a valid service configuration.
  You need to at least have a 'server=' or 'local=' parameter with a valid
  value setup in /etc/fusioninventory/agent.cfg before being able to start
  the service.
  As root, you can just start/stop the service with:
    systemctl start fusioninventory-agent.service
    systemctl stop fusioninventory-agent.service

  cron mode has been deprecated.

 -- Guillaume Bougard <gbougard@teclib.com>  Fri, 29 Jun 2018 19:25:12 +0200
