Differences Between Operavix on Linux and Windows Operating Systems
- Differences Between Operavix on Linux and Windows Operating Systems
- Authentication
- API Keys
- Hotkeys in the Automation Module
- Configuration File Editing
- Com.operavix.subsystem.frontend.json file
- Com.operavix.subsystem.monitoring.json file
- Com.operavix.subsystem.dashboard.json file
- Com.operavix.subsystem.automation.json file
- Com.operavix.subsystem.core.json file
Authentication
In the Operavix system on Linux, you cannot use Standard Windows Authentication. This is because Standard Windows Authentication capabilities are provided by the Windows operating system on which the system is installed. Authentication via Active Directory on Linux is possible only through the Kerberos mechanism.
API Keys
In the Operavix system on Linux, you cannot use API keys with Active Directory authentication. This is because the Windows Integrated Authentication mechanism used to verify API key authenticity is available only on the Windows operating system. Such API keys are suitable for monitoring agents on Windows.
Hotkeys in the Automation Module
Canvas panning by holding the Space key on Linux is available only when using a TrackPoint.
Configuration File Editing
If Linux is used as the server operating system, settings that can be modified in configuration files are specified through environment variables at Docker container startup.
Not all settings can be modified this way, as not all are exposed as environment variables.
The parameters you can modify on Linux are listed below.
com.operavix.subsystem.frontend.json file
| Parameter | Description | Note |
|---|---|---|
FE_URL | Operavix server address | Must be specified in full, including protocol and port |
FE_SERVICE_MODE | Service mode | Disabled by default. To enable, set to true (available from version 2308) |
FE_SERVICE_MODE_MESSAGE | Message displayed when service mode is enabled | Appears only if service mode is enabled (available from version 2308) |
com.operavix.subsystem.monitoring.json file
| Parameter | Description | Note |
|---|---|---|
MN_EMAIL_HASHING | Hashing of data from the To and Cc fields | Default: default. To disable, set to none |
MN_STORAGE_GUID | Parameter allows passing a storage GUID for activity data synchronization during system update or restart | By default, the storage_guid field is empty; for data synchronization, the GUID of the previous storage is automatically taken from the built-in file-based knowledge base |
com.operavix.subsystem.dashboard.json file
| Parameter | Description | Note |
|---|---|---|
DB_ROWS_LIMIT | Row limit setting for table export from dashboards | Default: 5000; any value is allowed |
com.operavix.subsystem.automation.json file
| Parameter | Description | Note |
|---|---|---|
AU_PROD | Stable version parameter | Default: true. If set to false, experimental functionality becomes available (available from version 2310) |
com.operavix.subsystem.core.json file
| Parameter | Description | Note |
|---|---|---|
CR_NOTIFICATION_MESSAGE | Message for the notification dialog | Enabled automatically when a message is set (available from version 2311) |
Was the article helpful?