Advertisement
Guest User

Untitled

a guest
Mar 12th, 2021
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. {
  2. "annotations": {
  3. "list": [
  4. {
  5. "builtIn": 1,
  6. "datasource": "-- Grafana --",
  7. "enable": true,
  8. "hide": true,
  9. "iconColor": "rgba(0, 211, 255, 1)",
  10. "name": "Annotations & Alerts",
  11. "type": "dashboard"
  12. }
  13. ]
  14. },
  15. "editable": true,
  16. "gnetId": null,
  17. "graphTooltip": 0,
  18. "id": 18,
  19. "links": [],
  20. "panels": [
  21. {
  22. "cacheTimeout": null,
  23. "datasource": "RoutingLokTech_NtopNG",
  24. "fieldConfig": {
  25. "defaults": {
  26. "custom": {
  27. "align": null
  28. },
  29. "mappings": [],
  30. "thresholds": {
  31. "mode": "absolute",
  32. "steps": [
  33. {
  34. "color": "green",
  35. "value": null
  36. },
  37. {
  38. "color": "red",
  39. "value": 80
  40. }
  41. ]
  42. },
  43. "unit": "bytes"
  44. },
  45. "overrides": [
  46. {
  47. "matcher": {
  48. "id": "byType",
  49. "options": "string"
  50. },
  51. "properties": []
  52. }
  53. ]
  54. },
  55. "gridPos": {
  56. "h": 9,
  57. "w": 12,
  58. "x": 0,
  59. "y": 0
  60. },
  61. "id": 2,
  62. "interval": null,
  63. "links": [],
  64. "options": {
  65. "showHeader": true,
  66. "sortBy": [
  67. {
  68. "desc": true,
  69. "displayName": "Inbound"
  70. }
  71. ]
  72. },
  73. "pluginVersion": "7.1.5",
  74. "targets": [
  75. {
  76. "groupBy": [
  77. {
  78. "params": [
  79. "host"
  80. ],
  81. "type": "tag"
  82. }
  83. ],
  84. "limit": "1",
  85. "measurement": "host:traffic",
  86. "orderByTime": "ASC",
  87. "policy": "autogen",
  88. "query": "SELECT \"bytes_rcvd\" AS \"Inbound\", \"bytes_rcvd\" AS \"Outbound\" FROM \"autogen\".\"host:traffic\" WHERE $timeFilter GROUP BY host LIMIT 1",
  89. "rawQuery": false,
  90. "refId": "A",
  91. "resultFormat": "table",
  92. "select": [
  93. [
  94. {
  95. "params": [
  96. "bytes_rcvd"
  97. ],
  98. "type": "field"
  99. },
  100. {
  101. "params": [
  102. "Inbound"
  103. ],
  104. "type": "alias"
  105. }
  106. ],
  107. [
  108. {
  109. "params": [
  110. "bytes_rcvd"
  111. ],
  112. "type": "field"
  113. },
  114. {
  115. "params": [
  116. "Outbound"
  117. ],
  118. "type": "alias"
  119. }
  120. ]
  121. ],
  122. "slimit": "",
  123. "tags": []
  124. }
  125. ],
  126. "timeFrom": null,
  127. "timeShift": null,
  128. "title": "Most active hosts",
  129. "type": "table"
  130. }
  131. ],
  132. "schemaVersion": 26,
  133. "style": "dark",
  134. "tags": [],
  135. "templating": {
  136. "list": []
  137. },
  138. "time": {
  139. "from": "now-6h",
  140. "to": "now"
  141. },
  142. "timepicker": {},
  143. "timezone": "",
  144. "title": "TestingDash",
  145. "uid": "KMeK8SOGk",
  146. "version": 1
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement