Skip to content

Commit 5c3a307

Browse files
Merge pull request #53 from oliveirars/doc/update-collector-properties
Describe properties added in Liverig Collector 5.20.0
2 parents 4bde6e9 + c1bab75 commit 5c3a307

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

collector/configuration/liverig.properties.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
| `live.password` <br> This collector's password to connect to Live. | `string` | | 1.0.0 | | | |
1212
| `live.ssl.enable` <br> Enables SSL connection to Live. | `boolean` | `false` | 2.17.0 | | | |
1313
| `live.ssl.fingerprints` <br> SSL key fingerprints required for an SSL connection to Live. | `string[]` | | 2.17.0 | | | |
14+
| `live.backup.hostname` <br> Backup Live (secondary Live client) access' hostname. | `string` | | 5.20.0 | | | |
15+
| `live.backup.port` <br> Backup Live (secondary Live client used when main client is off) access' port. | `int` | `0` | 5.20.0 | | | |
16+
| `live.backup.username` <br> This collector's username to connect to secondary Live (used when main client is off). | `string` | `live` | 5.20.0 | | | |
17+
| `live.backup.password` <br> This collector's password to connect to secondary Live (used when main client is off). | `string` | | 5.20.0 | | | |
18+
| `live.backup.change.delay` <br> Delay (in milliseconds) to switch the events destination to backup Live. | `long` | `60000` | 5.20.0 | ms | | `live.backup.hostname` |
19+
| `live.main.change.delay` <br> Delay (in milliseconds) to switch the events destination to main Live. | `long` | `60000` | 5.20.0 | ms | | `live.backup.hostname` |
1420
| `connect_timeout` <br> The connection timeout. | `long` | `30000` | 1.0.0 | ms | | |
1521
| `reconnect_minimum_delay` <br> The minimum delay allowed on reconnections. | `long` | `1000` | 1.0.0 | ms | | |
1622
| `reconnect_maximum_delay` <br> The maximum delay allowed on reconnections. | `long` | `60000` | 1.0.0 | ms | | |

0 commit comments

Comments
 (0)