This question relates to the Exchange Opserver stack monitoring package: https://github.com/opserver/Opserver
Most configuration files in Opserver are straightforward. However, one section that Iām having trouble figuring out how to configure is the toolbar.
Here is a snippet of the DashboardSetting.json.example file :
{
...
"providers": [
{
"name": "Orion",
"type": "Orion",
"host": "orion.ds.stackexchange.com",
"connectionString": "Data Source=ny-utilsql01;Initial Catalog=SolarWindsOrion;Integrated Security=SSPI;Timeout=10"
}
]
}
From what I can compile, this type of Orion provider has a supporting data structure that lives inside an SQL database and which, as indicated, provides information related to the servers that will be monitored.
, , , , . , .