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
ab9240d8
Commit
ab9240d8
authored
Apr 20, 2023
by
Rizwan Shakoor
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.mynisum.com/sbilal/abs-grafana
parents
88eb992e
9dcc6774
Pipeline
#4209
passed with stages
in 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
alert_rule.jsonnet
alerts/alert_rule.jsonnet
+1
-0
deploy_alerts.sh
scripts/deploy_alerts.sh
+1
-1
No files found.
alerts/alert_rule.jsonnet
View file @
ab9240d8
...
...
@@ -2,6 +2,7 @@ local alert_test = import '../alerts-config/alert_rule.libsonnet';
local
alert_data
=
import
'../alerts-config/alert_model.libsonnet'
;
local
alert_model_data
=
import
'../alerts-config/alert_condition.libsonnet'
;
local
my_alert_condition_A
=
alert_model_data
.
new
(
evaluatorParams
=
null
,
evaluatorType
=
'gt'
,
...
...
scripts/deploy_alerts.sh
View file @
ab9240d8
...
...
@@ -16,7 +16,7 @@ curl -O -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS "$ARTIFACTORY_URL/grafonet/$CI_PI
ls
-larth
pwd
mkdir
-p
${
ALERTS_TAR_NAME
}
tar
-xzvf
${
ALERTS_TAR_NAME
}
.tar.gz
-C
${
CURRENT_DIR
}
/
${
DASHBOARD
_DEPLOY_DIR
}
/
${
ALERTS_TAR_NAME
}
tar
-xzvf
${
ALERTS_TAR_NAME
}
.tar.gz
-C
${
CURRENT_DIR
}
/
${
ALERTS
_DEPLOY_DIR
}
/
${
ALERTS_TAR_NAME
}
cd
${
ALERTS_TAR_NAME
}
ls
-larth
...
...
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