Features
This plugin retrieves streamworks stream status information from a REST service.
The service the plugin queries is configured in classpath:mobitor/plugin/streamworks/config/streamworks.json
Configuration
"streamworksStatus": [
{
"server": {"EDWHC": "edwh"},
"applicationName": "stream"
}
Name | Description | Required | Default |
---|---|---|---|
server |
Maps the application name to streamwork’s "Verarbeitung". The server name refers to the serverNames within the same screen, used to reference the position of this information block in the screen |
yes |
empty |
applicationName |
The application name to define and refer to the sub-row of the server name in the same screen. Used to reference the position if this information block in the screen |
no |
STREAMWORKS |
The Plugin will show always the Stream status of the current day.
Result
The plugin fills information blocks that provide job information on a screen with a flag icon:
Streamworks information per Component
Please contact Streamworks Team upfront in order make the application ready to fetch information via Mobitor Plugin for your streamworksApplicationName
.
Configuration
"streamworksLastRunStatus" : [
{
"streamworksApplicationName": "mps-clearing-batch",
"label": "mps batch",
"serverName": "mps_clearing_batch",
"applicationName": "ch_mobi_mps_clearing_batch",
"environment": "P",
"jbat3MonitorUrl": "https://example-monitor.url.ch/test"
}
Name | Description | Required | Default |
---|---|---|---|
server |
Maps the application name to streamwork’s "Verarbeitung". |
yes |
|
label |
Label name for the button |
no |
|
serverName |
Maps the label to LiimaServers configured in screen.json |
yes |
|
applicationName |
mapps to the Liima application name configured in screen.json |
yes |
|
environment |
Indicates in which in which column the button should appear |
yes |
|
jbat3MonitorUrl |
Provides a link to the monitoring Web Page |
no |
no default as it will not display a link if the property is not provided |
The Plugin configuration shows the last or current jobs of a certain application.