Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DAACDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syed Bilal Raees
DAACDemo
Commits
cc0ccd82
Commit
cc0ccd82
authored
Apr 18, 2023
by
Waqas Riaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing dashboards and alerts together
parent
6434d596
Pipeline
#4177
passed with stages
in 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
alert_contact.jsonnet
alerts/alert_contact.jsonnet
+0
-1
alert_rule.jsonnet
alerts/alert_rule.jsonnet
+1
-0
elk.jsonnet
dashboards/elk.jsonnet
+0
-1
No files found.
alerts/alert_contact.jsonnet
View file @
cc0ccd82
local
alert_contact
=
import
'../alerts-config/alert_contact.libsonnet'
;
local
alert_contact
=
import
'../alerts-config/alert_contact.libsonnet'
;
alert_contact
.
new
(
uid
=
"17126128"
,
alert_contact
.
new
(
uid
=
"17126128"
,
name
=
"test_rizwan_con-2"
,
name
=
"test_rizwan_con-2"
,
type
=
'email'
,
type
=
'email'
,
...
...
alerts/alert_rule.jsonnet
View file @
cc0ccd82
local
alert_test
=
import
'../alerts-config/alert_rule.libsonnet'
;
local
alert_test
=
import
'../alerts-config/alert_rule.libsonnet'
;
local
alert_data
=
import
'../alerts-config/alert_model.libsonnet'
;
local
alert_data
=
import
'../alerts-config/alert_model.libsonnet'
;
local
alert_model_data
=
import
'../alerts-config/alert_condition.libsonnet'
;
local
alert_model_data
=
import
'../alerts-config/alert_condition.libsonnet'
;
local
my_alert_condition_A
=
alert_model_data
.
new
(
local
my_alert_condition_A
=
alert_model_data
.
new
(
evaluatorParams
=
null
,
evaluatorParams
=
null
,
evaluatorType
=
'gt'
,
evaluatorType
=
'gt'
,
...
...
dashboards/elk.jsonnet
View file @
cc0ccd82
...
@@ -5,7 +5,6 @@ local template = grafana.template;
...
@@ -5,7 +5,6 @@ local template = grafana.template;
local
graphPanel
=
grafana
.
graphPanel
;
local
graphPanel
=
grafana
.
graphPanel
;
local
singlestat
=
grafana
.
singlestat
;
local
singlestat
=
grafana
.
singlestat
;
local
prometheus
=
grafana
.
prometheus
;
local
prometheus
=
grafana
.
prometheus
;
grafana
.
dashboard
.
new
(
grafana
.
dashboard
.
new
(
'Elastic dashboard Via Graffonet'
,
'Elastic dashboard Via Graffonet'
,
refresh
=
'1m'
,
refresh
=
'1m'
,
...
...
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