mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 14:25:18 +02:00
Merge branch 'ent-8461-13016-bloqueo-discovery-con-tarea-oracle' into 'develop'
Added signal control in eval (discovery) See merge request artica/pandorafms!4650
This commit is contained in:
commit
af400e0043
@ -190,6 +190,8 @@ sub data_consumer ($$) {
|
||||
}
|
||||
|
||||
eval {
|
||||
local $SIG{__DIE__};
|
||||
|
||||
my @subnets = split(/,/, safe_output($task->{'subnet'}));
|
||||
my @communities = split(/,/, safe_output($task->{'snmp_community'}));
|
||||
my @auth_strings = ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user