dhcp.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  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": 4,
  19. "links": [],
  20. "panels": [
  21. {
  22. "aliasColors": {},
  23. "bars": false,
  24. "dashLength": 10,
  25. "dashes": false,
  26. "datasource": "Prometheus",
  27. "fill": 1,
  28. "fillGradient": 0,
  29. "gridPos": {
  30. "h": 10,
  31. "w": 14,
  32. "x": 0,
  33. "y": 0
  34. },
  35. "hiddenSeries": false,
  36. "id": 1,
  37. "legend": {
  38. "alignAsTable": true,
  39. "avg": false,
  40. "current": true,
  41. "hideEmpty": true,
  42. "hideZero": true,
  43. "max": true,
  44. "min": false,
  45. "rightSide": true,
  46. "show": true,
  47. "total": false,
  48. "values": true
  49. },
  50. "lines": true,
  51. "linewidth": 1,
  52. "links": [],
  53. "nullPointMode": "null",
  54. "options": {
  55. "dataLinks": []
  56. },
  57. "percentage": false,
  58. "pointradius": 5,
  59. "points": false,
  60. "renderer": "flot",
  61. "seriesOverrides": [],
  62. "spaceLength": 10,
  63. "stack": false,
  64. "steppedLine": false,
  65. "targets": [
  66. {
  67. "expr": "activeLeases{server=\"10.100.253.9\"}",
  68. "format": "time_series",
  69. "intervalFactor": 2,
  70. "legendFormat": "DC1-DHCP",
  71. "refId": "A"
  72. },
  73. {
  74. "expr": "activeLeases{server=\"10.100.254.9\"}",
  75. "format": "time_series",
  76. "intervalFactor": 2,
  77. "legendFormat": "DC2-DHCP",
  78. "refId": "B"
  79. }
  80. ],
  81. "thresholds": [],
  82. "timeFrom": null,
  83. "timeRegions": [],
  84. "timeShift": null,
  85. "title": "DHCP Active Leases",
  86. "tooltip": {
  87. "shared": true,
  88. "sort": 0,
  89. "value_type": "individual"
  90. },
  91. "type": "graph",
  92. "xaxis": {
  93. "buckets": null,
  94. "mode": "time",
  95. "name": null,
  96. "show": true,
  97. "values": []
  98. },
  99. "yaxes": [
  100. {
  101. "format": "short",
  102. "label": null,
  103. "logBase": 10,
  104. "max": null,
  105. "min": null,
  106. "show": true
  107. },
  108. {
  109. "format": "short",
  110. "label": null,
  111. "logBase": 1,
  112. "max": null,
  113. "min": null,
  114. "show": false
  115. }
  116. ],
  117. "yaxis": {
  118. "align": false,
  119. "alignLevel": null
  120. }
  121. },
  122. {
  123. "aliasColors": {},
  124. "bars": true,
  125. "dashLength": 10,
  126. "dashes": false,
  127. "datasource": "Prometheus",
  128. "fill": 1,
  129. "fillGradient": 0,
  130. "gridPos": {
  131. "h": 10,
  132. "w": 10,
  133. "x": 14,
  134. "y": 0
  135. },
  136. "hiddenSeries": false,
  137. "id": 2,
  138. "legend": {
  139. "alignAsTable": false,
  140. "avg": false,
  141. "current": true,
  142. "hideEmpty": false,
  143. "hideZero": false,
  144. "max": true,
  145. "min": false,
  146. "show": false,
  147. "total": false,
  148. "values": true
  149. },
  150. "lines": false,
  151. "linewidth": 1,
  152. "links": [],
  153. "nullPointMode": "null",
  154. "options": {
  155. "dataLinks": []
  156. },
  157. "percentage": false,
  158. "pointradius": 5,
  159. "points": false,
  160. "renderer": "flot",
  161. "seriesOverrides": [],
  162. "spaceLength": 10,
  163. "stack": false,
  164. "steppedLine": false,
  165. "targets": [
  166. {
  167. "expr": "irate(discovers{server=\"10.100.253.9\"}[30m])",
  168. "format": "time_series",
  169. "intervalFactor": 1,
  170. "legendFormat": "DC1-DHCP Discovers",
  171. "refId": "C"
  172. },
  173. {
  174. "expr": "irate(discovers{server=\"10.100.254.9\"}[30m])",
  175. "format": "time_series",
  176. "intervalFactor": 1,
  177. "legendFormat": "DC2-DHCP Discovers",
  178. "refId": "D"
  179. },
  180. {
  181. "expr": "acksPerSecond{server=\"10.100.253.9\"}",
  182. "format": "time_series",
  183. "intervalFactor": 1,
  184. "legendFormat": "DC1-DHCP Acks",
  185. "refId": "A"
  186. },
  187. {
  188. "expr": "acksPerSecond{server=\"10.100.254.9\"}",
  189. "format": "time_series",
  190. "intervalFactor": 1,
  191. "legendFormat": "DC2-DHCP Acks",
  192. "refId": "B"
  193. },
  194. {
  195. "expr": "irate(offers{server=\"10.100.253.9\"}[30m])",
  196. "format": "time_series",
  197. "intervalFactor": 1,
  198. "legendFormat": "DC1-DHCP Offers",
  199. "refId": "E"
  200. },
  201. {
  202. "expr": "irate(offers{server=\"10.100.253.109\"}[30m])",
  203. "format": "time_series",
  204. "intervalFactor": 1,
  205. "legendFormat": "DC2-DHCP Offers",
  206. "refId": "F"
  207. },
  208. {
  209. "expr": "irate(droppedTotal{server=\"10.100.253.9\"}[30m])",
  210. "format": "time_series",
  211. "intervalFactor": 1,
  212. "legendFormat": "DC1-DHCP Dropped",
  213. "refId": "G"
  214. },
  215. {
  216. "expr": "irate(droppedTotal{server=\"10.100.254.9\"}[30m])",
  217. "format": "time_series",
  218. "intervalFactor": 1,
  219. "legendFormat": "DC2-DHCP Dropped",
  220. "refId": "H"
  221. },
  222. {
  223. "expr": "irate(requests{server=\"10.100.253.9\"}[30m])",
  224. "format": "time_series",
  225. "intervalFactor": 1,
  226. "legendFormat": "DC1-DHCP Requests",
  227. "refId": "I"
  228. },
  229. {
  230. "expr": "irate(requests{server=\"10.100.254.9\"}[30m])",
  231. "format": "time_series",
  232. "intervalFactor": 1,
  233. "legendFormat": "DC2-DHCP Requests",
  234. "refId": "J"
  235. }
  236. ],
  237. "thresholds": [],
  238. "timeFrom": null,
  239. "timeRegions": [],
  240. "timeShift": null,
  241. "title": "DHCP Transaction Rate",
  242. "tooltip": {
  243. "shared": false,
  244. "sort": 0,
  245. "value_type": "individual"
  246. },
  247. "type": "graph",
  248. "xaxis": {
  249. "buckets": null,
  250. "mode": "series",
  251. "name": null,
  252. "show": true,
  253. "values": [
  254. "current"
  255. ]
  256. },
  257. "yaxes": [
  258. {
  259. "format": "short",
  260. "label": "Counts Per Second",
  261. "logBase": 1,
  262. "max": null,
  263. "min": "0",
  264. "show": true
  265. },
  266. {
  267. "format": "short",
  268. "label": null,
  269. "logBase": 1,
  270. "max": null,
  271. "min": null,
  272. "show": false
  273. }
  274. ],
  275. "yaxis": {
  276. "align": false,
  277. "alignLevel": null
  278. }
  279. },
  280. {
  281. "aliasColors": {},
  282. "bars": false,
  283. "dashLength": 10,
  284. "dashes": false,
  285. "datasource": null,
  286. "fill": 0,
  287. "fillGradient": 0,
  288. "gridPos": {
  289. "h": 7,
  290. "w": 24,
  291. "x": 0,
  292. "y": 10
  293. },
  294. "hiddenSeries": false,
  295. "id": 4,
  296. "legend": {
  297. "alignAsTable": true,
  298. "avg": false,
  299. "current": true,
  300. "hideEmpty": true,
  301. "hideZero": true,
  302. "max": true,
  303. "min": false,
  304. "rightSide": true,
  305. "show": true,
  306. "total": false,
  307. "values": true
  308. },
  309. "lines": true,
  310. "linewidth": 1,
  311. "nullPointMode": "null",
  312. "options": {
  313. "dataLinks": []
  314. },
  315. "percentage": false,
  316. "pointradius": 2,
  317. "points": false,
  318. "renderer": "flot",
  319. "seriesOverrides": [],
  320. "spaceLength": 10,
  321. "stack": false,
  322. "steppedLine": false,
  323. "targets": [
  324. {
  325. "expr": "diskUtilization{server=\"dc1-dhcp.ciscolive.network\"}",
  326. "legendFormat": "DC1-DHCP",
  327. "refId": "A"
  328. },
  329. {
  330. "expr": "diskUtilization{server=\"dc2-dhcp.ciscolive.network\"}",
  331. "legendFormat": "DC2-DHCP",
  332. "refId": "B"
  333. },
  334. {
  335. "expr": "diskUtilization{server=\"dc1-dns.ciscolive.network\"}",
  336. "legendFormat": "DC1-DNS",
  337. "refId": "C"
  338. },
  339. {
  340. "expr": "diskUtilization{server=\"dc2-dhcp.ciscolive.network\"}",
  341. "legendFormat": "DC2-DNS",
  342. "refId": "D"
  343. }
  344. ],
  345. "thresholds": [],
  346. "timeFrom": null,
  347. "timeRegions": [],
  348. "timeShift": null,
  349. "title": "CPNR Disk Utilization",
  350. "tooltip": {
  351. "shared": true,
  352. "sort": 0,
  353. "value_type": "individual"
  354. },
  355. "type": "graph",
  356. "xaxis": {
  357. "buckets": null,
  358. "mode": "time",
  359. "name": null,
  360. "show": true,
  361. "values": []
  362. },
  363. "yaxes": [
  364. {
  365. "format": "percent",
  366. "label": null,
  367. "logBase": 1,
  368. "max": null,
  369. "min": null,
  370. "show": true
  371. },
  372. {
  373. "format": "short",
  374. "label": null,
  375. "logBase": 1,
  376. "max": null,
  377. "min": null,
  378. "show": false
  379. }
  380. ],
  381. "yaxis": {
  382. "align": false,
  383. "alignLevel": null
  384. }
  385. }
  386. ],
  387. "refresh": "5m",
  388. "schemaVersion": 21,
  389. "style": "dark",
  390. "tags": [],
  391. "templating": {
  392. "list": []
  393. },
  394. "time": {
  395. "from": "now-1h",
  396. "to": "now"
  397. },
  398. "timepicker": {
  399. "refresh_intervals": [
  400. "5s",
  401. "10s",
  402. "30s",
  403. "1m",
  404. "5m",
  405. "15m",
  406. "30m",
  407. "1h",
  408. "2h",
  409. "1d"
  410. ],
  411. "time_options": [
  412. "5m",
  413. "15m",
  414. "1h",
  415. "6h",
  416. "12h",
  417. "24h",
  418. "2d",
  419. "7d",
  420. "30d"
  421. ]
  422. },
  423. "timezone": "",
  424. "title": "DHCP Stats",
  425. "uid": "t8YkNMyZk",
  426. "version": 18
  427. }