OLT-PON-PORTS.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  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. "__requires": [
  13. {
  14. "type": "grafana",
  15. "id": "grafana",
  16. "name": "Grafana",
  17. "version": "4.7.0-pre1"
  18. },
  19. {
  20. "type": "datasource",
  21. "id": "grafana-simple-json-datasource",
  22. "name": "SimpleJson",
  23. "version": "1.3.5"
  24. },
  25. {
  26. "type": "panel",
  27. "id": "graph",
  28. "name": "Graph",
  29. "version": ""
  30. }
  31. ],
  32. "annotations": {
  33. "list": [
  34. {
  35. "builtIn": 1,
  36. "datasource": "-- Grafana --",
  37. "enable": true,
  38. "hide": true,
  39. "iconColor": "rgba(0, 211, 255, 1)",
  40. "name": "Annotations & Alerts",
  41. "type": "dashboard"
  42. }
  43. ]
  44. },
  45. "editable": true,
  46. "gnetId": null,
  47. "graphTooltip": 0,
  48. "hideControls": false,
  49. "id": null,
  50. "links": [],
  51. "refresh": "5m",
  52. "rows": [
  53. {
  54. "collapse": false,
  55. "height": 250,
  56. "panels": [
  57. {
  58. "aliasColors": {
  59. "d_1_s_1_outbandwidth_pon_1.4": "#7EB26D"
  60. },
  61. "bars": false,
  62. "dashLength": 10,
  63. "dashes": false,
  64. "datasource": "${DS_JSONENDPOINT}",
  65. "fill": 1,
  66. "id": 1,
  67. "legend": {
  68. "avg": false,
  69. "current": false,
  70. "max": false,
  71. "min": false,
  72. "show": true,
  73. "total": false,
  74. "values": false
  75. },
  76. "lines": true,
  77. "linewidth": 1,
  78. "links": [],
  79. "nullPointMode": "null",
  80. "percentage": false,
  81. "pointradius": 1,
  82. "points": true,
  83. "renderer": "flot",
  84. "seriesOverrides": [
  85. {
  86. "alias": "/inbandwidth/",
  87. "color": "#3F6833"
  88. },
  89. {
  90. "alias": "/outbandwidth/",
  91. "color": "#E24D42"
  92. },
  93. {
  94. "alias": "d_1_s_1_outbandwidth_pon_1.4",
  95. "yaxis": 1
  96. }
  97. ],
  98. "spaceLength": 10,
  99. "span": 12,
  100. "stack": false,
  101. "steppedLine": false,
  102. "targets": [
  103. {
  104. "hide": false,
  105. "rawQuery": true,
  106. "refId": "A",
  107. "target": "d_[[olt]]_s_[[server]]_inbandwidth_pon_[[card]].[[slot]]",
  108. "type": "timeserie"
  109. },
  110. {
  111. "hide": false,
  112. "rawQuery": true,
  113. "refId": "B",
  114. "target": "d_[[olt]]_s_[[server]]_outbandwidth_pon_[[card]].[[slot]]",
  115. "type": "timeserie"
  116. }
  117. ],
  118. "thresholds": [],
  119. "timeFrom": null,
  120. "timeShift": null,
  121. "title": "IN / OUT",
  122. "tooltip": {
  123. "shared": true,
  124. "sort": 0,
  125. "value_type": "individual"
  126. },
  127. "type": "graph",
  128. "xaxis": {
  129. "buckets": null,
  130. "mode": "time",
  131. "name": null,
  132. "show": true,
  133. "values": []
  134. },
  135. "yaxes": [
  136. {
  137. "format": "bps",
  138. "label": null,
  139. "logBase": 1,
  140. "max": null,
  141. "min": null,
  142. "show": true
  143. },
  144. {
  145. "format": "short",
  146. "label": null,
  147. "logBase": 1,
  148. "max": null,
  149. "min": null,
  150. "show": true
  151. }
  152. ]
  153. }
  154. ],
  155. "repeat": null,
  156. "repeatIteration": null,
  157. "repeatRowId": null,
  158. "showTitle": false,
  159. "title": "Dashboard Row",
  160. "titleSize": "h6"
  161. },
  162. {
  163. "collapse": false,
  164. "height": 250,
  165. "panels": [
  166. {
  167. "aliasColors": {},
  168. "bars": false,
  169. "dashLength": 10,
  170. "dashes": false,
  171. "datasource": "${DS_JSONENDPOINT}",
  172. "decimals": 2,
  173. "fill": 1,
  174. "id": 2,
  175. "legend": {
  176. "avg": true,
  177. "current": false,
  178. "hideEmpty": false,
  179. "max": true,
  180. "min": true,
  181. "show": true,
  182. "total": false,
  183. "values": true
  184. },
  185. "lines": true,
  186. "linewidth": 1,
  187. "links": [],
  188. "nullPointMode": "null",
  189. "percentage": false,
  190. "pointradius": 1,
  191. "points": true,
  192. "renderer": "flot",
  193. "seriesOverrides": [
  194. {
  195. "alias": "/pon_tx/",
  196. "color": "#052B51"
  197. }
  198. ],
  199. "spaceLength": 10,
  200. "span": 12,
  201. "stack": false,
  202. "steppedLine": false,
  203. "targets": [
  204. {
  205. "rawQuery": true,
  206. "refId": "A",
  207. "target": "d_[[olt]]_s_[[server]]_pon_tx_[[card]].[[slot]]",
  208. "type": "timeserie"
  209. }
  210. ],
  211. "thresholds": [],
  212. "timeFrom": null,
  213. "timeShift": null,
  214. "title": "Tx Power",
  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": "dBm",
  231. "label": null,
  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": true
  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. "collapse": false,
  257. "height": 250,
  258. "panels": [
  259. {
  260. "aliasColors": {},
  261. "bars": false,
  262. "dashLength": 10,
  263. "dashes": false,
  264. "datasource": "${DS_JSONENDPOINT}",
  265. "decimals": 2,
  266. "fill": 1,
  267. "id": 3,
  268. "legend": {
  269. "avg": true,
  270. "current": false,
  271. "max": true,
  272. "min": true,
  273. "show": true,
  274. "total": false,
  275. "values": true
  276. },
  277. "lines": true,
  278. "linewidth": 1,
  279. "links": [],
  280. "nullPointMode": "null",
  281. "percentage": false,
  282. "pointradius": 1,
  283. "points": true,
  284. "renderer": "flot",
  285. "seriesOverrides": [
  286. {
  287. "alias": "/pon_voltage/",
  288. "color": "#0A50A1"
  289. }
  290. ],
  291. "spaceLength": 10,
  292. "span": 12,
  293. "stack": false,
  294. "steppedLine": false,
  295. "targets": [
  296. {
  297. "rawQuery": true,
  298. "refId": "A",
  299. "target": "d_[[olt]]_s_[[server]]_pon_voltage_[[card]].[[slot]]",
  300. "type": "timeserie"
  301. }
  302. ],
  303. "thresholds": [],
  304. "timeFrom": null,
  305. "timeShift": null,
  306. "title": "Voltage",
  307. "tooltip": {
  308. "shared": true,
  309. "sort": 0,
  310. "value_type": "individual"
  311. },
  312. "type": "graph",
  313. "xaxis": {
  314. "buckets": null,
  315. "mode": "time",
  316. "name": null,
  317. "show": true,
  318. "values": []
  319. },
  320. "yaxes": [
  321. {
  322. "decimals": 2,
  323. "format": "volt",
  324. "label": "Voltage",
  325. "logBase": 1,
  326. "max": null,
  327. "min": null,
  328. "show": true
  329. },
  330. {
  331. "decimals": 2,
  332. "format": "short",
  333. "label": "",
  334. "logBase": 1,
  335. "max": null,
  336. "min": null,
  337. "show": true
  338. }
  339. ]
  340. }
  341. ],
  342. "repeat": null,
  343. "repeatIteration": null,
  344. "repeatRowId": null,
  345. "showTitle": false,
  346. "title": "Dashboard Row",
  347. "titleSize": "h6"
  348. },
  349. {
  350. "collapse": false,
  351. "height": 250,
  352. "panels": [
  353. {
  354. "aliasColors": {},
  355. "bars": false,
  356. "dashLength": 10,
  357. "dashes": false,
  358. "datasource": "${DS_JSONENDPOINT}",
  359. "decimals": 2,
  360. "fill": 1,
  361. "id": 4,
  362. "legend": {
  363. "alignAsTable": false,
  364. "avg": true,
  365. "current": false,
  366. "max": true,
  367. "min": true,
  368. "show": true,
  369. "total": false,
  370. "values": true
  371. },
  372. "lines": true,
  373. "linewidth": 1,
  374. "links": [],
  375. "nullPointMode": "null",
  376. "percentage": false,
  377. "pointradius": 1,
  378. "points": true,
  379. "renderer": "flot",
  380. "seriesOverrides": [
  381. {
  382. "alias": "/pon_temperature/",
  383. "color": "#0A50A1"
  384. }
  385. ],
  386. "spaceLength": 10,
  387. "span": 12,
  388. "stack": false,
  389. "steppedLine": false,
  390. "targets": [
  391. {
  392. "rawQuery": true,
  393. "refId": "A",
  394. "target": "d_[[olt]]_s_[[server]]_pon_temperature_[[card]].[[slot]]",
  395. "type": "timeserie"
  396. }
  397. ],
  398. "thresholds": [],
  399. "timeFrom": null,
  400. "timeShift": null,
  401. "title": "Temperature",
  402. "tooltip": {
  403. "shared": true,
  404. "sort": 0,
  405. "value_type": "individual"
  406. },
  407. "type": "graph",
  408. "xaxis": {
  409. "buckets": null,
  410. "mode": "time",
  411. "name": null,
  412. "show": true,
  413. "values": []
  414. },
  415. "yaxes": [
  416. {
  417. "decimals": 2,
  418. "format": "celsius",
  419. "label": "Temperature",
  420. "logBase": 1,
  421. "max": null,
  422. "min": null,
  423. "show": true
  424. },
  425. {
  426. "decimals": 2,
  427. "format": "short",
  428. "label": "",
  429. "logBase": 1,
  430. "max": null,
  431. "min": null,
  432. "show": true
  433. }
  434. ]
  435. }
  436. ],
  437. "repeat": null,
  438. "repeatIteration": null,
  439. "repeatRowId": null,
  440. "showTitle": false,
  441. "title": "Dashboard Row",
  442. "titleSize": "h6"
  443. }
  444. ],
  445. "schemaVersion": 14,
  446. "style": "dark",
  447. "tags": [],
  448. "templating": {
  449. "list": [
  450. {
  451. "allValue": null,
  452. "current": {
  453. "selected": true,
  454. "text": "1",
  455. "value": "1"
  456. },
  457. "hide": 0,
  458. "includeAll": false,
  459. "label": "Server",
  460. "multi": false,
  461. "name": "server",
  462. "options": [
  463. {
  464. "selected": true,
  465. "text": "1",
  466. "value": "1"
  467. }
  468. ],
  469. "query": "1",
  470. "type": "custom"
  471. },
  472. {
  473. "allValue": null,
  474. "current": {
  475. "selected": true,
  476. "text": "1",
  477. "value": "1"
  478. },
  479. "hide": 0,
  480. "includeAll": false,
  481. "label": "Olt",
  482. "multi": false,
  483. "name": "olt",
  484. "options": [
  485. {
  486. "selected": true,
  487. "text": "1",
  488. "value": "1"
  489. }
  490. ],
  491. "query": "1",
  492. "type": "custom"
  493. },
  494. {
  495. "allValue": null,
  496. "current": {},
  497. "datasource": "${DS_JSONENDPOINT}",
  498. "hide": 0,
  499. "includeAll": false,
  500. "label": "Card",
  501. "multi": false,
  502. "name": "card",
  503. "options": [],
  504. "query": "name",
  505. "refresh": 1,
  506. "regex": "d_[[olt]]_s_[[server]]_pon_biascurrent_([0-9]*)\\.[0-9]*",
  507. "sort": 3,
  508. "tagValuesQuery": "",
  509. "tags": [],
  510. "tagsQuery": "",
  511. "type": "query",
  512. "useTags": false
  513. },
  514. {
  515. "allValue": null,
  516. "current": {},
  517. "datasource": "${DS_JSONENDPOINT}",
  518. "hide": 0,
  519. "includeAll": false,
  520. "label": "Slot",
  521. "multi": false,
  522. "name": "slot",
  523. "options": [],
  524. "query": "name",
  525. "refresh": 1,
  526. "regex": "d_[[olt]]_s_[[server]]_pon_biascurrent_[[card]]\\.([0-9])*",
  527. "sort": 3,
  528. "tagValuesQuery": "",
  529. "tags": [],
  530. "tagsQuery": "",
  531. "type": "query",
  532. "useTags": false
  533. }
  534. ]
  535. },
  536. "time": {
  537. "from": "now-3h",
  538. "to": "now"
  539. },
  540. "timepicker": {
  541. "refresh_intervals": [
  542. "5s",
  543. "10s",
  544. "30s",
  545. "1m",
  546. "5m",
  547. "15m",
  548. "30m",
  549. "1h",
  550. "2h",
  551. "1d"
  552. ],
  553. "time_options": [
  554. "5m",
  555. "15m",
  556. "1h",
  557. "6h",
  558. "12h",
  559. "24h",
  560. "2d",
  561. "7d",
  562. "30d"
  563. ]
  564. },
  565. "timezone": "",
  566. "title": "OLT PON PORTS",
  567. "version": 2
  568. }