Sha256: 52110d70b66d9ed9fa245454baf9562e68d2732bd05c92b4cfbbb1f72496a732

Contents?: true

Size: 440 Bytes

Versions: 9

Compression:

Stored size: 440 Bytes

Contents

# Configuration

```json
{
  "hosts" : [
    "localhost",
    {"name" : "example", "host": "ssh.example.com",
      "port": 17, "timeout": 7},
  ],
  "default_port"    : 22,
  "default_timeout" : 3,

  "interval" : 60,
  "timeout"  : 25,
}
```

# Output

```json
{
  "ssh|localhost|ok" : true, # whether connected or not
  "ssh|localhost|_info" : {"banner" : "SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1"},
  "ssh|example|ok" : true,
  ...
}
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
panoptimon-0.4.5 collectors/ssh/README.md
panoptimon-0.4.4 collectors/ssh/README.md
panoptimon-0.4.2 collectors/ssh/README.md
panoptimon-0.4.1 collectors/ssh/README.md
panoptimon-0.4.0 collectors/ssh/README.md
panoptimon-0.3.0 collectors/ssh/README.md
panoptimon-0.2.0 collectors/ssh/README.md
panoptimon-0.1.0 collectors/ssh/README.md
panoptimon-0.0.2 collectors/ssh/README.md