en En
es Es

Notifications (problems)

problems

Result: list of elements

Notifications

Access level: user

Show list of problem notifications

Function: problems.show

Result: list of elements

In the platform web interface: section Notifications in the left menu of the platform.

Supports filtering, sorting, and pagination. To display resolved problems, use the filter properties=solved.

Access level: root, admin

ParameterTypeRequiredValue
elidPositive integernoid of the notification for filtering the list.
descriptionStringnoSearch by problem description. Wildcard character * is supported.
propertiesString (enumeration)noFilter by properties. Allowed values: lvmessage, lvwarning, lverror, lvcritical, solved, auto. Multiple values are specified via semicolon.
dateinit.fromDate and timenoStart of the date range for notification appearance. Format: YYYY-MM-DD HH:MM:SS.
dateinit.toDate and timenoEnd of the date range for notification appearance. Format: YYYY-MM-DD HH:MM:SS.
sortStringnoColumn name for sorting: dateinit, problem_id, description, sameproblemcount.
pagesizePositive integernoNumber of records per result page.
startidxNon-negative integernoOffset of the first record for pagination.
sokStringnoValue ok confirms operation execution. Not required for the show function.

Attempt automatic problem resolution

Function: problems.solve

Result: successful operation execution or error message

In the platform web interface: button Solve in the notifications list.

If the problem cannot be resolved automatically, the notification status will not change. Confirmation via parameter sok is required.

Access level: root, admin

ParameterTypeRequiredValue
elidPositive integeryesid of the notification that needs to be resolved.
sokStringyesValue ok confirms operation execution. Without this parameter, changes will not be applied.

Show notification parameters

Function: problems.edit

Result: successful operation execution or error message

In the platform web interface: button Details in the notifications list.

Returns detailed notification data, including full log and description.

Access level: root, admin

ParameterTypeRequiredValue
elidPositive integeryesid of the notification for viewing details.

Show notification generation log

Function: problems.log

Result: successful operation execution or error message

In the platform web interface: tab Log in the notifications list.

Returns chronology of events related to notification generation and status change.

Access level: root, admin

ParameterTypeRequiredValue
elidPositive integeryesid of the notification for which the log needs to be shown.

Delete notification

Function: problems.delete

Result: successful operation execution or error message

In the platform web interface: button Delete in the notifications list.

Supports deletion of multiple notifications via comma. Confirmation via parameter sok is required.

Access level: root, admin

ParameterTypeRequiredValue
elidString (list)yesOne or several id of notifications via comma. For example, 123,456.
sokStringyesValue ok confirms operation execution. Without this parameter, changes will not be applied.

Ignore notification

Function: problems.ignore

Result: successful operation execution or error message

In the platform web interface: button Ignore in the notifications list.

Marks the notification as ignorable — it will not be hidden (if not deleted via additional parameter delete_problem), but at the same time will not be registered again when a similar exception occurs. Confirmation via parameter sok .

Access level: root, admin

ParameterTypeRequiredValue
elidPositive integeryesid of the notification that needs to be ignored.
sokStringyesValue ok confirms operation execution. Without this parameter, changes will not be applied.
delete_problemFlagnoDelete notification by elid in the selected operation.

Global settings of the notifications module

Function: problems.settings

Result: successful operation execution or error message

In the platform web interface: section Notifications → button Settings.

Returns or modifies parameters of the problems module operation.

Access level: root, admin

ParameterTypeRequiredValue
param_nameStringnoName of the configurable module parameter.
param_valueStringnoNew parameter value.
sokStringnoValue ok confirms saving changes.

Set filter by client

Function: problems.filter

Result: successful operation execution or error message

In the platform web interface: filter panel in the section Notifications.

Filter conditions are saved and applied to all subsequent calls to problems.show until the filter is changed or reset.

Access level: root, admin, user

ParameterTypeRequiredValue
descriptionStringnoFilter value by description. Wildcard character * is supported.
propertiesString (enumeration)noFilter by properties: lvmessage, lvwarning, lverror, lvcritical, solved, auto.
dateinit.fromDate and timenoStart of the date range. Format: YYYY-MM-DD HH:MM:SS.
dateinit.toDate and timenoEnd of the date range. Format: YYYY-MM-DD HH:MM:SS.
resetFlagnoValue on resets all set filters.

Navigate to control panel

Function: problems.gotoserver

Result: successful operation execution or error message

In the platform web interface: button Go in the notifications list.

Returns a link for navigation to the context of the server or service to which the problem relates.

Access level: root, admin

ParameterTypeRequiredValue
elidPositive integeryesid of the notification for which the navigation link needs to be obtained.

Log in to the panel with user rights

Function: problems.su

Result: successful operation execution or error message

In the platform web interface: button Log in in the notifications list.

Generates a temporary key for authorization under the user account. Used for diagnosing problems on the client side.

Access level: root, admin

ParameterTypeRequiredValue
elidPositive integeryesid of the notification related to the user.

ignorelist

Delete ignore rule

Function: ignorelist.delete

Result: successful operation execution or error message

In the platform web interface: section Notifications → button Ignore rules → button Delete.

The deleted rule stops being applied to new notifications. Existing notifications, previously added by the rule to the ignore list, will again continue to be registered.

Access level: root, admin

ParameterTypeRequiredValue
elidPositive integeryesid of the rule for deletion.
sokStringyesValue ok confirms operation execution.