CABLEMODEM.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_JSONENDPOINT",
  5. "label": "jsonendpoint",
  6. "description": "",
  7. "type": "datasource",
  8. "pluginId": "grafana-simple-json-datasource",
  9. "pluginName": "SimpleJson"
  10. },
  11. {
  12. "name": "VAR_TX_CHANNEL",
  13. "type": "constant",
  14. "label": "tx_channel",
  15. "value": "2",
  16. "description": ""
  17. },
  18. {
  19. "name": "VAR_CHANNEL",
  20. "type": "constant",
  21. "label": "channel",
  22. "value": "3",
  23. "description": ""
  24. }
  25. ],
  26. "__requires": [
  27. {
  28. "type": "grafana",
  29. "id": "grafana",
  30. "name": "Grafana",
  31. "version": "4.7.0-pre1"
  32. },
  33. {
  34. "type": "datasource",
  35. "id": "grafana-simple-json-datasource",
  36. "name": "SimpleJson",
  37. "version": "1.3.5"
  38. },
  39. {
  40. "type": "panel",
  41. "id": "graph",
  42. "name": "Graph",
  43. "version": ""
  44. }
  45. ],
  46. "annotations": {
  47. "list": [
  48. {
  49. "builtIn": 1,
  50. "datasource": "-- Grafana --",
  51. "enable": true,
  52. "hide": true,
  53. "iconColor": "rgba(0, 211, 255, 1)",
  54. "name": "Annotations & Alerts",
  55. "type": "dashboard"
  56. }
  57. ]
  58. },
  59. "editable": true,
  60. "gnetId": null,
  61. "graphTooltip": 0,
  62. "hideControls": false,
  63. "id": null,
  64. "links": [],
  65. "rows": [
  66. {
  67. "collapse": false,
  68. "height": 250,
  69. "panels": [
  70. {
  71. "aliasColors": {},
  72. "bars": false,
  73. "dashLength": 10,
  74. "dashes": false,
  75. "datasource": "${DS_JSONENDPOINT}",
  76. "decimals": 3,
  77. "fill": 1,
  78. "id": 1,
  79. "legend": {
  80. "alignAsTable": false,
  81. "avg": false,
  82. "current": false,
  83. "hideEmpty": false,
  84. "hideZero": false,
  85. "max": true,
  86. "min": true,
  87. "rightSide": false,
  88. "show": true,
  89. "total": false,
  90. "values": true
  91. },
  92. "lines": true,
  93. "linewidth": 1,
  94. "links": [],
  95. "nullPointMode": "null",
  96. "percentage": false,
  97. "pointradius": 1,
  98. "points": true,
  99. "renderer": "flot",
  100. "seriesOverrides": [
  101. {
  102. "alias": "/inbandwidth/",
  103. "color": "#508642"
  104. },
  105. {
  106. "alias": "/outbandwidth/",
  107. "color": "#e24d42"
  108. }
  109. ],
  110. "spaceLength": 10,
  111. "span": 12,
  112. "stack": false,
  113. "steppedLine": false,
  114. "targets": [
  115. {
  116. "rawQuery": true,
  117. "refId": "A",
  118. "target": "inbandwidth_cm_[[mac]]",
  119. "type": "timeserie"
  120. },
  121. {
  122. "rawQuery": true,
  123. "refId": "B",
  124. "target": "outbandwidth_cm_[[mac]]",
  125. "type": "timeserie"
  126. }
  127. ],
  128. "thresholds": [],
  129. "timeFrom": null,
  130. "timeShift": null,
  131. "title": "IN / OUT",
  132. "tooltip": {
  133. "shared": true,
  134. "sort": 0,
  135. "value_type": "individual"
  136. },
  137. "type": "graph",
  138. "xaxis": {
  139. "buckets": null,
  140. "mode": "time",
  141. "name": null,
  142. "show": true,
  143. "values": []
  144. },
  145. "yaxes": [
  146. {
  147. "format": "bps",
  148. "label": null,
  149. "logBase": 1,
  150. "max": null,
  151. "min": null,
  152. "show": true
  153. },
  154. {
  155. "format": "short",
  156. "label": null,
  157. "logBase": 1,
  158. "max": null,
  159. "min": null,
  160. "show": true
  161. }
  162. ]
  163. }
  164. ],
  165. "repeat": null,
  166. "repeatIteration": null,
  167. "repeatRowId": null,
  168. "showTitle": false,
  169. "title": "Dashboard Row",
  170. "titleSize": "h6"
  171. },
  172. {
  173. "collapse": false,
  174. "height": 250,
  175. "panels": [
  176. {
  177. "aliasColors": {},
  178. "bars": false,
  179. "dashLength": 10,
  180. "dashes": false,
  181. "datasource": "${DS_JSONENDPOINT}",
  182. "decimals": 2,
  183. "fill": 1,
  184. "id": 2,
  185. "legend": {
  186. "avg": false,
  187. "current": false,
  188. "max": false,
  189. "min": false,
  190. "show": true,
  191. "total": false,
  192. "values": false
  193. },
  194. "lines": true,
  195. "linewidth": 1,
  196. "links": [],
  197. "nullPointMode": "null",
  198. "percentage": false,
  199. "pointradius": 1,
  200. "points": true,
  201. "renderer": "flot",
  202. "seriesOverrides": [
  203. {
  204. "alias": "/cm_rx/",
  205. "color": "#bf1b00"
  206. }
  207. ],
  208. "spaceLength": 10,
  209. "span": 12,
  210. "stack": false,
  211. "steppedLine": false,
  212. "targets": [
  213. {
  214. "rawQuery": true,
  215. "refId": "A",
  216. "target": "cm_rx_[[mac]].[[channel]]",
  217. "type": "timeserie"
  218. }
  219. ],
  220. "thresholds": [],
  221. "timeFrom": null,
  222. "timeShift": null,
  223. "title": "RX Power",
  224. "tooltip": {
  225. "shared": true,
  226. "sort": 0,
  227. "value_type": "individual"
  228. },
  229. "type": "graph",
  230. "xaxis": {
  231. "buckets": null,
  232. "mode": "time",
  233. "name": null,
  234. "show": true,
  235. "values": []
  236. },
  237. "yaxes": [
  238. {
  239. "decimals": 2,
  240. "format": "dBm",
  241. "label": null,
  242. "logBase": 1,
  243. "max": null,
  244. "min": null,
  245. "show": true
  246. },
  247. {
  248. "format": "short",
  249. "label": null,
  250. "logBase": 1,
  251. "max": null,
  252. "min": null,
  253. "show": true
  254. }
  255. ]
  256. }
  257. ],
  258. "repeat": null,
  259. "repeatIteration": null,
  260. "repeatRowId": null,
  261. "showTitle": false,
  262. "title": "Dashboard Row",
  263. "titleSize": "h6"
  264. },
  265. {
  266. "collapse": false,
  267. "height": 250,
  268. "panels": [
  269. {
  270. "aliasColors": {},
  271. "bars": false,
  272. "dashLength": 10,
  273. "dashes": false,
  274. "datasource": "${DS_JSONENDPOINT}",
  275. "decimals": 2,
  276. "fill": 1,
  277. "id": 3,
  278. "legend": {
  279. "avg": false,
  280. "current": false,
  281. "max": false,
  282. "min": false,
  283. "show": true,
  284. "total": false,
  285. "values": false
  286. },
  287. "lines": true,
  288. "linewidth": 1,
  289. "links": [],
  290. "nullPointMode": "null",
  291. "percentage": false,
  292. "pointradius": 1,
  293. "points": true,
  294. "renderer": "flot",
  295. "seriesOverrides": [
  296. {
  297. "alias": "/cm_tx/",
  298. "color": "#bf1b00"
  299. }
  300. ],
  301. "spaceLength": 10,
  302. "span": 12,
  303. "stack": false,
  304. "steppedLine": false,
  305. "targets": [
  306. {
  307. "rawQuery": true,
  308. "refId": "A",
  309. "target": "cm_tx_[[mac]].[[tx_channel]]",
  310. "type": "timeserie"
  311. }
  312. ],
  313. "thresholds": [],
  314. "timeFrom": null,
  315. "timeShift": null,
  316. "title": "TX Power",
  317. "tooltip": {
  318. "shared": true,
  319. "sort": 0,
  320. "value_type": "individual"
  321. },
  322. "type": "graph",
  323. "xaxis": {
  324. "buckets": null,
  325. "mode": "time",
  326. "name": null,
  327. "show": true,
  328. "values": []
  329. },
  330. "yaxes": [
  331. {
  332. "decimals": 2,
  333. "format": "dBm",
  334. "label": null,
  335. "logBase": 1,
  336. "max": null,
  337. "min": null,
  338. "show": true
  339. },
  340. {
  341. "decimals": null,
  342. "format": "short",
  343. "label": null,
  344. "logBase": 1,
  345. "max": null,
  346. "min": null,
  347. "show": true
  348. }
  349. ]
  350. }
  351. ],
  352. "repeat": null,
  353. "repeatIteration": null,
  354. "repeatRowId": null,
  355. "showTitle": false,
  356. "title": "Dashboard Row",
  357. "titleSize": "h6"
  358. },
  359. {
  360. "collapse": false,
  361. "height": 250,
  362. "panels": [
  363. {
  364. "aliasColors": {},
  365. "bars": false,
  366. "dashLength": 10,
  367. "dashes": false,
  368. "datasource": "${DS_JSONENDPOINT}",
  369. "decimals": 2,
  370. "fill": 1,
  371. "id": 4,
  372. "legend": {
  373. "avg": false,
  374. "current": false,
  375. "max": false,
  376. "min": false,
  377. "show": true,
  378. "total": false,
  379. "values": false
  380. },
  381. "lines": true,
  382. "linewidth": 1,
  383. "links": [],
  384. "nullPointMode": "null",
  385. "percentage": false,
  386. "pointradius": 1,
  387. "points": true,
  388. "renderer": "flot",
  389. "seriesOverrides": [
  390. {
  391. "alias": "/cm_signal/",
  392. "color": "#1f78c1"
  393. }
  394. ],
  395. "spaceLength": 10,
  396. "span": 12,
  397. "stack": false,
  398. "steppedLine": false,
  399. "targets": [
  400. {
  401. "rawQuery": true,
  402. "refId": "A",
  403. "target": "cm_signal_[[mac]].[[channel]]",
  404. "type": "timeserie"
  405. }
  406. ],
  407. "thresholds": [],
  408. "timeFrom": null,
  409. "timeShift": null,
  410. "title": "SNR",
  411. "tooltip": {
  412. "shared": true,
  413. "sort": 0,
  414. "value_type": "individual"
  415. },
  416. "type": "graph",
  417. "xaxis": {
  418. "buckets": null,
  419. "mode": "time",
  420. "name": null,
  421. "show": true,
  422. "values": []
  423. },
  424. "yaxes": [
  425. {
  426. "decimals": 2,
  427. "format": "dBm",
  428. "label": null,
  429. "logBase": 1,
  430. "max": null,
  431. "min": null,
  432. "show": true
  433. },
  434. {
  435. "format": "short",
  436. "label": null,
  437. "logBase": 1,
  438. "max": null,
  439. "min": null,
  440. "show": true
  441. }
  442. ]
  443. }
  444. ],
  445. "repeat": null,
  446. "repeatIteration": null,
  447. "repeatRowId": null,
  448. "showTitle": false,
  449. "title": "Dashboard Row",
  450. "titleSize": "h6"
  451. },
  452. {
  453. "collapse": false,
  454. "height": 250,
  455. "panels": [
  456. {
  457. "aliasColors": {},
  458. "bars": false,
  459. "dashLength": 10,
  460. "dashes": false,
  461. "datasource": "${DS_JSONENDPOINT}",
  462. "decimals": 2,
  463. "fill": 1,
  464. "id": 5,
  465. "legend": {
  466. "avg": false,
  467. "current": false,
  468. "max": false,
  469. "min": false,
  470. "show": true,
  471. "total": false,
  472. "values": false
  473. },
  474. "lines": true,
  475. "linewidth": 1,
  476. "links": [],
  477. "nullPointMode": "null",
  478. "percentage": false,
  479. "pointradius": 1,
  480. "points": true,
  481. "renderer": "flot",
  482. "seriesOverrides": [
  483. {
  484. "alias": "/cm_microreflection/",
  485. "color": "#1f78c1"
  486. }
  487. ],
  488. "spaceLength": 10,
  489. "span": 12,
  490. "stack": false,
  491. "steppedLine": false,
  492. "targets": [
  493. {
  494. "rawQuery": true,
  495. "refId": "A",
  496. "target": "cm_microreflection_[[mac]].[[channel]]",
  497. "type": "timeserie"
  498. }
  499. ],
  500. "thresholds": [],
  501. "timeFrom": null,
  502. "timeShift": null,
  503. "title": "Microreflection",
  504. "tooltip": {
  505. "shared": true,
  506. "sort": 0,
  507. "value_type": "individual"
  508. },
  509. "type": "graph",
  510. "xaxis": {
  511. "buckets": null,
  512. "mode": "time",
  513. "name": null,
  514. "show": true,
  515. "values": []
  516. },
  517. "yaxes": [
  518. {
  519. "decimals": 2,
  520. "format": "dBm",
  521. "label": null,
  522. "logBase": 1,
  523. "max": null,
  524. "min": null,
  525. "show": true
  526. },
  527. {
  528. "format": "short",
  529. "label": null,
  530. "logBase": 1,
  531. "max": null,
  532. "min": null,
  533. "show": true
  534. }
  535. ]
  536. }
  537. ],
  538. "repeat": null,
  539. "repeatIteration": null,
  540. "repeatRowId": null,
  541. "showTitle": false,
  542. "title": "Dashboard Row",
  543. "titleSize": "h6"
  544. }
  545. ],
  546. "schemaVersion": 14,
  547. "style": "dark",
  548. "tags": [],
  549. "templating": {
  550. "list": [
  551. {
  552. "allValue": null,
  553. "current": {},
  554. "datasource": "${DS_JSONENDPOINT}",
  555. "hide": 0,
  556. "includeAll": false,
  557. "label": "MAC",
  558. "multi": false,
  559. "name": "mac",
  560. "options": [],
  561. "query": "name",
  562. "refresh": 1,
  563. "regex": "inbandwidth_cm_([a-z0-9]*)",
  564. "sort": 0,
  565. "tagValuesQuery": "",
  566. "tags": [],
  567. "tagsQuery": "",
  568. "type": "query",
  569. "useTags": false
  570. },
  571. {
  572. "current": {
  573. "value": "${VAR_TX_CHANNEL}",
  574. "text": "${VAR_TX_CHANNEL}"
  575. },
  576. "hide": 0,
  577. "label": "tx_channel",
  578. "name": "tx_channel",
  579. "options": [
  580. {
  581. "value": "${VAR_TX_CHANNEL}",
  582. "text": "${VAR_TX_CHANNEL}"
  583. }
  584. ],
  585. "query": "${VAR_TX_CHANNEL}",
  586. "type": "constant"
  587. },
  588. {
  589. "current": {
  590. "value": "${VAR_CHANNEL}",
  591. "text": "${VAR_CHANNEL}"
  592. },
  593. "hide": 0,
  594. "label": "channel",
  595. "name": "channel",
  596. "options": [
  597. {
  598. "value": "${VAR_CHANNEL}",
  599. "text": "${VAR_CHANNEL}"
  600. }
  601. ],
  602. "query": "${VAR_CHANNEL}",
  603. "type": "constant"
  604. }
  605. ]
  606. },
  607. "time": {
  608. "from": "now-3h",
  609. "to": "now"
  610. },
  611. "timepicker": {
  612. "refresh_intervals": [
  613. "5s",
  614. "10s",
  615. "30s",
  616. "1m",
  617. "5m",
  618. "15m",
  619. "30m",
  620. "1h",
  621. "2h",
  622. "1d"
  623. ],
  624. "time_options": [
  625. "5m",
  626. "15m",
  627. "1h",
  628. "6h",
  629. "12h",
  630. "24h",
  631. "2d",
  632. "7d",
  633. "30d"
  634. ]
  635. },
  636. "timezone": "",
  637. "title": "CABLEMODEM",
  638. "version": 18
  639. }