Advertisement
Guest User

Grafana Syno stats

a guest
Jun 7th, 2020
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.05 KB | None | 0 0
  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": 1,
  19. "links": [],
  20. "panels": [
  21. {
  22. "datasource": null,
  23. "fieldConfig": {
  24. "defaults": {
  25. "color": {
  26. "mode": "thresholds"
  27. },
  28. "custom": {},
  29. "decimals": 2,
  30. "mappings": [],
  31. "max": 100,
  32. "min": 0,
  33. "thresholds": {
  34. "mode": "absolute",
  35. "steps": [
  36. {
  37. "color": "rgb(30, 255, 0)",
  38. "value": null
  39. },
  40. {
  41. "color": "rgb(255, 184, 0)",
  42. "value": 50
  43. },
  44. {
  45. "color": "rgb(255, 0, 31)",
  46. "value": 90
  47. }
  48. ]
  49. },
  50. "unit": "percent"
  51. },
  52. "overrides": []
  53. },
  54. "gridPos": {
  55. "h": 2,
  56. "w": 24,
  57. "x": 0,
  58. "y": 0
  59. },
  60. "id": 18,
  61. "links": [],
  62. "options": {
  63. "displayMode": "lcd",
  64. "orientation": "horizontal",
  65. "reduceOptions": {
  66. "calcs": [
  67. "mean"
  68. ],
  69. "values": false
  70. },
  71. "showUnfilled": true
  72. },
  73. "pluginVersion": "7.0.0",
  74. "targets": [
  75. {
  76. "groupBy": [
  77. {
  78. "params": [
  79. "$__interval"
  80. ],
  81. "type": "time"
  82. },
  83. {
  84. "params": [
  85. "null"
  86. ],
  87. "type": "fill"
  88. }
  89. ],
  90. "orderByTime": "ASC",
  91. "policy": "default",
  92. "query": "SELECT mean(\"usage_idle\") * -1+ 100 FROM \"cpu\" WHERE (\"host\" = '918' AND \"cpu\" = 'cpu-total') AND $timeFilter GROUP BY time($__interval) fill(null)",
  93. "rawQuery": true,
  94. "refId": "A",
  95. "resultFormat": "time_series",
  96. "select": [
  97. [
  98. {
  99. "params": [
  100. "value"
  101. ],
  102. "type": "field"
  103. },
  104. {
  105. "params": [],
  106. "type": "mean"
  107. }
  108. ]
  109. ],
  110. "tags": []
  111. }
  112. ],
  113. "timeFrom": "20s",
  114. "timeShift": null,
  115. "title": "CPU Utilization",
  116. "transparent": true,
  117. "type": "bargauge"
  118. },
  119. {
  120. "cacheTimeout": null,
  121. "colorBackground": false,
  122. "colorValue": true,
  123. "colors": [
  124. "rgb(0, 255, 64)",
  125. "rgba(255, 115, 0, 0.89)",
  126. "rgb(255, 26, 0)"
  127. ],
  128. "datasource": null,
  129. "decimals": 2,
  130. "fieldConfig": {
  131. "defaults": {
  132. "custom": {}
  133. },
  134. "overrides": []
  135. },
  136. "format": "percent",
  137. "gauge": {
  138. "maxValue": 100,
  139. "minValue": 0,
  140. "show": true,
  141. "thresholdLabels": false,
  142. "thresholdMarkers": true
  143. },
  144. "gridPos": {
  145. "h": 8,
  146. "w": 8,
  147. "x": 0,
  148. "y": 2
  149. },
  150. "id": 7,
  151. "interval": null,
  152. "links": [],
  153. "mappingType": 1,
  154. "mappingTypes": [
  155. {
  156. "name": "value to text",
  157. "value": 1
  158. },
  159. {
  160. "name": "range to text",
  161. "value": 2
  162. }
  163. ],
  164. "maxDataPoints": 100,
  165. "nullPointMode": "connected",
  166. "nullText": null,
  167. "postfix": "",
  168. "postfixFontSize": "50%",
  169. "prefix": "",
  170. "prefixFontSize": "50%",
  171. "rangeMaps": [
  172. {
  173. "from": "null",
  174. "text": "N/A",
  175. "to": "null"
  176. }
  177. ],
  178. "sparkline": {
  179. "fillColor": "rgba(31, 118, 189, 0.18)",
  180. "full": false,
  181. "lineColor": "rgb(31, 120, 193)",
  182. "show": false
  183. },
  184. "tableColumn": "",
  185. "targets": [
  186. {
  187. "groupBy": [
  188. {
  189. "params": [
  190. "$__interval"
  191. ],
  192. "type": "time"
  193. },
  194. {
  195. "params": [
  196. "null"
  197. ],
  198. "type": "fill"
  199. }
  200. ],
  201. "measurement": "cpu",
  202. "orderByTime": "ASC",
  203. "policy": "default",
  204. "query": "SELECT mean(\"usage_idle\") * -1+ 100 FROM \"cpu\" WHERE (\"host\" = '918' AND \"cpu\" = 'cpu-total') AND $timeFilter GROUP BY time($__interval) fill(null)",
  205. "rawQuery": true,
  206. "refId": "A",
  207. "resultFormat": "time_series",
  208. "select": [
  209. [
  210. {
  211. "params": [
  212. "usage_idle"
  213. ],
  214. "type": "field"
  215. },
  216. {
  217. "params": [],
  218. "type": "mean"
  219. },
  220. {
  221. "params": [
  222. " * -1+ 100"
  223. ],
  224. "type": "math"
  225. }
  226. ]
  227. ],
  228. "tags": [
  229. {
  230. "key": "host",
  231. "operator": "=",
  232. "value": "NAS918plus"
  233. },
  234. {
  235. "condition": "AND",
  236. "key": "cpu",
  237. "operator": "=",
  238. "value": "cpu-total"
  239. }
  240. ]
  241. }
  242. ],
  243. "thresholds": "50,80,90",
  244. "timeFrom": "20s",
  245. "timeShift": null,
  246. "title": "CPU %",
  247. "transparent": true,
  248. "type": "singlestat",
  249. "valueFontSize": "50%",
  250. "valueMaps": [
  251. {
  252. "op": "=",
  253. "text": "N/A",
  254. "value": "null"
  255. }
  256. ],
  257. "valueName": "avg"
  258. },
  259. {
  260. "alert": {
  261. "conditions": [
  262. {
  263. "evaluator": {
  264. "params": [
  265. 80
  266. ],
  267. "type": "gt"
  268. },
  269. "operator": {
  270. "type": "and"
  271. },
  272. "query": {
  273. "params": [
  274. "A",
  275. "5m",
  276. "now"
  277. ]
  278. },
  279. "reducer": {
  280. "params": [],
  281. "type": "max"
  282. },
  283. "type": "query"
  284. }
  285. ],
  286. "executionErrorState": "alerting",
  287. "for": "3m",
  288. "frequency": "1m",
  289. "handler": 1,
  290. "message": "High CPU on 918!",
  291. "name": "CPU (%) alert",
  292. "noDataState": "no_data",
  293. "notifications": []
  294. },
  295. "aliasColors": {
  296. "cpu.IOWait": "rgb(255, 0, 219)",
  297. "cpu.Nice": "rgb(255, 103, 0)",
  298. "cpu.System": "rgb(0, 139, 255)",
  299. "cpu.User": "rgb(217, 255, 0)",
  300. "cpu.usage_iowait": "rgb(255, 0, 219)",
  301. "cpu.usage_system": "rgb(0, 140, 255)",
  302. "cpu.usage_user": "rgb(255, 176, 0)"
  303. },
  304. "bars": false,
  305. "dashLength": 10,
  306. "dashes": false,
  307. "datasource": null,
  308. "fieldConfig": {
  309. "defaults": {
  310. "custom": {}
  311. },
  312. "overrides": []
  313. },
  314. "fill": 1,
  315. "fillGradient": 3,
  316. "gridPos": {
  317. "h": 7,
  318. "w": 16,
  319. "x": 8,
  320. "y": 2
  321. },
  322. "hiddenSeries": false,
  323. "id": 1,
  324. "legend": {
  325. "alignAsTable": false,
  326. "avg": false,
  327. "current": true,
  328. "max": false,
  329. "min": false,
  330. "rightSide": false,
  331. "show": true,
  332. "total": false,
  333. "values": true
  334. },
  335. "lines": true,
  336. "linewidth": 1,
  337. "links": [],
  338. "nullPointMode": "null",
  339. "options": {
  340. "dataLinks": []
  341. },
  342. "paceLength": 10,
  343. "percentage": false,
  344. "pointradius": 5,
  345. "points": false,
  346. "renderer": "flot",
  347. "seriesOverrides": [],
  348. "spaceLength": 10,
  349. "stack": true,
  350. "steppedLine": true,
  351. "targets": [
  352. {
  353. "alias": "",
  354. "dsType": "influxdb",
  355. "groupBy": [],
  356. "measurement": "cpu",
  357. "orderByTime": "ASC",
  358. "policy": "default",
  359. "refId": "A",
  360. "resultFormat": "time_series",
  361. "select": [
  362. [
  363. {
  364. "params": [
  365. "usage_iowait"
  366. ],
  367. "type": "field"
  368. },
  369. {
  370. "params": [
  371. "IOWait"
  372. ],
  373. "type": "alias"
  374. }
  375. ],
  376. [
  377. {
  378. "params": [
  379. "usage_system"
  380. ],
  381. "type": "field"
  382. },
  383. {
  384. "params": [
  385. "System"
  386. ],
  387. "type": "alias"
  388. }
  389. ],
  390. [
  391. {
  392. "params": [
  393. "usage_user"
  394. ],
  395. "type": "field"
  396. },
  397. {
  398. "params": [
  399. "User"
  400. ],
  401. "type": "alias"
  402. }
  403. ],
  404. [
  405. {
  406. "params": [
  407. "usage_nice"
  408. ],
  409. "type": "field"
  410. },
  411. {
  412. "params": [
  413. "Nice"
  414. ],
  415. "type": "alias"
  416. }
  417. ]
  418. ],
  419. "tags": [
  420. {
  421. "key": "cpu",
  422. "operator": "=",
  423. "value": "cpu-total"
  424. },
  425. {
  426. "condition": "AND",
  427. "key": "host",
  428. "operator": "=",
  429. "value": "NAS918plus"
  430. }
  431. ]
  432. }
  433. ],
  434. "thresholds": [
  435. {
  436. "colorMode": "critical",
  437. "fill": true,
  438. "line": true,
  439. "op": "gt",
  440. "value": 80,
  441. "yaxis": "left"
  442. }
  443. ],
  444. "timeFrom": null,
  445. "timeRegions": [],
  446. "timeShift": null,
  447. "title": "CPU (%)",
  448. "tooltip": {
  449. "shared": true,
  450. "sort": 0,
  451. "value_type": "individual"
  452. },
  453. "transparent": true,
  454. "type": "graph",
  455. "xaxis": {
  456. "buckets": null,
  457. "mode": "time",
  458. "name": null,
  459. "show": true,
  460. "values": []
  461. },
  462. "yaxes": [
  463. {
  464. "decimals": null,
  465. "format": "percent",
  466. "label": null,
  467. "logBase": 1,
  468. "max": "100",
  469. "min": null,
  470. "show": true
  471. },
  472. {
  473. "format": "short",
  474. "label": null,
  475. "logBase": 1,
  476. "max": null,
  477. "min": null,
  478. "show": true
  479. }
  480. ],
  481. "yaxis": {
  482. "align": false,
  483. "alignLevel": null
  484. }
  485. },
  486. {
  487. "aliasColors": {
  488. "mem.available": "#bf1b00",
  489. "mem.inactive": "rgb(0, 219, 255)",
  490. "mem.used": "rgb(63, 255, 0)"
  491. },
  492. "bars": false,
  493. "dashLength": 10,
  494. "dashes": false,
  495. "datasource": null,
  496. "decimals": 2,
  497. "fieldConfig": {
  498. "defaults": {
  499. "custom": {}
  500. },
  501. "overrides": []
  502. },
  503. "fill": 1,
  504. "fillGradient": 5,
  505. "gridPos": {
  506. "h": 8,
  507. "w": 16,
  508. "x": 8,
  509. "y": 9
  510. },
  511. "hiddenSeries": false,
  512. "id": 2,
  513. "legend": {
  514. "alignAsTable": false,
  515. "avg": false,
  516. "current": true,
  517. "max": false,
  518. "min": false,
  519. "rightSide": false,
  520. "show": true,
  521. "total": false,
  522. "values": true
  523. },
  524. "lines": true,
  525. "linewidth": 1,
  526. "links": [],
  527. "nullPointMode": "null",
  528. "options": {
  529. "dataLinks": []
  530. },
  531. "paceLength": 10,
  532. "percentage": false,
  533. "pointradius": 5,
  534. "points": false,
  535. "renderer": "flot",
  536. "seriesOverrides": [],
  537. "spaceLength": 10,
  538. "stack": false,
  539. "steppedLine": true,
  540. "targets": [
  541. {
  542. "dsType": "influxdb",
  543. "groupBy": [],
  544. "measurement": "mem",
  545. "orderByTime": "ASC",
  546. "policy": "default",
  547. "refId": "A",
  548. "resultFormat": "time_series",
  549. "select": [
  550. [
  551. {
  552. "params": [
  553. "used"
  554. ],
  555. "type": "field"
  556. }
  557. ],
  558. [
  559. {
  560. "params": [
  561. "available"
  562. ],
  563. "type": "field"
  564. }
  565. ],
  566. [
  567. {
  568. "params": [
  569. "inactive"
  570. ],
  571. "type": "field"
  572. }
  573. ]
  574. ],
  575. "tags": [
  576. {
  577. "key": "host",
  578. "operator": "=",
  579. "value": "918"
  580. }
  581. ]
  582. }
  583. ],
  584. "thresholds": [],
  585. "timeFrom": null,
  586. "timeRegions": [],
  587. "timeShift": null,
  588. "title": "RAM",
  589. "tooltip": {
  590. "shared": true,
  591. "sort": 0,
  592. "value_type": "individual"
  593. },
  594. "transparent": true,
  595. "type": "graph",
  596. "xaxis": {
  597. "buckets": null,
  598. "mode": "time",
  599. "name": null,
  600. "show": true,
  601. "values": []
  602. },
  603. "yaxes": [
  604. {
  605. "decimals": null,
  606. "format": "decbytes",
  607. "label": "",
  608. "logBase": 1,
  609. "max": null,
  610. "min": null,
  611. "show": true
  612. },
  613. {
  614. "format": "short",
  615. "label": null,
  616. "logBase": 1,
  617. "max": null,
  618. "min": null,
  619. "show": true
  620. }
  621. ],
  622. "yaxis": {
  623. "align": false,
  624. "alignLevel": null
  625. }
  626. },
  627. {
  628. "cacheTimeout": null,
  629. "colorBackground": false,
  630. "colorValue": true,
  631. "colors": [
  632. "rgb(0, 255, 64)",
  633. "rgba(255, 115, 0, 0.89)",
  634. "rgb(255, 26, 0)"
  635. ],
  636. "datasource": null,
  637. "decimals": 2,
  638. "fieldConfig": {
  639. "defaults": {
  640. "custom": {}
  641. },
  642. "overrides": []
  643. },
  644. "format": "percent",
  645. "gauge": {
  646. "maxValue": 100,
  647. "minValue": 0,
  648. "show": true,
  649. "thresholdLabels": false,
  650. "thresholdMarkers": true
  651. },
  652. "gridPos": {
  653. "h": 7,
  654. "w": 8,
  655. "x": 0,
  656. "y": 10
  657. },
  658. "hideTimeOverride": false,
  659. "id": 8,
  660. "interval": null,
  661. "links": [],
  662. "mappingType": 1,
  663. "mappingTypes": [
  664. {
  665. "name": "value to text",
  666. "value": 1
  667. },
  668. {
  669. "name": "range to text",
  670. "value": 2
  671. }
  672. ],
  673. "maxDataPoints": 100,
  674. "nullPointMode": "connected",
  675. "nullText": null,
  676. "pluginVersion": "6.1.0",
  677. "postfix": "",
  678. "postfixFontSize": "50%",
  679. "prefix": "",
  680. "prefixFontSize": "50%",
  681. "rangeMaps": [
  682. {
  683. "from": "null",
  684. "text": "N/A",
  685. "to": "null"
  686. }
  687. ],
  688. "sparkline": {
  689. "fillColor": "rgba(31, 118, 189, 0.18)",
  690. "full": false,
  691. "lineColor": "rgb(31, 120, 193)",
  692. "show": false
  693. },
  694. "tableColumn": "",
  695. "targets": [
  696. {
  697. "groupBy": [
  698. {
  699. "params": [
  700. "$__interval"
  701. ],
  702. "type": "time"
  703. },
  704. {
  705. "params": [
  706. "null"
  707. ],
  708. "type": "fill"
  709. }
  710. ],
  711. "orderByTime": "ASC",
  712. "policy": "default",
  713. "query": "SELECT mean(\"used_percent\") FROM \"mem\" WHERE (\"host\" ='918') AND $timeFilter GROUP BY time($interval) fill(null)",
  714. "rawQuery": true,
  715. "refId": "A",
  716. "resultFormat": "time_series",
  717. "select": [
  718. [
  719. {
  720. "params": [
  721. "value"
  722. ],
  723. "type": "field"
  724. },
  725. {
  726. "params": [],
  727. "type": "mean"
  728. }
  729. ]
  730. ],
  731. "tags": []
  732. }
  733. ],
  734. "thresholds": "50,80,90",
  735. "timeFrom": "20s",
  736. "timeShift": null,
  737. "title": "RAM %",
  738. "transparent": true,
  739. "type": "singlestat",
  740. "valueFontSize": "50%",
  741. "valueMaps": [
  742. {
  743. "op": "=",
  744. "text": "N/A",
  745. "value": "null"
  746. }
  747. ],
  748. "valueName": "avg"
  749. },
  750. {
  751. "cacheTimeout": null,
  752. "colorBackground": false,
  753. "colorValue": true,
  754. "colors": [
  755. "rgb(0, 255, 64)",
  756. "rgba(255, 115, 0, 0.89)",
  757. "rgb(255, 26, 0)"
  758. ],
  759. "datasource": null,
  760. "decimals": 2,
  761. "fieldConfig": {
  762. "defaults": {
  763. "custom": {}
  764. },
  765. "overrides": []
  766. },
  767. "format": "percent",
  768. "gauge": {
  769. "maxValue": 100,
  770. "minValue": 0,
  771. "show": true,
  772. "thresholdLabels": false,
  773. "thresholdMarkers": true
  774. },
  775. "gridPos": {
  776. "h": 7,
  777. "w": 8,
  778. "x": 0,
  779. "y": 17
  780. },
  781. "id": 10,
  782. "interval": null,
  783. "links": [],
  784. "mappingType": 1,
  785. "mappingTypes": [
  786. {
  787. "name": "value to text",
  788. "value": 1
  789. },
  790. {
  791. "name": "range to text",
  792. "value": 2
  793. }
  794. ],
  795. "maxDataPoints": 100,
  796. "nullPointMode": "connected",
  797. "nullText": null,
  798. "postfix": "",
  799. "postfixFontSize": "50%",
  800. "prefix": "",
  801. "prefixFontSize": "50%",
  802. "rangeMaps": [
  803. {
  804. "from": "null",
  805. "text": "N/A",
  806. "to": "null"
  807. }
  808. ],
  809. "sparkline": {
  810. "fillColor": "rgba(31, 118, 189, 0.18)",
  811. "full": false,
  812. "lineColor": "rgb(31, 120, 193)",
  813. "show": false
  814. },
  815. "tableColumn": "",
  816. "targets": [
  817. {
  818. "groupBy": [
  819. {
  820. "params": [
  821. "$__interval"
  822. ],
  823. "type": "time"
  824. },
  825. {
  826. "params": [
  827. "null"
  828. ],
  829. "type": "fill"
  830. }
  831. ],
  832. "measurement": "disk",
  833. "orderByTime": "ASC",
  834. "policy": "default",
  835. "refId": "A",
  836. "resultFormat": "time_series",
  837. "select": [
  838. [
  839. {
  840. "params": [
  841. "used_percent"
  842. ],
  843. "type": "field"
  844. },
  845. {
  846. "params": [],
  847. "type": "mean"
  848. }
  849. ]
  850. ],
  851. "tags": [
  852. {
  853. "key": "host",
  854. "operator": "=",
  855. "value": "918"
  856. },
  857. {
  858. "condition": "AND",
  859. "key": "path",
  860. "operator": "=",
  861. "value": "/"
  862. }
  863. ]
  864. }
  865. ],
  866. "thresholds": "50,90",
  867. "timeFrom": "20s",
  868. "timeShift": null,
  869. "title": "HDD used %",
  870. "transparent": true,
  871. "type": "singlestat",
  872. "valueFontSize": "50%",
  873. "valueMaps": [
  874. {
  875. "op": "=",
  876. "text": "N/A",
  877. "value": "null"
  878. }
  879. ],
  880. "valueName": "current"
  881. },
  882. {
  883. "aliasColors": {
  884. "diskio.READ {name: md2}": "rgb(63, 255, 0)",
  885. "diskio.WRITE {name: md2}": "rgb(255, 0, 0)"
  886. },
  887. "bars": false,
  888. "dashLength": 10,
  889. "dashes": false,
  890. "datasource": null,
  891. "decimals": 2,
  892. "fieldConfig": {
  893. "defaults": {
  894. "custom": {}
  895. },
  896. "overrides": []
  897. },
  898. "fill": 5,
  899. "fillGradient": 0,
  900. "gridPos": {
  901. "h": 9,
  902. "w": 8,
  903. "x": 8,
  904. "y": 17
  905. },
  906. "hiddenSeries": false,
  907. "id": 4,
  908. "legend": {
  909. "alignAsTable": true,
  910. "avg": false,
  911. "current": true,
  912. "max": false,
  913. "min": false,
  914. "rightSide": false,
  915. "show": true,
  916. "total": false,
  917. "values": true
  918. },
  919. "lines": true,
  920. "linewidth": 1,
  921. "links": [],
  922. "nullPointMode": "null",
  923. "options": {
  924. "dataLinks": []
  925. },
  926. "paceLength": 10,
  927. "percentage": false,
  928. "pointradius": 5,
  929. "points": false,
  930. "renderer": "flot",
  931. "seriesOverrides": [
  932. {
  933. "alias": "diskio.WRITE {name: md2}",
  934. "transform": "negative-Y"
  935. },
  936. {
  937. "alias": "diskio.READ {name: md2}",
  938. "yaxis": 1
  939. }
  940. ],
  941. "spaceLength": 10,
  942. "stack": false,
  943. "steppedLine": true,
  944. "targets": [
  945. {
  946. "dsType": "influxdb",
  947. "groupBy": [
  948. {
  949. "params": [
  950. "name"
  951. ],
  952. "type": "tag"
  953. }
  954. ],
  955. "limit": "",
  956. "measurement": "diskio",
  957. "orderByTime": "ASC",
  958. "policy": "default",
  959. "refId": "A",
  960. "resultFormat": "time_series",
  961. "select": [
  962. [
  963. {
  964. "params": [
  965. "read_bytes"
  966. ],
  967. "type": "field"
  968. },
  969. {
  970. "params": [
  971. "1s"
  972. ],
  973. "type": "non_negative_derivative"
  974. },
  975. {
  976. "params": [
  977. "READ"
  978. ],
  979. "type": "alias"
  980. }
  981. ],
  982. [
  983. {
  984. "params": [
  985. "write_bytes"
  986. ],
  987. "type": "field"
  988. },
  989. {
  990. "params": [
  991. "1s"
  992. ],
  993. "type": "non_negative_derivative"
  994. },
  995. {
  996. "params": [
  997. "WRITE"
  998. ],
  999. "type": "alias"
  1000. }
  1001. ]
  1002. ],
  1003. "tags": [
  1004. {
  1005. "key": "name",
  1006. "operator": "=",
  1007. "value": "md2"
  1008. },
  1009. {
  1010. "condition": "AND",
  1011. "key": "host",
  1012. "operator": "=",
  1013. "value": "918"
  1014. }
  1015. ]
  1016. }
  1017. ],
  1018. "thresholds": [],
  1019. "timeFrom": null,
  1020. "timeRegions": [],
  1021. "timeShift": null,
  1022. "title": "HDD (R/W)",
  1023. "tooltip": {
  1024. "shared": true,
  1025. "sort": 0,
  1026. "value_type": "individual"
  1027. },
  1028. "transparent": true,
  1029. "type": "graph",
  1030. "xaxis": {
  1031. "buckets": null,
  1032. "mode": "time",
  1033. "name": null,
  1034. "show": true,
  1035. "values": []
  1036. },
  1037. "yaxes": [
  1038. {
  1039. "decimals": null,
  1040. "format": "decbytes",
  1041. "label": "MB/s",
  1042. "logBase": 1,
  1043. "max": null,
  1044. "min": null,
  1045. "show": true
  1046. },
  1047. {
  1048. "format": "short",
  1049. "label": null,
  1050. "logBase": 1,
  1051. "max": null,
  1052. "min": null,
  1053. "show": false
  1054. }
  1055. ],
  1056. "yaxis": {
  1057. "align": false,
  1058. "alignLevel": null
  1059. }
  1060. },
  1061. {
  1062. "aliasColors": {
  1063. "diskio.READ {name: md2}": "rgb(63, 255, 0)",
  1064. "diskio.READ {name: md3}": "rgb(29, 255, 0)",
  1065. "diskio.WRITE {name: md2}": "rgb(255, 0, 0)",
  1066. "diskio.WRITE {name: md3}": "rgb(255, 0, 29)"
  1067. },
  1068. "bars": false,
  1069. "dashLength": 10,
  1070. "dashes": false,
  1071. "datasource": null,
  1072. "decimals": 2,
  1073. "fieldConfig": {
  1074. "defaults": {
  1075. "custom": {}
  1076. },
  1077. "overrides": []
  1078. },
  1079. "fill": 5,
  1080. "fillGradient": 0,
  1081. "gridPos": {
  1082. "h": 9,
  1083. "w": 8,
  1084. "x": 16,
  1085. "y": 17
  1086. },
  1087. "hiddenSeries": false,
  1088. "id": 15,
  1089. "legend": {
  1090. "alignAsTable": true,
  1091. "avg": false,
  1092. "current": true,
  1093. "max": false,
  1094. "min": false,
  1095. "rightSide": false,
  1096. "show": true,
  1097. "total": false,
  1098. "values": true
  1099. },
  1100. "lines": true,
  1101. "linewidth": 1,
  1102. "links": [],
  1103. "nullPointMode": "null",
  1104. "options": {
  1105. "dataLinks": []
  1106. },
  1107. "paceLength": 10,
  1108. "percentage": false,
  1109. "pointradius": 5,
  1110. "points": false,
  1111. "renderer": "flot",
  1112. "seriesOverrides": [
  1113. {
  1114. "alias": "diskio.WRITE {name: md3}",
  1115. "transform": "negative-Y"
  1116. },
  1117. {
  1118. "alias": "diskio.READ {name: md3}",
  1119. "yaxis": 1
  1120. }
  1121. ],
  1122. "spaceLength": 10,
  1123. "stack": false,
  1124. "steppedLine": true,
  1125. "targets": [
  1126. {
  1127. "dsType": "influxdb",
  1128. "groupBy": [
  1129. {
  1130. "params": [
  1131. "name"
  1132. ],
  1133. "type": "tag"
  1134. }
  1135. ],
  1136. "limit": "",
  1137. "measurement": "diskio",
  1138. "orderByTime": "ASC",
  1139. "policy": "default",
  1140. "refId": "A",
  1141. "resultFormat": "time_series",
  1142. "select": [
  1143. [
  1144. {
  1145. "params": [
  1146. "read_bytes"
  1147. ],
  1148. "type": "field"
  1149. },
  1150. {
  1151. "params": [
  1152. "1s"
  1153. ],
  1154. "type": "non_negative_derivative"
  1155. },
  1156. {
  1157. "params": [
  1158. "READ"
  1159. ],
  1160. "type": "alias"
  1161. }
  1162. ],
  1163. [
  1164. {
  1165. "params": [
  1166. "write_bytes"
  1167. ],
  1168. "type": "field"
  1169. },
  1170. {
  1171. "params": [
  1172. "1s"
  1173. ],
  1174. "type": "non_negative_derivative"
  1175. },
  1176. {
  1177. "params": [
  1178. "WRITE"
  1179. ],
  1180. "type": "alias"
  1181. }
  1182. ]
  1183. ],
  1184. "tags": [
  1185. {
  1186. "key": "name",
  1187. "operator": "=",
  1188. "value": "md3"
  1189. },
  1190. {
  1191. "condition": "AND",
  1192. "key": "host",
  1193. "operator": "=",
  1194. "value": "918"
  1195. }
  1196. ]
  1197. }
  1198. ],
  1199. "thresholds": [],
  1200. "timeFrom": null,
  1201. "timeRegions": [],
  1202. "timeShift": null,
  1203. "title": "SDD (R/W)",
  1204. "tooltip": {
  1205. "shared": true,
  1206. "sort": 0,
  1207. "value_type": "individual"
  1208. },
  1209. "transparent": true,
  1210. "type": "graph",
  1211. "xaxis": {
  1212. "buckets": null,
  1213. "mode": "time",
  1214. "name": null,
  1215. "show": true,
  1216. "values": []
  1217. },
  1218. "yaxes": [
  1219. {
  1220. "decimals": null,
  1221. "format": "decbytes",
  1222. "label": "MB/s",
  1223. "logBase": 1,
  1224. "max": null,
  1225. "min": null,
  1226. "show": true
  1227. },
  1228. {
  1229. "format": "short",
  1230. "label": null,
  1231. "logBase": 1,
  1232. "max": null,
  1233. "min": null,
  1234. "show": false
  1235. }
  1236. ],
  1237. "yaxis": {
  1238. "align": false,
  1239. "alignLevel": null
  1240. }
  1241. },
  1242. {
  1243. "cacheTimeout": null,
  1244. "colorBackground": false,
  1245. "colorValue": false,
  1246. "colors": [
  1247. "#d44a3a",
  1248. "rgba(237, 129, 40, 0.89)",
  1249. "#299c46"
  1250. ],
  1251. "datasource": null,
  1252. "fieldConfig": {
  1253. "defaults": {
  1254. "custom": {}
  1255. },
  1256. "overrides": []
  1257. },
  1258. "format": "decbytes",
  1259. "gauge": {
  1260. "maxValue": 100,
  1261. "minValue": 0,
  1262. "show": false,
  1263. "thresholdLabels": false,
  1264. "thresholdMarkers": true
  1265. },
  1266. "gridPos": {
  1267. "h": 2,
  1268. "w": 4,
  1269. "x": 0,
  1270. "y": 24
  1271. },
  1272. "id": 12,
  1273. "interval": null,
  1274. "links": [],
  1275. "mappingType": 1,
  1276. "mappingTypes": [
  1277. {
  1278. "name": "value to text",
  1279. "value": 1
  1280. },
  1281. {
  1282. "name": "range to text",
  1283. "value": 2
  1284. }
  1285. ],
  1286. "maxDataPoints": 100,
  1287. "nullPointMode": "connected",
  1288. "nullText": null,
  1289. "postfix": "",
  1290. "postfixFontSize": "50%",
  1291. "prefix": "",
  1292. "prefixFontSize": "50%",
  1293. "rangeMaps": [
  1294. {
  1295. "from": "null",
  1296. "text": "N/A",
  1297. "to": "null"
  1298. }
  1299. ],
  1300. "sparkline": {
  1301. "fillColor": "rgba(31, 118, 189, 0.18)",
  1302. "full": false,
  1303. "lineColor": "rgb(31, 120, 193)",
  1304. "show": false
  1305. },
  1306. "tableColumn": "",
  1307. "targets": [
  1308. {
  1309. "groupBy": [],
  1310. "measurement": "disk",
  1311. "orderByTime": "ASC",
  1312. "policy": "default",
  1313. "query": "SELECT mean(total) AS \"total\", mean(used) as \"used\" FROM \"disk\" WHERE \"host\" ='918' AND \"path\" = '/' AND $timeFilter GROUP BY time($interval), \"host\", \"path\"",
  1314. "rawQuery": false,
  1315. "refId": "A",
  1316. "resultFormat": "time_series",
  1317. "select": [
  1318. [
  1319. {
  1320. "params": [
  1321. "used"
  1322. ],
  1323. "type": "field"
  1324. }
  1325. ]
  1326. ],
  1327. "tags": [
  1328. {
  1329. "key": "host",
  1330. "operator": "=",
  1331. "value": "918"
  1332. },
  1333. {
  1334. "condition": "AND",
  1335. "key": "path",
  1336. "operator": "=",
  1337. "value": "/"
  1338. }
  1339. ]
  1340. }
  1341. ],
  1342. "thresholds": "50,80",
  1343. "title": "HDD used",
  1344. "transparent": true,
  1345. "type": "singlestat",
  1346. "valueFontSize": "80%",
  1347. "valueMaps": [
  1348. {
  1349. "op": "=",
  1350. "text": "N/A",
  1351. "value": "null"
  1352. }
  1353. ],
  1354. "valueName": "current"
  1355. },
  1356. {
  1357. "cacheTimeout": null,
  1358. "colorBackground": false,
  1359. "colorValue": false,
  1360. "colors": [
  1361. "#d44a3a",
  1362. "rgba(237, 129, 40, 0.89)",
  1363. "#299c46"
  1364. ],
  1365. "datasource": null,
  1366. "fieldConfig": {
  1367. "defaults": {
  1368. "custom": {}
  1369. },
  1370. "overrides": []
  1371. },
  1372. "format": "decbytes",
  1373. "gauge": {
  1374. "maxValue": 100,
  1375. "minValue": 0,
  1376. "show": false,
  1377. "thresholdLabels": false,
  1378. "thresholdMarkers": true
  1379. },
  1380. "gridPos": {
  1381. "h": 2,
  1382. "w": 4,
  1383. "x": 4,
  1384. "y": 24
  1385. },
  1386. "id": 14,
  1387. "interval": null,
  1388. "links": [],
  1389. "mappingType": 1,
  1390. "mappingTypes": [
  1391. {
  1392. "name": "value to text",
  1393. "value": 1
  1394. },
  1395. {
  1396. "name": "range to text",
  1397. "value": 2
  1398. }
  1399. ],
  1400. "maxDataPoints": 100,
  1401. "nullPointMode": "connected",
  1402. "nullText": null,
  1403. "postfix": "",
  1404. "postfixFontSize": "50%",
  1405. "prefix": "",
  1406. "prefixFontSize": "50%",
  1407. "rangeMaps": [
  1408. {
  1409. "from": "null",
  1410. "text": "N/A",
  1411. "to": "null"
  1412. }
  1413. ],
  1414. "sparkline": {
  1415. "fillColor": "rgba(31, 118, 189, 0.18)",
  1416. "full": false,
  1417. "lineColor": "rgb(31, 120, 193)",
  1418. "show": false
  1419. },
  1420. "tableColumn": "",
  1421. "targets": [
  1422. {
  1423. "groupBy": [],
  1424. "measurement": "disk",
  1425. "orderByTime": "ASC",
  1426. "policy": "default",
  1427. "query": "SELECT mean(total) AS \"total\", mean(used) as \"used\" FROM \"disk\" WHERE \"host\" ='918' AND \"path\" = '/' AND $timeFilter GROUP BY time($interval), \"host\", \"path\"",
  1428. "rawQuery": false,
  1429. "refId": "A",
  1430. "resultFormat": "time_series",
  1431. "select": [
  1432. [
  1433. {
  1434. "params": [
  1435. "total"
  1436. ],
  1437. "type": "field"
  1438. }
  1439. ]
  1440. ],
  1441. "tags": [
  1442. {
  1443. "key": "path",
  1444. "operator": "=",
  1445. "value": "/"
  1446. },
  1447. {
  1448. "condition": "AND",
  1449. "key": "host",
  1450. "operator": "=",
  1451. "value": "918"
  1452. }
  1453. ]
  1454. }
  1455. ],
  1456. "thresholds": "50,80",
  1457. "title": "HDD total",
  1458. "transparent": true,
  1459. "type": "singlestat",
  1460. "valueFontSize": "80%",
  1461. "valueMaps": [
  1462. {
  1463. "op": "=",
  1464. "text": "N/A",
  1465. "value": "null"
  1466. }
  1467. ],
  1468. "valueName": "current"
  1469. },
  1470. {
  1471. "aliasColors": {
  1472. "net.bond recv": "rgb(255, 0, 28)",
  1473. "net.bond sent": "rgb(31, 255, 0)",
  1474. "net.eth0 recv": "rgb(255, 183, 0)",
  1475. "net.eth0 sent": "rgb(63, 255, 0)"
  1476. },
  1477. "bars": false,
  1478. "dashLength": 10,
  1479. "dashes": false,
  1480. "datasource": null,
  1481. "fieldConfig": {
  1482. "defaults": {
  1483. "custom": {}
  1484. },
  1485. "overrides": []
  1486. },
  1487. "fill": 1,
  1488. "fillGradient": 0,
  1489. "gridPos": {
  1490. "h": 7,
  1491. "w": 12,
  1492. "x": 0,
  1493. "y": 26
  1494. },
  1495. "hiddenSeries": false,
  1496. "id": 5,
  1497. "legend": {
  1498. "alignAsTable": true,
  1499. "avg": false,
  1500. "current": true,
  1501. "max": true,
  1502. "min": false,
  1503. "rightSide": false,
  1504. "show": true,
  1505. "total": false,
  1506. "values": true
  1507. },
  1508. "lines": true,
  1509. "linewidth": 1,
  1510. "links": [],
  1511. "nullPointMode": "connected",
  1512. "options": {
  1513. "dataLinks": []
  1514. },
  1515. "paceLength": 10,
  1516. "percentage": false,
  1517. "pointradius": 5,
  1518. "points": false,
  1519. "renderer": "flot",
  1520. "seriesOverrides": [
  1521. {
  1522. "alias": "net.bond recv",
  1523. "transform": "negative-Y"
  1524. }
  1525. ],
  1526. "spaceLength": 10,
  1527. "stack": false,
  1528. "steppedLine": true,
  1529. "targets": [
  1530. {
  1531. "dsType": "influxdb",
  1532. "groupBy": [],
  1533. "hide": false,
  1534. "measurement": "net",
  1535. "orderByTime": "ASC",
  1536. "policy": "default",
  1537. "query": "SELECT derivative(sum(\"bytes_sent\"), 1s) AS \"eth0 sent\", derivative(sum(\"bytes_recv\"), 1s) AS \"eth0 recv\" FROM \"net\" WHERE (\"host\" = '918') AND $timeFilter GROUP BY time($interval)",
  1538. "rawQuery": false,
  1539. "refId": "A",
  1540. "resultFormat": "time_series",
  1541. "select": [
  1542. [
  1543. {
  1544. "params": [
  1545. "bytes_sent"
  1546. ],
  1547. "type": "field"
  1548. },
  1549. {
  1550. "params": [
  1551. "1s"
  1552. ],
  1553. "type": "derivative"
  1554. },
  1555. {
  1556. "params": [
  1557. "bond sent"
  1558. ],
  1559. "type": "alias"
  1560. }
  1561. ],
  1562. [
  1563. {
  1564. "params": [
  1565. "bytes_recv"
  1566. ],
  1567. "type": "field"
  1568. },
  1569. {
  1570. "params": [
  1571. "1s"
  1572. ],
  1573. "type": "derivative"
  1574. },
  1575. {
  1576. "params": [
  1577. "bond recv"
  1578. ],
  1579. "type": "alias"
  1580. }
  1581. ]
  1582. ],
  1583. "tags": [
  1584. {
  1585. "key": "interface",
  1586. "operator": "=",
  1587. "value": "ovs_bond0"
  1588. },
  1589. {
  1590. "condition": "AND",
  1591. "key": "host",
  1592. "operator": "=",
  1593. "value": "918"
  1594. }
  1595. ]
  1596. }
  1597. ],
  1598. "thresholds": [],
  1599. "timeFrom": null,
  1600. "timeRegions": [],
  1601. "timeShift": null,
  1602. "title": "Network - Bond (LAN1,2)",
  1603. "tooltip": {
  1604. "shared": true,
  1605. "sort": 0,
  1606. "value_type": "individual"
  1607. },
  1608. "transparent": true,
  1609. "type": "graph",
  1610. "xaxis": {
  1611. "buckets": null,
  1612. "mode": "time",
  1613. "name": null,
  1614. "show": true,
  1615. "values": []
  1616. },
  1617. "yaxes": [
  1618. {
  1619. "decimals": null,
  1620. "format": "decbytes",
  1621. "label": null,
  1622. "logBase": 1,
  1623. "max": null,
  1624. "min": null,
  1625. "show": true
  1626. },
  1627. {
  1628. "format": "short",
  1629. "label": null,
  1630. "logBase": 1,
  1631. "max": null,
  1632. "min": null,
  1633. "show": false
  1634. }
  1635. ],
  1636. "yaxis": {
  1637. "align": false,
  1638. "alignLevel": null
  1639. }
  1640. },
  1641. {
  1642. "aliasColors": {
  1643. "net.eth0 recv": "rgb(0, 100, 255)",
  1644. "net.eth0 sent": "rgb(63, 255, 0)",
  1645. "net.eth1 recv": "rgb(0, 100, 255)",
  1646. "net.eth1 sent": "rgb(64, 255, 0)"
  1647. },
  1648. "bars": false,
  1649. "dashLength": 10,
  1650. "dashes": false,
  1651. "datasource": "InfluxDB",
  1652. "fieldConfig": {
  1653. "defaults": {
  1654. "custom": {}
  1655. },
  1656. "overrides": []
  1657. },
  1658. "fill": 1,
  1659. "fillGradient": 0,
  1660. "gridPos": {
  1661. "h": 7,
  1662. "w": 12,
  1663. "x": 12,
  1664. "y": 26
  1665. },
  1666. "hiddenSeries": false,
  1667. "id": 16,
  1668. "legend": {
  1669. "alignAsTable": true,
  1670. "avg": false,
  1671. "current": true,
  1672. "max": true,
  1673. "min": false,
  1674. "rightSide": false,
  1675. "show": true,
  1676. "total": false,
  1677. "values": true
  1678. },
  1679. "lines": true,
  1680. "linewidth": 1,
  1681. "links": [],
  1682. "nullPointMode": "connected",
  1683. "options": {
  1684. "dataLinks": []
  1685. },
  1686. "paceLength": 10,
  1687. "percentage": false,
  1688. "pointradius": 5,
  1689. "points": false,
  1690. "renderer": "flot",
  1691. "seriesOverrides": [
  1692. {
  1693. "alias": "net.eth1 recv",
  1694. "transform": "negative-Y"
  1695. }
  1696. ],
  1697. "spaceLength": 10,
  1698. "stack": false,
  1699. "steppedLine": true,
  1700. "targets": [
  1701. {
  1702. "dsType": "influxdb",
  1703. "groupBy": [],
  1704. "hide": false,
  1705. "measurement": "net",
  1706. "orderByTime": "ASC",
  1707. "policy": "default",
  1708. "query": "SELECT derivative(\"bytes_sent\", 1s) AS \"eth0 sent\" FROM \"net\" WHERE (\"interface\" = 'eth1') AND $timeFilter",
  1709. "rawQuery": false,
  1710. "refId": "A",
  1711. "resultFormat": "time_series",
  1712. "select": [
  1713. [
  1714. {
  1715. "params": [
  1716. "bytes_sent"
  1717. ],
  1718. "type": "field"
  1719. },
  1720. {
  1721. "params": [
  1722. "1s"
  1723. ],
  1724. "type": "derivative"
  1725. },
  1726. {
  1727. "params": [
  1728. "eth1 sent"
  1729. ],
  1730. "type": "alias"
  1731. }
  1732. ],
  1733. [
  1734. {
  1735. "params": [
  1736. "bytes_recv"
  1737. ],
  1738. "type": "field"
  1739. },
  1740. {
  1741. "params": [
  1742. "1s"
  1743. ],
  1744. "type": "derivative"
  1745. },
  1746. {
  1747. "params": [
  1748. "eth1 recv"
  1749. ],
  1750. "type": "alias"
  1751. }
  1752. ]
  1753. ],
  1754. "tags": [
  1755. {
  1756. "key": "interface",
  1757. "operator": "=",
  1758. "value": "eth1"
  1759. },
  1760. {
  1761. "condition": "AND",
  1762. "key": "host",
  1763. "operator": "=",
  1764. "value": "NAS918plus"
  1765. }
  1766. ]
  1767. },
  1768. {
  1769. "dsType": "influxdb",
  1770. "groupBy": [],
  1771. "hide": true,
  1772. "measurement": "net",
  1773. "orderByTime": "ASC",
  1774. "policy": "default",
  1775. "query": "SELECT derivative(\"bytes_recv\", 1s) AS \"eth0 recv\" FROM \"net\" WHERE (\"interface\" = 'eth1') AND $timeFilter",
  1776. "rawQuery": false,
  1777. "refId": "B",
  1778. "resultFormat": "time_series",
  1779. "select": [
  1780. [
  1781. {
  1782. "params": [
  1783. "bytes_sent"
  1784. ],
  1785. "type": "field"
  1786. },
  1787. {
  1788. "params": [
  1789. "1s"
  1790. ],
  1791. "type": "derivative"
  1792. },
  1793. {
  1794. "params": [
  1795. "eth1 sent"
  1796. ],
  1797. "type": "alias"
  1798. }
  1799. ],
  1800. [
  1801. {
  1802. "params": [
  1803. "bytes_recv"
  1804. ],
  1805. "type": "field"
  1806. },
  1807. {
  1808. "params": [
  1809. "1s"
  1810. ],
  1811. "type": "derivative"
  1812. },
  1813. {
  1814. "params": [
  1815. "eth1 recv"
  1816. ],
  1817. "type": "alias"
  1818. }
  1819. ]
  1820. ],
  1821. "tags": [
  1822. {
  1823. "key": "interface",
  1824. "operator": "=",
  1825. "value": "eth1"
  1826. },
  1827. {
  1828. "condition": "AND",
  1829. "key": "host",
  1830. "operator": "=",
  1831. "value": "918"
  1832. }
  1833. ]
  1834. }
  1835. ],
  1836. "thresholds": [],
  1837. "timeFrom": null,
  1838. "timeRegions": [],
  1839. "timeShift": null,
  1840. "title": "Network - vDSM",
  1841. "tooltip": {
  1842. "shared": true,
  1843. "sort": 0,
  1844. "value_type": "individual"
  1845. },
  1846. "transparent": true,
  1847. "type": "graph",
  1848. "xaxis": {
  1849. "buckets": null,
  1850. "mode": "time",
  1851. "name": null,
  1852. "show": true,
  1853. "values": []
  1854. },
  1855. "yaxes": [
  1856. {
  1857. "decimals": null,
  1858. "format": "decbytes",
  1859. "label": null,
  1860. "logBase": 1,
  1861. "max": null,
  1862. "min": null,
  1863. "show": true
  1864. },
  1865. {
  1866. "format": "short",
  1867. "label": null,
  1868. "logBase": 1,
  1869. "max": null,
  1870. "min": null,
  1871. "show": false
  1872. }
  1873. ],
  1874. "yaxis": {
  1875. "align": false,
  1876. "alignLevel": null
  1877. }
  1878. }
  1879. ],
  1880. "refresh": "5s",
  1881. "schemaVersion": 25,
  1882. "style": "dark",
  1883. "tags": [],
  1884. "templating": {
  1885. "list": []
  1886. },
  1887. "time": {
  1888. "from": "now-30m",
  1889. "to": "now"
  1890. },
  1891. "timepicker": {
  1892. "refresh_intervals": [
  1893. "5s",
  1894. "10s",
  1895. "30s",
  1896. "1m",
  1897. "5m",
  1898. "15m",
  1899. "30m",
  1900. "1h",
  1901. "2h",
  1902. "1d"
  1903. ],
  1904. "time_options": [
  1905. "5m",
  1906. "15m",
  1907. "1h",
  1908. "6h",
  1909. "12h",
  1910. "24h",
  1911. "2d",
  1912. "7d",
  1913. "30d"
  1914. ]
  1915. },
  1916. "timezone": "browser",
  1917. "title": "918+ NAS stats",
  1918. "uid": "000000003",
  1919. "version": 44
  1920. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement