Skip to content

Instantly share code, notes, and snippets.

@schmurfy
Last active November 25, 2016 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schmurfy/ad092a7e766ef7e929bd11af7d54d217 to your computer and use it in GitHub Desktop.
Save schmurfy/ad092a7e766ef7e929bd11af7d54d217 to your computer and use it in GitHub Desktop.
influxb_issue_regex
{
"results": [
{
"series": [
{
"name": "alerts",
"tags": {
"app_name": "mountpoints",
"host": "myhost",
"id": "",
"res_name": "root"
},
"columns": [
"time",
"duration",
"emitted",
"first",
"id",
"level",
"level_tag",
"type",
"value"
],
"values": [
[
1480073766000000000,
201000000000,
null,
null,
"disk_alert/myhost/mountpoints/root/free",
"OK",
"OK",
"fast",
6.34698e+06
],
[
1480073565000000000,
0,
null,
null,
"disk_alert/myhost/mountpoints/root/free",
"CRITICAL",
"CRITICAL",
"fast",
5.172796e+06
]
]
}
]
}
]
}
{
"results": [
{
"series": [
{
"name": "alerts",
"tags": {
"app_name": "mountpoints",
"host": "myhost",
"id": "",
"res_name": "root"
},
"columns": [
"time",
"duration",
"emitted",
"first",
"id",
"level",
"level_tag",
"type",
"value"
],
"values": [
[
"2016-11-25T11:36:40Z",
null,
null,
null,
"disk_alert/myhost/mountpoints/root/free",
"NOTIFY_DOWN",
"NOTIFY_DOWN",
null,
6346980
],
[
"2016-11-25T11:36:06Z",
201000000000,
null,
null,
"disk_alert/myhost/mountpoints/root/free",
"OK",
"OK",
"fast",
6346980
],
[
"2016-11-25T11:35:09Z",
null,
null,
null,
"disk_alert/myhost/mountpoints/root/free",
"NOTIFY_UP",
"NOTIFY_UP",
null,
5172796
],
[
"2016-11-25T11:32:45Z",
0,
null,
null,
"disk_alert/myhost/mountpoints/root/free",
"CRITICAL",
"CRITICAL",
"fast",
5172796
]
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment