Skip to content
Snippets Groups Projects
Commit a825d5a7 authored by Tibo's avatar Tibo
Browse files

try to fetch the hyphenated document field

parent bd60853b
No related branches found
No related tags found
No related merge requests found
Pipeline #2064 passed
......@@ -19,7 +19,7 @@ class ListeningPorts extends \App\AbstractSensor
return "<p>No data available...</p>";
}
$ports = $this->parse($record->netstat-listen-tcp);
$ports = $this->parse($record["netstat-listen-tcp"]);
$return = "<table class='table table-sm'>";
$return .= "<tr>"
. "<th>Proto</th>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment