OLT-PON-PORTS-HUAWEI.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  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. "spaceLength": 10,
  95. "span": 12,
  96. "stack": false,
  97. "steppedLine": false,
  98. "targets": [
  99. {
  100. "hide": false,
  101. "rawQuery": true,
  102. "refId": "A",
  103. "target": "d_[[olt]]_s_[[server]]_inbandwidth_pon_[[board]].[[card]].[[slot]]",
  104. "type": "timeserie"
  105. },
  106. {
  107. "hide": false,
  108. "rawQuery": true,
  109. "refId": "B",
  110. "target": "d_[[olt]]_s_[[server]]_outbandwidth_pon_[[board]].[[card]].[[slot]]",
  111. "type": "timeserie"
  112. }
  113. ],
  114. "thresholds": [],
  115. "timeFrom": null,
  116. "timeShift": null,
  117. "title": "IN / OUT",
  118. "tooltip": {
  119. "shared": true,
  120. "sort": 0,
  121. "value_type": "individual"
  122. },
  123. "type": "graph",
  124. "xaxis": {
  125. "buckets": null,
  126. "mode": "time",
  127. "name": null,
  128. "show": true,
  129. "values": []
  130. },
  131. "yaxes": [
  132. {
  133. "format": "bps",
  134. "label": null,
  135. "logBase": 1,
  136. "max": null,
  137. "min": null,
  138. "show": true
  139. },
  140. {
  141. "format": "short",
  142. "label": null,
  143. "logBase": 1,
  144. "max": null,
  145. "min": null,
  146. "show": true
  147. }
  148. ]
  149. }
  150. ],
  151. "repeat": null,
  152. "repeatIteration": null,
  153. "repeatRowId": null,
  154. "showTitle": false,
  155. "title": "Dashboard Row",
  156. "titleSize": "h6"
  157. },
  158. {
  159. "collapse": false,
  160. "height": 250,
  161. "panels": [
  162. {
  163. "aliasColors": {},
  164. "bars": false,
  165. "dashLength": 10,
  166. "dashes": false,
  167. "datasource": "${DS_JSONENDPOINT}",
  168. "decimals": 2,
  169. "fill": 1,
  170. "id": 2,
  171. "legend": {
  172. "avg": true,
  173. "current": false,
  174. "hideEmpty": false,
  175. "max": true,
  176. "min": true,
  177. "show": true,
  178. "total": false,
  179. "values": true
  180. },
  181. "lines": true,
  182. "linewidth": 1,
  183. "links": [],
  184. "nullPointMode": "null",
  185. "percentage": false,
  186. "pointradius": 1,
  187. "points": true,
  188. "renderer": "flot",
  189. "seriesOverrides": [
  190. {
  191. "alias": "/pon_tx/",
  192. "color": "#052B51"
  193. }
  194. ],
  195. "spaceLength": 10,
  196. "span": 12,
  197. "stack": false,
  198. "steppedLine": false,
  199. "targets": [
  200. {
  201. "rawQuery": true,
  202. "refId": "A",
  203. "target": "d_[[olt]]_s_[[server]]_pon_tx_[[board]].[[card]].[[slot]]",
  204. "type": "timeserie"
  205. }
  206. ],
  207. "thresholds": [],
  208. "timeFrom": null,
  209. "timeShift": null,
  210. "title": "Tx Power",
  211. "tooltip": {
  212. "shared": true,
  213. "sort": 0,
  214. "value_type": "individual"
  215. },
  216. "type": "graph",
  217. "xaxis": {
  218. "buckets": null,
  219. "mode": "time",
  220. "name": null,
  221. "show": true,
  222. "values": []
  223. },
  224. "yaxes": [
  225. {
  226. "format": "dBm",
  227. "label": null,
  228. "logBase": 1,
  229. "max": null,
  230. "min": null,
  231. "show": true
  232. },
  233. {
  234. "format": "short",
  235. "label": null,
  236. "logBase": 1,
  237. "max": null,
  238. "min": null,
  239. "show": true
  240. }
  241. ]
  242. }
  243. ],
  244. "repeat": null,
  245. "repeatIteration": null,
  246. "repeatRowId": null,
  247. "showTitle": false,
  248. "title": "Dashboard Row",
  249. "titleSize": "h6"
  250. },
  251. {
  252. "collapse": false,
  253. "height": 250,
  254. "panels": [
  255. {
  256. "aliasColors": {},
  257. "bars": false,
  258. "dashLength": 10,
  259. "dashes": false,
  260. "datasource": "${DS_JSONENDPOINT}",
  261. "decimals": 2,
  262. "fill": 1,
  263. "id": 3,
  264. "legend": {
  265. "avg": true,
  266. "current": false,
  267. "max": true,
  268. "min": true,
  269. "show": true,
  270. "total": false,
  271. "values": true
  272. },
  273. "lines": true,
  274. "linewidth": 1,
  275. "links": [],
  276. "nullPointMode": "null",
  277. "percentage": false,
  278. "pointradius": 1,
  279. "points": true,
  280. "renderer": "flot",
  281. "seriesOverrides": [
  282. {
  283. "alias": "/pon_voltage/",
  284. "color": "#0A50A1"
  285. }
  286. ],
  287. "spaceLength": 10,
  288. "span": 12,
  289. "stack": false,
  290. "steppedLine": false,
  291. "targets": [
  292. {
  293. "rawQuery": true,
  294. "refId": "A",
  295. "target": "d_[[olt]]_s_[[server]]_pon_voltage_[[board]].[[card]].[[slot]]",
  296. "type": "timeserie"
  297. }
  298. ],
  299. "thresholds": [],
  300. "timeFrom": null,
  301. "timeShift": null,
  302. "title": "Voltage",
  303. "tooltip": {
  304. "shared": true,
  305. "sort": 0,
  306. "value_type": "individual"
  307. },
  308. "type": "graph",
  309. "xaxis": {
  310. "buckets": null,
  311. "mode": "time",
  312. "name": null,
  313. "show": true,
  314. "values": []
  315. },
  316. "yaxes": [
  317. {
  318. "decimals": 2,
  319. "format": "volt",
  320. "label": "Voltage",
  321. "logBase": 1,
  322. "max": null,
  323. "min": null,
  324. "show": true
  325. },
  326. {
  327. "decimals": 2,
  328. "format": "short",
  329. "label": "",
  330. "logBase": 1,
  331. "max": null,
  332. "min": null,
  333. "show": true
  334. }
  335. ]
  336. }
  337. ],
  338. "repeat": null,
  339. "repeatIteration": null,
  340. "repeatRowId": null,
  341. "showTitle": false,
  342. "title": "Dashboard Row",
  343. "titleSize": "h6"
  344. },
  345. {
  346. "collapse": false,
  347. "height": 250,
  348. "panels": [
  349. {
  350. "aliasColors": {},
  351. "bars": false,
  352. "dashLength": 10,
  353. "dashes": false,
  354. "datasource": "${DS_JSONENDPOINT}",
  355. "decimals": 2,
  356. "fill": 1,
  357. "id": 4,
  358. "legend": {
  359. "alignAsTable": false,
  360. "avg": true,
  361. "current": false,
  362. "max": true,
  363. "min": true,
  364. "show": true,
  365. "total": false,
  366. "values": true
  367. },
  368. "lines": true,
  369. "linewidth": 1,
  370. "links": [],
  371. "nullPointMode": "null",
  372. "percentage": false,
  373. "pointradius": 1,
  374. "points": true,
  375. "renderer": "flot",
  376. "seriesOverrides": [
  377. {
  378. "alias": "/pon_temperature/",
  379. "color": "#0A50A1"
  380. }
  381. ],
  382. "spaceLength": 10,
  383. "span": 12,
  384. "stack": false,
  385. "steppedLine": false,
  386. "targets": [
  387. {
  388. "rawQuery": true,
  389. "refId": "A",
  390. "target": "d_[[olt]]_s_[[server]]_pon_temperature_[[board]].[[card]].[[slot]]",
  391. "type": "timeserie"
  392. }
  393. ],
  394. "thresholds": [],
  395. "timeFrom": null,
  396. "timeShift": null,
  397. "title": "Temperature",
  398. "tooltip": {
  399. "shared": true,
  400. "sort": 0,
  401. "value_type": "individual"
  402. },
  403. "type": "graph",
  404. "xaxis": {
  405. "buckets": null,
  406. "mode": "time",
  407. "name": null,
  408. "show": true,
  409. "values": []
  410. },
  411. "yaxes": [
  412. {
  413. "decimals": 2,
  414. "format": "celsius",
  415. "label": "Temperature",
  416. "logBase": 1,
  417. "max": null,
  418. "min": null,
  419. "show": true
  420. },
  421. {
  422. "decimals": 2,
  423. "format": "short",
  424. "label": "",
  425. "logBase": 1,
  426. "max": null,
  427. "min": null,
  428. "show": true
  429. }
  430. ]
  431. }
  432. ],
  433. "repeat": null,
  434. "repeatIteration": null,
  435. "repeatRowId": null,
  436. "showTitle": false,
  437. "title": "Dashboard Row",
  438. "titleSize": "h6"
  439. }
  440. ],
  441. "schemaVersion": 14,
  442. "style": "dark",
  443. "tags": [],
  444. "templating": {
  445. "list": [
  446. {
  447. "allValue": null,
  448. "current": {
  449. "selected": true,
  450. "text": "1",
  451. "value": "1"
  452. },
  453. "hide": 0,
  454. "includeAll": false,
  455. "label": "Server",
  456. "multi": false,
  457. "name": "server",
  458. "options": [
  459. {
  460. "selected": true,
  461. "text": "1",
  462. "value": "1"
  463. }
  464. ],
  465. "query": "1",
  466. "type": "custom"
  467. },
  468. {
  469. "allValue": null,
  470. "current": {
  471. "text": "2",
  472. "value": "2"
  473. },
  474. "hide": 0,
  475. "includeAll": false,
  476. "label": "Olt",
  477. "multi": false,
  478. "name": "olt",
  479. "options": [
  480. {
  481. "selected": true,
  482. "text": "2",
  483. "value": "2"
  484. },
  485. {
  486. "selected": false,
  487. "text": "1",
  488. "value": "1"
  489. }
  490. ],
  491. "query": "2,1",
  492. "type": "custom"
  493. },
  494. {
  495. "allValue": null,
  496. "current": {},
  497. "datasource": "${DS_JSONENDPOINT}",
  498. "hide": 0,
  499. "includeAll": false,
  500. "label": "Board",
  501. "multi": false,
  502. "name": "board",
  503. "options": [],
  504. "query": "name",
  505. "refresh": 1,
  506. "regex": "d_[[olt]]_s_[[server]]_pon_biascurrent_([0-9]*)\\.[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": "Card",
  521. "multi": false,
  522. "name": "card",
  523. "options": [],
  524. "query": "name",
  525. "refresh": 1,
  526. "regex": "d_[[olt]]_s_[[server]]_pon_biascurrent_[[board]]\\.([0-9]*)\\.[0-9]*",
  527. "sort": 3,
  528. "tagValuesQuery": "",
  529. "tags": [],
  530. "tagsQuery": "",
  531. "type": "query",
  532. "useTags": false
  533. },
  534. {
  535. "allValue": null,
  536. "current": {},
  537. "datasource": "${DS_JSONENDPOINT}",
  538. "hide": 0,
  539. "includeAll": false,
  540. "label": "Slot",
  541. "multi": false,
  542. "name": "slot",
  543. "options": [],
  544. "query": "name",
  545. "refresh": 1,
  546. "regex": "d_[[olt]]_s_[[server]]_pon_biascurrent_[[board]]\\.[[card]]\\.([0-9])*",
  547. "sort": 3,
  548. "tagValuesQuery": "",
  549. "tags": [],
  550. "tagsQuery": "",
  551. "type": "query",
  552. "useTags": false
  553. }
  554. ]
  555. },
  556. "time": {
  557. "from": "now-3h",
  558. "to": "now"
  559. },
  560. "timepicker": {
  561. "refresh_intervals": [
  562. "5s",
  563. "10s",
  564. "30s",
  565. "1m",
  566. "5m",
  567. "15m",
  568. "30m",
  569. "1h",
  570. "2h",
  571. "1d"
  572. ],
  573. "time_options": [
  574. "5m",
  575. "15m",
  576. "1h",
  577. "6h",
  578. "12h",
  579. "24h",
  580. "2d",
  581. "7d",
  582. "30d"
  583. ]
  584. },
  585. "timezone": "",
  586. "title": "OLT PON PORTS HUAWEI",
  587. "version": 6
  588. }