-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Configuration) : Organize configuration.
- Loading branch information
Maxime Wojtczak
committed
Dec 28, 2018
1 parent
271a570
commit 9336420
Showing
16 changed files
with
403 additions
and
179 deletions.
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
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
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
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,35 +1,49 @@ | ||
[{ | ||
"status": "firing", | ||
"labels": { | ||
[ | ||
{ | ||
"status": "firing", | ||
"labels": { | ||
"severity": "warning", | ||
"alertname": "TestAlert", | ||
"oid": "1.3.6.1.4.1.666.0.10.1.1.1.2.1" | ||
}, | ||
"annotations": { | ||
}, | ||
"annotations": { | ||
"summary": "this is the random summary", | ||
"description": "this is the description of alert 1" | ||
} | ||
},{ | ||
"status": "resolved", | ||
"labels": { | ||
} | ||
}, | ||
{ | ||
"status": "resolved", | ||
"labels": { | ||
"severity": "warning", | ||
"alertname": "TestAlert", | ||
"oid": "1.3.6.1.4.1.666.0.10.1.1.1.1.1" | ||
}, | ||
"annotations": { | ||
}, | ||
"annotations": { | ||
"summary": "this is the random summary", | ||
"description": "this is the description of ActiveMQ alert" | ||
} | ||
}, | ||
{ | ||
"status": "firing", | ||
"labels": { | ||
"description": "this is the description of the alert" | ||
} | ||
}, | ||
{ | ||
"status": "firing", | ||
"labels": { | ||
"severity": "critical", | ||
"alertname": "TestAlert", | ||
"oid": "1.3.6.1.4.1.666.0.10.1.1.1.2.1" | ||
}, | ||
"annotations": { | ||
}, | ||
"annotations": { | ||
"summary": "this is the summary", | ||
"description": "this is the description on job1" | ||
} | ||
}, | ||
{ | ||
"status": "firing", | ||
"labels": { | ||
"severity": "critical", | ||
"alertname": "TestAlertWithoutOID" | ||
}, | ||
"annotations": { | ||
"summary": "this is the summary", | ||
"description": "this is the description on TestAlertWithoutOID" | ||
} | ||
} | ||
}] | ||
] |
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
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
Oops, something went wrong.