In KUMA, you can receive events from the Open Single Management Platform SQL database. Events are received using the collector, which uses the following resources:
Configuring the import of events from Open Single Management Platform proceeds in stages:
The settings of the predefined connector are not editable, therefore, to configure the connection to the database server, you must create a copy of the predefined connector.
To configure the import of events from Open Single Management Platform:
An example of a query to the Open Single Management Platform SQL database
sqlserver://user:password@kscdb.example.com:1433/database
where:
user
—user account with public and db_datareader rights to the required database.password
—user account password.kscdb.example.com:1433
—address and port of the database server.database
—name of the Open Single Management Platform database. 'KAV' by default.Click Save.
You must do this if you want to use the ID column to which the query refers.
Click Save.
The lower part of the window displays the command that you must use to install the collector on the server. Copy this command to the clipboard.
To do so, on the server on which you want to receive Open Single Management Platform events, run the command that you copied to the clipboard after creating the collector in the web interface.
As a result, the collector is installed and can receive events from the SQL database of Open Single Management Platform.
You can view Open Single Management Platform events in the Events section of the web interface.
Page top