Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.13 KB | None | 0 0
  1. {
  2.   "datasource": "-- Mixed --",
  3.   "aliasColors": {},
  4.   "bars": false,
  5.   "dashLength": 10,
  6.   "dashes": false,
  7.   "fill": 1,
  8.   "fillGradient": 0,
  9.   "gridPos": {
  10.     "h": 8,
  11.     "w": 7,
  12.     "x": 17,
  13.     "y": 37
  14.   },
  15.   "hiddenSeries": false,
  16.   "id": 12,
  17.   "legend": {
  18.     "alignAsTable": true,
  19.     "avg": true,
  20.     "current": true,
  21.     "max": true,
  22.     "min": false,
  23.     "show": true,
  24.     "total": false,
  25.     "values": true
  26.   },
  27.   "lines": true,
  28.   "linewidth": 1,
  29.   "links": [],
  30.   "nullPointMode": "null",
  31.   "options": {
  32.     "dataLinks": []
  33.   },
  34.   "percentage": false,
  35.   "pointradius": 5,
  36.   "points": false,
  37.   "renderer": "flot",
  38.   "seriesOverrides": [
  39.     {
  40.       "alias": "Up Fritz",
  41.       "transform": "negative-Y"
  42.     },
  43.     {
  44.       "alias": "Lan Up",
  45.       "transform": "negative-Y"
  46.     }
  47.   ],
  48.   "spaceLength": 10,
  49.   "stack": false,
  50.   "steppedLine": false,
  51.   "targets": [
  52.     {
  53.       "alias": "Lan Down",
  54.       "datasource": "influxdb",
  55.       "dsType": "influxdb",
  56.       "groupBy": [
  57.         {
  58.           "params": [
  59.             "$__interval"
  60.           ],
  61.           "type": "time"
  62.         },
  63.         {
  64.           "params": [
  65.             "null"
  66.           ],
  67.           "type": "fill"
  68.         }
  69.       ],
  70.       "measurement": "net",
  71.       "orderByTime": "ASC",
  72.       "policy": "default",
  73.       "refId": "A",
  74.       "resultFormat": "time_series",
  75.       "select": [
  76.         [
  77.           {
  78.             "params": [
  79.               "bytes_recv"
  80.             ],
  81.             "type": "field"
  82.           },
  83.           {
  84.             "params": [],
  85.             "type": "mean"
  86.           },
  87.           {
  88.             "params": [
  89.               "1s"
  90.             ],
  91.             "type": "non_negative_derivative"
  92.           }
  93.         ]
  94.       ],
  95.       "tags": [
  96.         {
  97.           "key": "host",
  98.           "operator": "=",
  99.           "value": "Server"
  100.         },
  101.         {
  102.           "condition": "AND",
  103.           "key": "interface",
  104.           "operator": "=",
  105.           "value": "eth0"
  106.         }
  107.       ],
  108.       "query": "SELECT non_negative_derivative(mean(\"bytes_recv\"), 1s) FROM \"net\" WHERE (\"host\" = 'Server' AND \"interface\" = 'eth0') AND $timeFilter GROUP BY time($__interval) fill(null)",
  109.       "rawQuery": false
  110.     },
  111.     {
  112.       "alias": "Lan Up",
  113.       "datasource": "influxdb",
  114.       "dsType": "influxdb",
  115.       "groupBy": [
  116.         {
  117.           "params": [
  118.             "$__interval"
  119.           ],
  120.           "type": "time"
  121.         },
  122.         {
  123.           "params": [
  124.             "null"
  125.           ],
  126.           "type": "fill"
  127.         }
  128.       ],
  129.       "measurement": "net",
  130.       "orderByTime": "ASC",
  131.       "policy": "default",
  132.       "refId": "B",
  133.       "resultFormat": "time_series",
  134.       "select": [
  135.         [
  136.           {
  137.             "params": [
  138.               "bytes_sent"
  139.             ],
  140.             "type": "field"
  141.           },
  142.           {
  143.             "params": [],
  144.             "type": "mean"
  145.           },
  146.           {
  147.             "params": [
  148.               "1s"
  149.             ],
  150.             "type": "non_negative_derivative"
  151.           }
  152.         ]
  153.       ],
  154.       "tags": [
  155.         {
  156.           "key": "host",
  157.           "operator": "=",
  158.           "value": "Server"
  159.         },
  160.         {
  161.           "condition": "AND",
  162.           "key": "interface",
  163.           "operator": "=",
  164.           "value": "eth0"
  165.         }
  166.       ]
  167.     }
  168.   ],
  169.   "thresholds": [],
  170.   "timeFrom": null,
  171.   "timeRegions": [],
  172.   "timeShift": null,
  173.   "title": "Network Traffic",
  174.   "tooltip": {
  175.     "shared": true,
  176.     "sort": 0,
  177.     "value_type": "individual"
  178.   },
  179.   "type": "graph",
  180.   "xaxis": {
  181.     "buckets": null,
  182.     "mode": "time",
  183.     "name": null,
  184.     "show": true,
  185.     "values": []
  186.   },
  187.   "yaxes": [
  188.     {
  189.       "decimals": 0,
  190.       "format": "Bps",
  191.       "label": null,
  192.       "logBase": 1,
  193.       "max": "120000000",
  194.       "min": "-120000000",
  195.       "show": true
  196.     },
  197.     {
  198.       "format": "short",
  199.       "label": null,
  200.       "logBase": 1,
  201.       "max": null,
  202.       "min": null,
  203.       "show": false
  204.     }
  205.   ],
  206.   "yaxis": {
  207.     "align": false,
  208.     "alignLevel": null
  209.   }
  210. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement