Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
e1b87fc5
Commit
e1b87fc5
authored
Dec 04, 2018
by
Pavel Bakulev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added parameter org_name of alert notification to documentation
parent
4fa45253
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
docs/sources/administration/provisioning.md
+9
-5
No files found.
docs/sources/administration/provisioning.md
View file @
e1b87fc5
...
...
@@ -230,10 +230,7 @@ By default Grafana will delete dashboards in the database if the file is removed
> **Note.** Provisioning allows you to overwrite existing dashboards
> which leads to problems if you re-use settings that are supposed to be unique.
> Be careful not to re-use the same `title` multiple times within a folder
<<<<<<< HEAD
> or `uid` within the same installation as this will cause weird behaviors.
=======
> or `uid` within the same installation as this will cause weird behaviours.
## Alert Notification Channels
...
...
@@ -270,7 +267,10 @@ By default, exporting a dashboard as JSON will use a sequential identifier to re
alert_notifications
:
-
name
:
notification-channel-1
type
:
slack
# either
org_id
:
2
# or
org_name
:
Main Org.
is_default
:
true
# See `Supported Settings` section for settings supporter for each
# alert notification type.
...
...
@@ -281,8 +281,12 @@ alert_notifications:
delete_alert_notifications
:
-
name
:
notification-channel-1
# either
org_id
:
2
# or
org_name
:
Main Org.
-
name
:
notification-channel-2
# default org_id: 1
```
### Supported Settings
...
...
@@ -407,5 +411,4 @@ The following sections detail the supported settings for each alert notification
| ---- |
| url |
| username |
| password |
>>>>>>> Added alert_notification configuration
| password |
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment