mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
12a495c631
* Add TCP reachability support on Linux for host resource This enhances the `host` resource on Linux targets by using netcat (if installed) to perform TCP reachability checks. Signed-off-by: Adam Leff <adam@leff.co> * documentation updates Signed-off-by: Adam Leff <adam@leff.co> * Appease rubocop Signed-off-by: Adam Leff <adam@leff.co>
5 lines
102 B
Text
5 lines
102 B
Text
{
|
|
"ComputerName": "microsoft.com",
|
|
"PingSucceeded": false,
|
|
"TcpTestSucceeded": true
|
|
}
|