dhcp.json 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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. "hideControls": false,
  19. "id": 8,
  20. "links": [],
  21. "refresh": "1m",
  22. "rows": [
  23. {
  24. "collapse": false,
  25. "height": 562,
  26. "panels": [
  27. {
  28. "aliasColors": {},
  29. "bars": false,
  30. "dashLength": 10,
  31. "dashes": false,
  32. "datasource": null,
  33. "fill": 1,
  34. "id": 1,
  35. "legend": {
  36. "avg": true,
  37. "current": true,
  38. "max": true,
  39. "min": false,
  40. "show": true,
  41. "total": false,
  42. "values": true
  43. },
  44. "lines": true,
  45. "linewidth": 1,
  46. "links": [],
  47. "nullPointMode": "null",
  48. "percentage": false,
  49. "pointradius": 5,
  50. "points": false,
  51. "renderer": "flot",
  52. "seriesOverrides": [],
  53. "spaceLength": 10,
  54. "span": 6,
  55. "stack": false,
  56. "steppedLine": false,
  57. "targets": [
  58. {
  59. "expr": "activeLeases{server=\"10.100.253.9\"}",
  60. "format": "time_series",
  61. "intervalFactor": 2,
  62. "legendFormat": "DC1-DHCP",
  63. "refId": "A"
  64. },
  65. {
  66. "expr": "activeLeases{server=\"10.100.253.109\"}",
  67. "format": "time_series",
  68. "intervalFactor": 2,
  69. "legendFormat": "DC2-DHCP",
  70. "refId": "B"
  71. }
  72. ],
  73. "thresholds": [],
  74. "timeFrom": null,
  75. "timeShift": null,
  76. "title": "DHCP Active Leases",
  77. "tooltip": {
  78. "shared": true,
  79. "sort": 0,
  80. "value_type": "individual"
  81. },
  82. "type": "graph",
  83. "xaxis": {
  84. "buckets": null,
  85. "mode": "time",
  86. "name": null,
  87. "show": true,
  88. "values": []
  89. },
  90. "yaxes": [
  91. {
  92. "format": "short",
  93. "label": null,
  94. "logBase": 1,
  95. "max": null,
  96. "min": null,
  97. "show": true
  98. },
  99. {
  100. "format": "short",
  101. "label": null,
  102. "logBase": 1,
  103. "max": null,
  104. "min": null,
  105. "show": false
  106. }
  107. ]
  108. },
  109. {
  110. "aliasColors": {},
  111. "bars": false,
  112. "dashLength": 10,
  113. "dashes": false,
  114. "datasource": null,
  115. "fill": 1,
  116. "id": 2,
  117. "legend": {
  118. "avg": true,
  119. "current": true,
  120. "max": true,
  121. "min": false,
  122. "show": true,
  123. "total": false,
  124. "values": true
  125. },
  126. "lines": true,
  127. "linewidth": 1,
  128. "links": [],
  129. "nullPointMode": "null",
  130. "percentage": false,
  131. "pointradius": 5,
  132. "points": false,
  133. "renderer": "flot",
  134. "seriesOverrides": [],
  135. "spaceLength": 10,
  136. "span": 6,
  137. "stack": false,
  138. "steppedLine": false,
  139. "targets": [
  140. {
  141. "expr": "irate(discovers{server=\"10.100.253.9\"}[2m])",
  142. "format": "time_series",
  143. "intervalFactor": 2,
  144. "legendFormat": "DC1-DHCP Discovers",
  145. "refId": "C"
  146. },
  147. {
  148. "expr": "irate(discovers{server=\"10.100.253.109\"}[2m])",
  149. "format": "time_series",
  150. "intervalFactor": 2,
  151. "legendFormat": "DC2-DHCP Discovers",
  152. "refId": "D"
  153. },
  154. {
  155. "expr": "acksPerSecond{server=\"10.100.253.9\"}",
  156. "format": "time_series",
  157. "intervalFactor": 2,
  158. "legendFormat": "DC1-DHCP Acks",
  159. "refId": "A"
  160. },
  161. {
  162. "expr": "acksPerSecond{server=\"10.100.253.109\"}",
  163. "format": "time_series",
  164. "intervalFactor": 2,
  165. "legendFormat": "DC2-DHCP Acks",
  166. "refId": "B"
  167. },
  168. {
  169. "expr": "irate(offers{server=\"10.100.253.9\"}[2m])",
  170. "format": "time_series",
  171. "intervalFactor": 2,
  172. "legendFormat": "DC1-DHCP Offers",
  173. "refId": "E"
  174. },
  175. {
  176. "expr": "irate(offers{server=\"10.100.253.109\"}[2m])",
  177. "format": "time_series",
  178. "intervalFactor": 2,
  179. "legendFormat": "DC2-DHCP Offers",
  180. "refId": "F"
  181. },
  182. {
  183. "expr": "irate(droppedTotal{server=\"10.100.253.9\"}[2m])",
  184. "format": "time_series",
  185. "intervalFactor": 2,
  186. "legendFormat": "DC1-DHCP Dropped",
  187. "refId": "G"
  188. },
  189. {
  190. "expr": "irate(droppedTotal{server=\"10.100.253.109\"}[2m])",
  191. "format": "time_series",
  192. "intervalFactor": 2,
  193. "legendFormat": "DC2-DHCP Dropped",
  194. "refId": "H"
  195. },
  196. {
  197. "expr": "irate(requests{server=\"10.100.253.9\"}[2m])",
  198. "format": "time_series",
  199. "intervalFactor": 2,
  200. "legendFormat": "DC1-DHCP Requests",
  201. "refId": "I"
  202. },
  203. {
  204. "expr": "irate(requests{server=\"10.100.253.109\"}[2m])",
  205. "format": "time_series",
  206. "intervalFactor": 2,
  207. "legendFormat": "DC2-DHCP Requests",
  208. "refId": "J"
  209. }
  210. ],
  211. "thresholds": [],
  212. "timeFrom": null,
  213. "timeShift": null,
  214. "title": "DHCP Transaction Rate",
  215. "tooltip": {
  216. "shared": true,
  217. "sort": 0,
  218. "value_type": "individual"
  219. },
  220. "type": "graph",
  221. "xaxis": {
  222. "buckets": null,
  223. "mode": "time",
  224. "name": null,
  225. "show": true,
  226. "values": []
  227. },
  228. "yaxes": [
  229. {
  230. "format": "short",
  231. "label": "Counts Per Second",
  232. "logBase": 1,
  233. "max": null,
  234. "min": null,
  235. "show": true
  236. },
  237. {
  238. "format": "short",
  239. "label": null,
  240. "logBase": 1,
  241. "max": null,
  242. "min": null,
  243. "show": false
  244. }
  245. ]
  246. }
  247. ],
  248. "repeat": null,
  249. "repeatIteration": null,
  250. "repeatRowId": null,
  251. "showTitle": false,
  252. "title": "Dashboard Row",
  253. "titleSize": "h6"
  254. }
  255. ],
  256. "schemaVersion": 14,
  257. "style": "dark",
  258. "tags": [],
  259. "templating": {
  260. "list": []
  261. },
  262. "time": {
  263. "from": "2019-01-28T05:00:00.000Z",
  264. "to": "now"
  265. },
  266. "timepicker": {
  267. "refresh_intervals": [
  268. "5s",
  269. "10s",
  270. "30s",
  271. "1m",
  272. "5m",
  273. "15m",
  274. "30m",
  275. "1h",
  276. "2h",
  277. "1d"
  278. ],
  279. "time_options": [
  280. "5m",
  281. "15m",
  282. "1h",
  283. "6h",
  284. "12h",
  285. "24h",
  286. "2d",
  287. "7d",
  288. "30d"
  289. ]
  290. },
  291. "timezone": "",
  292. "title": "DHCP Stats",
  293. "version": 10
  294. }