File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ netdiscovery/netinventory:
41
41
* When looking for privateoid rule in MibSupport search, the rule must match on
42
42
defined value, even if the private oid returns zero.
43
43
* fix #590: Add Pantum printer support
44
+ * Fix RemoteInventory not run during netscan if any any of other test is failing,
45
+ meaning RemoteInventory was functionnal only if at least ping works or the
46
+ targeted computer was in the same network (arp works).
44
47
45
48
deploy:
46
49
* Force agent to run a partial software inventory after the deploy task is done
@@ -49,6 +52,7 @@ deploy:
49
52
toolbox:
50
53
* fix #532: Make libssh2 use the right place when looking for known_hosts file
51
54
on windows
55
+ * Fix RemoteInventory can not be started during netscan
52
56
53
57
packaging:
54
58
* Update MacOSX to use perl 5.38.2, OpenSSL 3.2.1 and zlib 1.3.1
Original file line number Diff line number Diff line change @@ -698,6 +698,7 @@ sub _scanAddress {
698
698
699
699
# don't report anything without a minimal amount of information
700
700
return unless
701
+ $device {AUTHREMOTE } ||
701
702
$device {MAC } ||
702
703
$device {SNMPHOSTNAME } ||
703
704
$device {DNSHOSTNAME } ||
You can’t perform that action at this time.
0 commit comments