1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
Source: fusioninventory-agent
Section: net
Testsuite: autopkgtest-pkg-perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Guillaume Bougard <gbougard@teclib.com>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
libclone-perl <!nocheck>,
libdigest-sha-perl <!nocheck>,
libfile-copy-recursive-perl <!nocheck>,
libfile-which-perl <!nocheck>,
libhttp-cookies-perl <!nocheck>,
libhttp-daemon-perl <!nocheck>,
libhttp-proxy-perl <!nocheck>,
libhttp-server-simple-perl <!nocheck>,
libhttp-server-simple-authen-perl <!nocheck>,
libio-capture-perl <!nocheck>,
libipc-run-perl <!nocheck>,
libjson-pp-perl <!nocheck>,
libmodule-install-perl,
libnet-ip-perl <!nocheck>,
libnet-snmp-perl <!nocheck>,
libio-socket-ssl-perl <!nocheck>,
libparse-edid-perl <!nocheck>,
libproc-daemon-perl <!nocheck>,
libparallel-forkmanager-perl <!nocheck>,
libtest-compile-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-nowarnings-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-mockmodule-perl <!nocheck>,
libtest-mockobject-perl <!nocheck>,
libtext-template-perl <!nocheck>,
libsocket-getaddrinfo-perl <!nocheck>,
libuniversal-require-perl <!nocheck>,
liburi-perl <!nocheck>,
libwww-perl <!nocheck>,
libxml-treepp-perl <!nocheck>,
libxml-xpath-perl <!nocheck>,
libyaml-perl <!nocheck>,
perl,
ucf
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/fusioninventory-agent.git
Homepage: http://fusioninventory.org/
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/fusioninventory-agent
Rules-Requires-Root: binary-targets
Package: fusioninventory-agent
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
ucf,
lsb-base,
libnet-cups-perl,
libnet-ip-perl,
libwww-perl,
libparse-edid-perl,
libproc-daemon-perl,
libuniversal-require-perl,
libfile-which-perl,
libxml-treepp-perl,
libxml-xpath-perl,
libyaml-perl,
libtext-template-perl,
libjson-pp-perl,
pciutils,
pci.ids,
usbutils,
usb.ids,
libhttp-daemon-perl,
libyaml-tiny-perl,
libsocket-getaddrinfo-perl
Suggests: smartmontools, read-edid
Recommends: libio-socket-ssl-perl, dmidecode, hdparm, fdisk | util-linux (<< 2.29.2-3~), net-tools
Description: hardware and software inventory tool (client)
FusionInventory Agent is an application designed to help a network
or system administrator to keep track of the hardware and software
configurations of devices.
This agent can collect information about from:
- the local machine (Inventory)
- the network using SNMP
- an VMware ESX or vCenter server
The agent can be driven from different asset management software
including GLPI, Rudder, Uranos, OCSInventory.
.
The agent can also be used to install new software and configuration
changes.
Package: fusioninventory-agent-task-esx
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
fusioninventory-agent (>= ${binary:Version}),
libhttp-cookies-perl,
libjson-pp-perl
Description: ESX and ESXi inventory for FusionInventory Agent
Do remote inventory of your ESX, ESXi, vCenter server using the SOAP interface.
You can import the generated .ocs files in:
- GLPI with FusionInventory for GLPI
- ocsinventory
- Uranos
This module can also be controlled from GLPI using the FusionInventory for GLPI
plugin.
Package: fusioninventory-agent-task-deploy
Architecture: all
Depends:
${misc:Depends},
fusioninventory-agent (>= ${binary:Version}),
libjson-pp-perl,
liburi-perl,
libfile-copy-recursive-perl,
libdigest-sha-perl,
libparallel-forkmanager-perl
Description: software deployment support for FusionInventory
With this module, FusionInventory can accept software deployment
request from an GLPI server with the FusionInventory plugin.
This module uses SSL certificate to authentificate the server.
.
If the P2P option is turned on, the agent will looks for peer in its
network to reduce the bandwidth usage with the primary server.
Package: fusioninventory-agent-task-collect
Architecture: all
Depends:
${misc:Depends},
fusioninventory-agent (>= ${binary:Version}),
Breaks: fusioninventory-agent (<< 1:2.4.1-1)
Replaces: fusioninventory-agent (<< 1:2.4.1-1)
Description: collect task support for FusionInventory
With this module, FusionInventory can collect desired datas, essentially
files under Linux.
.
The plugin depends on FusionInventory for GLPI on server side.
Package: fusioninventory-agent-task-network
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
fusioninventory-agent (>= ${binary:Version}),
libcrypt-des-perl,
libdigest-hmac-perl,
libnet-ip-perl,
libnet-snmp-perl,
libnet-nbname-perl
Description: network device discovery for FusionInventory Agent
This module scans your networks to quickly identify its hosts with SNMP,
Echo Ping, TimeStamp ping, arp table lookup and NetBIOS request:
- networking devices discovery within an IP range
- identify unknown MAC addresses
.
The plugin depends on FusionInventory for GLPI on server side.
|