-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
frank687
committed
Feb 2, 2019
1 parent
025b70a
commit 5be1a73
Showing
5 changed files
with
4,161 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# grafana-ssisdashboard | ||
# grafana-ssisdashboard | ||
|
||
grafana-ssisdashboard is a faithful recreation of [Davide Mauri](http://www.davidemauri.it/)'s [HTML5 SSIS Dashboard](https://github.com/yorek/ssis-dashboard) using [Grafana](https://grafana.com/) instead of a standalone project. | ||
|
||
## Installation | ||
**Step 1**: Import the JSON files into your Grafana instance | ||
|
||
**Step 2** Update the Executions table panel's ID column to point to the correct URL of your Grafana instance. It defaults to localhost. | ||
|
||
**Step 3** Update the $Instance variable. Set the "Instance name filter" to a regular expression that returns your SSIS datasources. By default it will return any SQL Server datasources with SSIS in the name. |
Oops, something went wrong.