mirror of
https://github.com/prymitive/karma
synced 2026-05-17 04:16:42 +00:00
Internal packages are supported by Go 1.5+, any package in /internal/ dir is only importable from the same repo. This will cleanup main dir a bit and provide better namespace for unsee subpackages
16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
{
|
|
"data": {
|
|
"config": "route:\n group_by: ['alertname']\n group_wait: 15s\n group_interval: 35s\n repeat_interval: 999h\n receiver: 'default'\n routes:\n - receiver: 'by-cluster-service'\n group_by: ['alertname', 'cluster', 'service']\n match_re:\n alertname: .*\n continue: true\n - receiver: 'by-name'\n group_by: [alertname]\n match_re:\n alertname: .*\n continue: true\n\ninhibit_rules:\n - source_match:\n severity: 'critical'\n target_match:\n severity: 'warning'\n # Apply inhibition if the alertname is the same.\n equal: ['alertname', 'cluster', 'service']\n\nreceivers:\n - name: 'default'\n - name: 'by-cluster-service'\n - name: 'by-name'\n",
|
|
"uptime": "2017-06-21T19:51:31.752337137Z",
|
|
"versionInfo": {
|
|
"branch": "master",
|
|
"buildDate": "20161101-18:10:50",
|
|
"buildUser": "root@f336dcc453a4",
|
|
"goVersion": "go1.7.3",
|
|
"revision": "a91fe17ddf0a57c627e2cfcdaa0ab364b1ab3e04",
|
|
"version": "0.5.0"
|
|
}
|
|
},
|
|
"status": "success"
|
|
}
|