Last active
November 25, 2016 12:15
-
-
Save schmurfy/ad092a7e766ef7e929bd11af7d54d217 to your computer and use it in GitHub Desktop.
influxb_issue_regex
This file contains hidden or 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
{ | |
"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 | |
] | |
] | |
} | |
] | |
} | |
] | |
} |
This file contains hidden or 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
{ | |
"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