Skip to main content
Skip table of contents

config-check

Name

config-check

Synopsis

RBR configuration checker.

Usage

config-check [-h|--help] | [-v|–version]

config-check [-c|--config-file] [device]

Options

-h, --help

Display this help message and exit.

-v, --version

Output version information and exit.

-c, --config-file [device]

Show configuration file.

Where "device" is the device of which configuration will be shown.

The supported devices are the following:

instrumentXX displays the corresponding deployment configuration of instrument XX.

cervello displays the user configuration of the RBRcervello.

Description

Display in an interactive manner the current configuration of the RBRcervello or one of the configured instruments. Use arrow keys to scroll the configuration. Key Q to exit.

Examples

TEXT
RBRcervello> config-check -c cervello 
Showing configuration file of cervello.
{
    "file": {
        "date": "20210814000000",
        "version": "3.0.0",
        "schema": "0011713",
        "customer": "RBR"
     },
    "controller": {
        "battery_period": 600,
        "deep_sleep": {
            "enabled": false,
            "deep_sleep_duration": 3600
        },
        "clock_sync_timeout": 43200
    },
    "gps": {
        "enabled": true,
        "period": 600,
        "fix_timeout": 60,
        "hdop_threshold": 1.5
    ...
    "telemetry": {
        "enabled": true,
        "force_period": 3600,
        "mode": ["gsm", "rudics"],
        "gsm": {
            "failures_before_unavailable": 3,
            "retry_period": 7200,
            "apn": "auto",
            "destination": "dataincoming.rbr-global.com:9140"
        },
        "rudics": {
            "failures_before_unavailable": 3,
            "retry_period": 7200,
            "dial": "00881600005385"
        }
        
    }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.