Fixed a bug with registering health scores against down links in scan-network.

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 3 years ago
parent ad4609b39c
commit ef10765d8a
  1. 2
      scancore-agents/scan-network/scan-network

@ -3060,7 +3060,7 @@ AND
my ($health_uuid) = $anvil->Database->insert_or_update_health({
debug => 2,
health_agent_name => $THIS_FILE,
source_name => $source_name,
health_source_name => $source_name,
health_source_weight => 1,
});
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => { health_uuid => $health_uuid }});

Loading…
Cancel
Save