mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-10922-adaptar-plugin-xenserver-al-nuevo-discovery' into 'develop'
Fixed not hash JSON output in discovery plugins See merge request artica/pandorafms!6524
This commit is contained in:
commit
0e530576e6
@ -493,7 +493,7 @@ sub exec_recon_app ($$$) {
|
||||
}
|
||||
|
||||
# Process monitoring data.
|
||||
if (defined($output->{'monitoring_data'})) {
|
||||
if (ref($output) eq 'HASH' && defined($output->{'monitoring_data'})) {
|
||||
my $recon = new PandoraFMS::Recon::Base(
|
||||
dbh => $dbh,
|
||||
group_id => $task->{'id_group'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user