santanude | 48a8415 | 2021-12-09 15:02:27 +0530 | [diff] [blame] | 1 | { |
| 2 | "dashboard": { |
| 3 | "description": "This Dashboard provides a general overview of a host, with templating to select the hostname.", |
| 4 | "editable": true, |
| 5 | "gnetId": null, |
| 6 | "graphTooltip": 0, |
| 7 | "hideControls": false, |
| 8 | "id": null, |
| 9 | "links": [], |
| 10 | "refresh": "10s", |
| 11 | "panels": [ |
| 12 | { |
| 13 | "aliasColors": {}, |
| 14 | "bars": false, |
| 15 | "dashLength": 10, |
| 16 | "dashes": false, |
| 17 | "datasource": "VESEvents", |
| 18 | "fieldConfig": { |
| 19 | "defaults": { |
| 20 | "custom": {} |
| 21 | }, |
| 22 | "overrides": [] |
| 23 | }, |
| 24 | "fill": 1, |
| 25 | "fillGradient": 0, |
| 26 | "grid": { |
| 27 | "leftLogBase": 1, |
| 28 | "leftMax": null, |
| 29 | "leftMin": null, |
| 30 | "rightLogBase": 1, |
| 31 | "rightMax": null, |
| 32 | "rightMin": null |
| 33 | }, |
| 34 | "gridPos": { |
| 35 | "h": 11, |
| 36 | "w": 12, |
| 37 | "x": 0, |
| 38 | "y": 0 |
| 39 | }, |
| 40 | "hiddenSeries": false, |
| 41 | "id": 3, |
| 42 | "interval": "30s", |
| 43 | "legend": { |
| 44 | "alignAsTable": true, |
| 45 | "avg": true, |
| 46 | "current": true, |
| 47 | "max": true, |
| 48 | "min": true, |
| 49 | "rightSide": false, |
| 50 | "show": true, |
| 51 | "sort": "current", |
| 52 | "sortDesc": true, |
| 53 | "total": false, |
| 54 | "values": true |
| 55 | }, |
| 56 | "lines": true, |
| 57 | "linewidth": 1, |
| 58 | "links": [], |
| 59 | "nullPointMode": "null", |
| 60 | "options": { |
| 61 | "alertThreshold": true |
| 62 | }, |
| 63 | "percentage": false, |
| 64 | "pluginVersion": "7.3.2", |
| 65 | "pointradius": 5, |
| 66 | "points": false, |
| 67 | "renderer": "flot", |
| 68 | "seriesOverrides": [], |
| 69 | "spaceLength": 10, |
| 70 | "stack": false, |
| 71 | "steppedLine": false, |
| 72 | "targets": [ |
| 73 | { |
| 74 | "alias": "", |
| 75 | "dsType": "influxdb", |
| 76 | "groupBy": [ |
| 77 | { |
| 78 | "params": [ |
| 79 | "system" |
| 80 | ], |
| 81 | "type": "tag" |
| 82 | } |
| 83 | ], |
| 84 | "measurement": "measurementload", |
| 85 | "orderByTime": "ASC", |
| 86 | "policy": "default", |
| 87 | "query": "SELECT moving_average(\"longTerm\", 5) AS \"alias\", moving_average(\"midTerm\", 5), moving_average(\"shortTerm\", 5) FROM \"measurementload\" WHERE (\"system\" =~ /^$host$/) AND $timeFilter GROUP BY \"system\"", |
| 88 | "rawQuery": false, |
| 89 | "refId": "B", |
| 90 | "resultFormat": "time_series", |
| 91 | "select": [ |
| 92 | [ |
| 93 | { |
| 94 | "params": [ |
| 95 | "longTerm" |
| 96 | ], |
| 97 | "type": "field" |
| 98 | }, |
| 99 | { |
| 100 | "params": [ |
| 101 | "5" |
| 102 | ], |
| 103 | "type": "moving_average" |
| 104 | }, |
| 105 | { |
| 106 | "params": [ |
| 107 | "Long Term" |
| 108 | ], |
| 109 | "type": "alias" |
| 110 | } |
| 111 | ], |
| 112 | [ |
| 113 | { |
| 114 | "params": [ |
| 115 | "midTerm" |
| 116 | ], |
| 117 | "type": "field" |
| 118 | }, |
| 119 | { |
| 120 | "params": [ |
| 121 | "5" |
| 122 | ], |
| 123 | "type": "moving_average" |
| 124 | }, |
| 125 | { |
| 126 | "params": [ |
| 127 | "Mid Term" |
| 128 | ], |
| 129 | "type": "alias" |
| 130 | } |
| 131 | ], |
| 132 | [ |
| 133 | { |
| 134 | "params": [ |
| 135 | "shortTerm" |
| 136 | ], |
| 137 | "type": "field" |
| 138 | }, |
| 139 | { |
| 140 | "params": [ |
| 141 | "5" |
| 142 | ], |
| 143 | "type": "moving_average" |
| 144 | }, |
| 145 | { |
| 146 | "params": [ |
| 147 | "Short Term" |
| 148 | ], |
| 149 | "type": "alias" |
| 150 | } |
| 151 | ] |
| 152 | ], |
| 153 | "tags": [ |
| 154 | { |
| 155 | "key": "system", |
| 156 | "operator": "=~", |
| 157 | "value": "/^$host$/" |
| 158 | } |
| 159 | ] |
| 160 | } |
| 161 | ], |
| 162 | "thresholds": [], |
| 163 | "timeFrom": null, |
| 164 | "timeRegions": [], |
| 165 | "timeShift": null, |
| 166 | "title": "host load", |
| 167 | "tooltip": { |
| 168 | "shared": true, |
| 169 | "sort": 0, |
| 170 | "value_type": "individual" |
| 171 | }, |
| 172 | "type": "graph", |
| 173 | "x-axis": true, |
| 174 | "xaxis": { |
| 175 | "buckets": null, |
| 176 | "mode": "time", |
| 177 | "name": null, |
| 178 | "show": true, |
| 179 | "values": [] |
| 180 | }, |
| 181 | "y-axis": true, |
| 182 | "y_formats": [ |
| 183 | "short", |
| 184 | "short" |
| 185 | ], |
| 186 | "yaxes": [ |
| 187 | { |
| 188 | "format": "short", |
| 189 | "label": "Percent", |
| 190 | "logBase": 1, |
| 191 | "max": null, |
| 192 | "min": null, |
| 193 | "show": true |
| 194 | }, |
| 195 | { |
| 196 | "format": "short", |
| 197 | "label": null, |
| 198 | "logBase": 1, |
| 199 | "max": null, |
| 200 | "min": null, |
| 201 | "show": true |
| 202 | } |
| 203 | ], |
| 204 | "yaxis": { |
| 205 | "align": false, |
| 206 | "alignLevel": null |
| 207 | } |
| 208 | }, |
| 209 | { |
| 210 | "aliasColors": {}, |
| 211 | "bars": false, |
| 212 | "dashLength": 10, |
| 213 | "dashes": false, |
| 214 | "datasource": "VESEvents", |
| 215 | "fieldConfig": { |
| 216 | "defaults": { |
| 217 | "custom": {} |
| 218 | }, |
| 219 | "overrides": [] |
| 220 | }, |
| 221 | "fill": 1, |
| 222 | "fillGradient": 0, |
| 223 | "grid": { |
| 224 | "leftLogBase": 1, |
| 225 | "leftMax": null, |
| 226 | "leftMin": null, |
| 227 | "rightLogBase": 1, |
| 228 | "rightMax": null, |
| 229 | "rightMin": null |
| 230 | }, |
| 231 | "gridPos": { |
| 232 | "h": 11, |
| 233 | "w": 12, |
| 234 | "x": 12, |
| 235 | "y": 0 |
| 236 | }, |
| 237 | "hiddenSeries": false, |
| 238 | "id": 6, |
| 239 | "interval": "30s", |
| 240 | "legend": { |
| 241 | "alignAsTable": true, |
| 242 | "avg": true, |
| 243 | "current": true, |
| 244 | "max": true, |
| 245 | "min": true, |
| 246 | "rightSide": false, |
| 247 | "show": true, |
| 248 | "sort": "current", |
| 249 | "sortDesc": true, |
| 250 | "total": false, |
| 251 | "values": true |
| 252 | }, |
| 253 | "lines": true, |
| 254 | "linewidth": 1, |
| 255 | "links": [], |
| 256 | "nullPointMode": "null", |
| 257 | "options": { |
| 258 | "alertThreshold": true |
| 259 | }, |
| 260 | "percentage": false, |
| 261 | "pluginVersion": "7.3.2", |
| 262 | "pointradius": 5, |
| 263 | "points": false, |
| 264 | "renderer": "flot", |
| 265 | "seriesOverrides": [], |
| 266 | "spaceLength": 10, |
| 267 | "stack": false, |
| 268 | "steppedLine": false, |
| 269 | "targets": [ |
| 270 | { |
| 271 | "alias": "", |
| 272 | "dsType": "influxdb", |
| 273 | "groupBy": [ |
| 274 | { |
| 275 | "params": [ |
| 276 | "system" |
| 277 | ], |
| 278 | "type": "tag" |
| 279 | }, |
| 280 | { |
| 281 | "params": [ |
| 282 | "cpuIdentifier" |
| 283 | ], |
| 284 | "type": "tag" |
| 285 | } |
| 286 | ], |
| 287 | "measurement": "measurementcpuusage", |
| 288 | "orderByTime": "ASC", |
| 289 | "policy": "default", |
| 290 | "query": "SELECT mean(\"cpusystem\") FROM \"cpu\" WHERE $timeFilter GROUP BY time(1m) fill(null)", |
| 291 | "refId": "B", |
| 292 | "resultFormat": "time_series", |
| 293 | "select": [ |
| 294 | [ |
| 295 | { |
| 296 | "params": [ |
| 297 | "cpuUsageUser" |
| 298 | ], |
| 299 | "type": "field" |
| 300 | }, |
| 301 | { |
| 302 | "params": [ |
| 303 | "5" |
| 304 | ], |
| 305 | "type": "moving_average" |
| 306 | } |
| 307 | ] |
| 308 | ], |
| 309 | "tags": [ |
| 310 | { |
| 311 | "key": "system", |
| 312 | "operator": "=~", |
| 313 | "value": "/^$host$/" |
| 314 | } |
| 315 | ] |
| 316 | } |
| 317 | ], |
| 318 | "thresholds": [], |
| 319 | "timeFrom": null, |
| 320 | "timeRegions": [], |
| 321 | "timeShift": null, |
| 322 | "title": "host CPU Usage User", |
| 323 | "tooltip": { |
| 324 | "shared": true, |
| 325 | "sort": 0, |
| 326 | "value_type": "individual" |
| 327 | }, |
| 328 | "type": "graph", |
| 329 | "x-axis": true, |
| 330 | "xaxis": { |
| 331 | "buckets": null, |
| 332 | "mode": "time", |
| 333 | "name": null, |
| 334 | "show": true, |
| 335 | "values": [] |
| 336 | }, |
| 337 | "y-axis": true, |
| 338 | "y_formats": [ |
| 339 | "short", |
| 340 | "short" |
| 341 | ], |
| 342 | "yaxes": [ |
| 343 | { |
| 344 | "format": "short", |
| 345 | "label": "Percent", |
| 346 | "logBase": 1, |
| 347 | "max": null, |
| 348 | "min": null, |
| 349 | "show": true |
| 350 | }, |
| 351 | { |
| 352 | "format": "short", |
| 353 | "label": null, |
| 354 | "logBase": 1, |
| 355 | "max": null, |
| 356 | "min": null, |
| 357 | "show": true |
| 358 | } |
| 359 | ], |
| 360 | "yaxis": { |
| 361 | "align": false, |
| 362 | "alignLevel": null |
| 363 | } |
| 364 | }, |
| 365 | { |
| 366 | "aliasColors": {}, |
| 367 | "bars": false, |
| 368 | "dashLength": 10, |
| 369 | "dashes": false, |
| 370 | "datasource": "VESEvents", |
| 371 | "fieldConfig": { |
| 372 | "defaults": { |
| 373 | "custom": {} |
| 374 | }, |
| 375 | "overrides": [] |
| 376 | }, |
| 377 | "fill": 1, |
| 378 | "fillGradient": 0, |
| 379 | "grid": { |
| 380 | "leftLogBase": 1, |
| 381 | "leftMax": null, |
| 382 | "leftMin": null, |
| 383 | "rightLogBase": 1, |
| 384 | "rightMax": null, |
| 385 | "rightMin": null |
| 386 | }, |
| 387 | "gridPos": { |
| 388 | "h": 12, |
| 389 | "w": 12, |
| 390 | "x": 0, |
| 391 | "y": 11 |
| 392 | }, |
| 393 | "hiddenSeries": false, |
| 394 | "id": 2, |
| 395 | "interval": "30s", |
| 396 | "legend": { |
| 397 | "alignAsTable": true, |
| 398 | "avg": true, |
| 399 | "current": true, |
| 400 | "max": true, |
| 401 | "min": true, |
| 402 | "rightSide": false, |
| 403 | "show": true, |
| 404 | "sort": "current", |
| 405 | "sortDesc": true, |
| 406 | "total": false, |
| 407 | "values": true |
| 408 | }, |
| 409 | "lines": true, |
| 410 | "linewidth": 2, |
| 411 | "links": [], |
| 412 | "nullPointMode": "null", |
| 413 | "options": { |
| 414 | "alertThreshold": true |
| 415 | }, |
| 416 | "percentage": false, |
| 417 | "pluginVersion": "7.3.2", |
| 418 | "pointradius": 5, |
| 419 | "points": false, |
| 420 | "renderer": "flot", |
| 421 | "seriesOverrides": [], |
| 422 | "spaceLength": 10, |
| 423 | "stack": false, |
| 424 | "steppedLine": false, |
| 425 | "targets": [ |
| 426 | { |
| 427 | "alias": "", |
| 428 | "dsType": "influxdb", |
| 429 | "groupBy": [ |
| 430 | { |
| 431 | "params": [ |
| 432 | "system" |
| 433 | ], |
| 434 | "type": "tag" |
| 435 | }, |
| 436 | { |
| 437 | "params": [ |
| 438 | "nicIdentifier" |
| 439 | ], |
| 440 | "type": "tag" |
| 441 | } |
| 442 | ], |
| 443 | "measurement": "measurementnicperformance", |
| 444 | "orderByTime": "ASC", |
| 445 | "policy": "default", |
| 446 | "query": "SELECT moving_average(\"receivedTotalPacketsAccumulated\", 5) FROM \"measurementnicperformance\" WHERE (\"system\" =~ /^$host$/) AND $timeFilter GROUP BY \"system\", \"nicIdentifier\"", |
| 447 | "rawQuery": false, |
| 448 | "refId": "A", |
| 449 | "resultFormat": "time_series", |
| 450 | "select": [ |
| 451 | [ |
| 452 | { |
| 453 | "params": [ |
| 454 | "receivedTotalPacketsAccumulated" |
| 455 | ], |
| 456 | "type": "field" |
| 457 | }, |
| 458 | { |
| 459 | "params": [ |
| 460 | "5" |
| 461 | ], |
| 462 | "type": "moving_average" |
| 463 | } |
| 464 | ] |
| 465 | ], |
| 466 | "tags": [ |
| 467 | { |
| 468 | "key": "system", |
| 469 | "operator": "=~", |
| 470 | "value": "/^$host$/" |
| 471 | } |
| 472 | ] |
| 473 | } |
| 474 | ], |
| 475 | "thresholds": [], |
| 476 | "timeFrom": null, |
| 477 | "timeRegions": [], |
| 478 | "timeShift": null, |
| 479 | "title": "Received Octets", |
| 480 | "tooltip": { |
| 481 | "shared": true, |
| 482 | "sort": 2, |
| 483 | "value_type": "individual" |
| 484 | }, |
| 485 | "type": "graph", |
| 486 | "x-axis": true, |
| 487 | "xaxis": { |
| 488 | "buckets": null, |
| 489 | "mode": "time", |
| 490 | "name": null, |
| 491 | "show": true, |
| 492 | "values": [] |
| 493 | }, |
| 494 | "y-axis": true, |
| 495 | "y_formats": [ |
| 496 | "short", |
| 497 | "short" |
| 498 | ], |
| 499 | "yaxes": [ |
| 500 | { |
| 501 | "format": "short", |
| 502 | "label": "Octets/Packets", |
| 503 | "logBase": 1, |
| 504 | "max": null, |
| 505 | "min": null, |
| 506 | "show": true |
| 507 | }, |
| 508 | { |
| 509 | "format": "short", |
| 510 | "label": null, |
| 511 | "logBase": 1, |
| 512 | "max": null, |
| 513 | "min": null, |
| 514 | "show": true |
| 515 | } |
| 516 | ], |
| 517 | "yaxis": { |
| 518 | "align": false, |
| 519 | "alignLevel": null |
| 520 | } |
| 521 | }, |
| 522 | { |
| 523 | "aliasColors": {}, |
| 524 | "bars": false, |
| 525 | "dashLength": 10, |
| 526 | "dashes": false, |
| 527 | "datasource": "VESEvents", |
| 528 | "fieldConfig": { |
| 529 | "defaults": { |
| 530 | "custom": {} |
| 531 | }, |
| 532 | "overrides": [] |
| 533 | }, |
| 534 | "fill": 1, |
| 535 | "fillGradient": 0, |
| 536 | "grid": { |
| 537 | "leftLogBase": 1, |
| 538 | "leftMax": null, |
| 539 | "leftMin": null, |
| 540 | "rightLogBase": 1, |
| 541 | "rightMax": null, |
| 542 | "rightMin": null |
| 543 | }, |
| 544 | "gridPos": { |
| 545 | "h": 12, |
| 546 | "w": 12, |
| 547 | "x": 12, |
| 548 | "y": 11 |
| 549 | }, |
| 550 | "hiddenSeries": false, |
| 551 | "id": 4, |
| 552 | "interval": "30s", |
| 553 | "legend": { |
| 554 | "alignAsTable": true, |
| 555 | "avg": true, |
| 556 | "current": true, |
| 557 | "max": true, |
| 558 | "min": true, |
| 559 | "rightSide": false, |
| 560 | "show": true, |
| 561 | "sort": "current", |
| 562 | "sortDesc": true, |
| 563 | "total": false, |
| 564 | "values": true |
| 565 | }, |
| 566 | "lines": true, |
| 567 | "linewidth": 2, |
| 568 | "links": [], |
| 569 | "nullPointMode": "null", |
| 570 | "options": { |
| 571 | "alertThreshold": true |
| 572 | }, |
| 573 | "percentage": false, |
| 574 | "pluginVersion": "7.3.2", |
| 575 | "pointradius": 5, |
| 576 | "points": false, |
| 577 | "renderer": "flot", |
| 578 | "seriesOverrides": [], |
| 579 | "spaceLength": 10, |
| 580 | "stack": false, |
| 581 | "steppedLine": false, |
| 582 | "targets": [ |
| 583 | { |
| 584 | "alias": "", |
| 585 | "dsType": "influxdb", |
| 586 | "groupBy": [ |
| 587 | { |
| 588 | "params": [ |
| 589 | "system" |
| 590 | ], |
| 591 | "type": "tag" |
| 592 | }, |
| 593 | { |
| 594 | "params": [ |
| 595 | "nicIdentifier" |
| 596 | ], |
| 597 | "type": "tag" |
| 598 | } |
| 599 | ], |
| 600 | "measurement": "measurementnicperformance", |
| 601 | "orderByTime": "ASC", |
| 602 | "policy": "default", |
| 603 | "refId": "B", |
| 604 | "resultFormat": "time_series", |
| 605 | "select": [ |
| 606 | [ |
| 607 | { |
| 608 | "params": [ |
| 609 | "receivedOctetsAccumulated" |
| 610 | ], |
| 611 | "type": "field" |
| 612 | }, |
| 613 | { |
| 614 | "params": [ |
| 615 | "5" |
| 616 | ], |
| 617 | "type": "moving_average" |
| 618 | } |
| 619 | ] |
| 620 | ], |
| 621 | "tags": [ |
| 622 | { |
| 623 | "key": "system", |
| 624 | "operator": "=~", |
| 625 | "value": "/^$host$/" |
| 626 | } |
| 627 | ] |
| 628 | } |
| 629 | ], |
| 630 | "thresholds": [], |
| 631 | "timeFrom": null, |
| 632 | "timeRegions": [], |
| 633 | "timeShift": null, |
| 634 | "title": "Transmitted Octets", |
| 635 | "tooltip": { |
| 636 | "shared": true, |
| 637 | "sort": 2, |
| 638 | "value_type": "individual" |
| 639 | }, |
| 640 | "type": "graph", |
| 641 | "x-axis": true, |
| 642 | "xaxis": { |
| 643 | "buckets": null, |
| 644 | "mode": "time", |
| 645 | "name": null, |
| 646 | "show": true, |
| 647 | "values": [] |
| 648 | }, |
| 649 | "y-axis": true, |
| 650 | "y_formats": [ |
| 651 | "short", |
| 652 | "short" |
| 653 | ], |
| 654 | "yaxes": [ |
| 655 | { |
| 656 | "format": "short", |
| 657 | "label": "Octets/Packets", |
| 658 | "logBase": 1, |
| 659 | "max": null, |
| 660 | "min": null, |
| 661 | "show": true |
| 662 | }, |
| 663 | { |
| 664 | "format": "short", |
| 665 | "label": null, |
| 666 | "logBase": 1, |
| 667 | "max": null, |
| 668 | "min": null, |
| 669 | "show": true |
| 670 | } |
| 671 | ], |
| 672 | "yaxis": { |
| 673 | "align": false, |
| 674 | "alignLevel": null |
| 675 | } |
| 676 | }, |
| 677 | { |
| 678 | "aliasColors": {}, |
| 679 | "bars": false, |
| 680 | "dashLength": 10, |
| 681 | "dashes": false, |
| 682 | "datasource": "VESEvents", |
| 683 | "fieldConfig": { |
| 684 | "defaults": { |
| 685 | "custom": {} |
| 686 | }, |
| 687 | "overrides": [] |
| 688 | }, |
| 689 | "fill": 1, |
| 690 | "fillGradient": 0, |
| 691 | "gridPos": { |
| 692 | "h": 10, |
| 693 | "w": 12, |
| 694 | "x": 0, |
| 695 | "y": 23 |
| 696 | }, |
| 697 | "hiddenSeries": false, |
| 698 | "id": 7, |
| 699 | "legend": { |
| 700 | "alignAsTable": true, |
| 701 | "avg": true, |
| 702 | "current": true, |
| 703 | "max": true, |
| 704 | "min": true, |
| 705 | "show": true, |
| 706 | "sort": "current", |
| 707 | "sortDesc": true, |
| 708 | "total": false, |
| 709 | "values": true |
| 710 | }, |
| 711 | "lines": true, |
| 712 | "linewidth": 1, |
| 713 | "links": [], |
| 714 | "nullPointMode": "null", |
| 715 | "options": { |
| 716 | "alertThreshold": true |
| 717 | }, |
| 718 | "percentage": false, |
| 719 | "pluginVersion": "7.3.2", |
| 720 | "pointradius": 5, |
| 721 | "points": false, |
| 722 | "renderer": "flot", |
| 723 | "seriesOverrides": [], |
| 724 | "spaceLength": 10, |
| 725 | "stack": false, |
| 726 | "steppedLine": false, |
| 727 | "targets": [ |
| 728 | { |
| 729 | "alias": "", |
| 730 | "dsType": "influxdb", |
| 731 | "groupBy": [ |
| 732 | { |
| 733 | "params": [ |
| 734 | "system" |
| 735 | ], |
| 736 | "type": "tag" |
| 737 | }, |
| 738 | { |
| 739 | "params": [ |
| 740 | "diskIdentifier" |
| 741 | ], |
| 742 | "type": "tag" |
| 743 | } |
| 744 | ], |
| 745 | "measurement": "measurementdiskusage", |
| 746 | "orderByTime": "ASC", |
| 747 | "policy": "autogen", |
| 748 | "query": "SELECT moving_average(\"diskOpsWriteLast\", 5) FROM \"autogen\".\"diskUsage\" WHERE (\"system\" =~ /^$host$/ AND \"disk\" = 'sda') AND $timeFilter GROUP BY \"system\", \"disk\"", |
| 749 | "rawQuery": false, |
| 750 | "refId": "A", |
| 751 | "resultFormat": "time_series", |
| 752 | "select": [ |
| 753 | [ |
| 754 | { |
| 755 | "params": [ |
| 756 | "diskOpsWriteLast" |
| 757 | ], |
| 758 | "type": "field" |
| 759 | }, |
| 760 | { |
| 761 | "params": [ |
| 762 | "5" |
| 763 | ], |
| 764 | "type": "moving_average" |
| 765 | } |
| 766 | ] |
| 767 | ], |
| 768 | "tags": [ |
| 769 | { |
| 770 | "key": "system", |
| 771 | "operator": "=~", |
| 772 | "value": "/^$host$/" |
| 773 | }, |
| 774 | { |
| 775 | "condition": "AND", |
| 776 | "key": "diskIdentifier", |
| 777 | "operator": "=", |
| 778 | "value": "sda" |
| 779 | } |
| 780 | ] |
| 781 | } |
| 782 | ], |
| 783 | "thresholds": [], |
| 784 | "timeFrom": null, |
| 785 | "timeRegions": [], |
| 786 | "timeShift": null, |
| 787 | "title": "Disk Usage SDA", |
| 788 | "tooltip": { |
| 789 | "shared": true, |
| 790 | "sort": 0, |
| 791 | "value_type": "individual" |
| 792 | }, |
| 793 | "type": "graph", |
| 794 | "xaxis": { |
| 795 | "buckets": null, |
| 796 | "mode": "time", |
| 797 | "name": null, |
| 798 | "show": true, |
| 799 | "values": [] |
| 800 | }, |
| 801 | "yaxes": [ |
| 802 | { |
| 803 | "format": "short", |
| 804 | "label": null, |
| 805 | "logBase": 10, |
| 806 | "max": null, |
| 807 | "min": null, |
| 808 | "show": true |
| 809 | }, |
| 810 | { |
| 811 | "format": "short", |
| 812 | "label": null, |
| 813 | "logBase": 1, |
| 814 | "max": null, |
| 815 | "min": null, |
| 816 | "show": true |
| 817 | } |
| 818 | ], |
| 819 | "yaxis": { |
| 820 | "align": false, |
| 821 | "alignLevel": null |
| 822 | } |
| 823 | }, |
| 824 | { |
| 825 | "aliasColors": {}, |
| 826 | "bars": false, |
| 827 | "dashLength": 10, |
| 828 | "dashes": false, |
| 829 | "datasource": "VESEvents", |
| 830 | "fieldConfig": { |
| 831 | "defaults": { |
| 832 | "custom": {} |
| 833 | }, |
| 834 | "overrides": [] |
| 835 | }, |
| 836 | "fill": 1, |
| 837 | "fillGradient": 0, |
| 838 | "gridPos": { |
| 839 | "h": 10, |
| 840 | "w": 12, |
| 841 | "x": 12, |
| 842 | "y": 23 |
| 843 | }, |
| 844 | "hiddenSeries": false, |
| 845 | "id": 8, |
| 846 | "legend": { |
| 847 | "alignAsTable": true, |
| 848 | "avg": true, |
| 849 | "current": true, |
| 850 | "max": true, |
| 851 | "min": true, |
| 852 | "show": true, |
| 853 | "sort": "current", |
| 854 | "sortDesc": true, |
| 855 | "total": false, |
| 856 | "values": true |
| 857 | }, |
| 858 | "lines": true, |
| 859 | "linewidth": 1, |
| 860 | "links": [], |
| 861 | "nullPointMode": "null", |
| 862 | "options": { |
| 863 | "alertThreshold": true |
| 864 | }, |
| 865 | "percentage": false, |
| 866 | "pluginVersion": "7.3.2", |
| 867 | "pointradius": 5, |
| 868 | "points": false, |
| 869 | "renderer": "flot", |
| 870 | "seriesOverrides": [], |
| 871 | "spaceLength": 10, |
| 872 | "stack": false, |
| 873 | "steppedLine": false, |
| 874 | "targets": [ |
| 875 | { |
| 876 | "alias": "", |
| 877 | "dsType": "influxdb", |
| 878 | "groupBy": [ |
| 879 | { |
| 880 | "params": [ |
| 881 | "system" |
| 882 | ], |
| 883 | "type": "tag" |
| 884 | }, |
| 885 | { |
| 886 | "params": [ |
| 887 | "diskIdentifier" |
| 888 | ], |
| 889 | "type": "tag" |
| 890 | } |
| 891 | ], |
| 892 | "measurement": "measurementdiskusage", |
| 893 | "orderByTime": "ASC", |
| 894 | "policy": "autogen", |
| 895 | "query": "SELECT moving_average(\"diskOpsWriteLast\", 5) FROM \"autogen\".\"measurementdiskusage\" WHERE (\"system\" =~ /^$host$/ AND \"diskIdentifier\" = 'sdb') AND $timeFilter GROUP BY \"system\", \"diskIdentifier\"", |
| 896 | "rawQuery": false, |
| 897 | "refId": "A", |
| 898 | "resultFormat": "time_series", |
| 899 | "select": [ |
| 900 | [ |
| 901 | { |
| 902 | "params": [ |
| 903 | "diskOpsWriteLast" |
| 904 | ], |
| 905 | "type": "field" |
| 906 | }, |
| 907 | { |
| 908 | "params": [ |
| 909 | "5" |
| 910 | ], |
| 911 | "type": "moving_average" |
| 912 | } |
| 913 | ] |
| 914 | ], |
| 915 | "tags": [ |
| 916 | { |
| 917 | "key": "system", |
| 918 | "operator": "=~", |
| 919 | "value": "/^$host$/" |
| 920 | }, |
| 921 | { |
| 922 | "condition": "AND", |
| 923 | "key": "diskIdentifier", |
| 924 | "operator": "=", |
| 925 | "value": "sdb" |
| 926 | } |
| 927 | ] |
| 928 | } |
| 929 | ], |
| 930 | "thresholds": [], |
| 931 | "timeFrom": null, |
| 932 | "timeRegions": [], |
| 933 | "timeShift": null, |
| 934 | "title": "Disk Usage SDB", |
| 935 | "tooltip": { |
| 936 | "shared": true, |
| 937 | "sort": 0, |
| 938 | "value_type": "individual" |
| 939 | }, |
| 940 | "type": "graph", |
| 941 | "xaxis": { |
| 942 | "buckets": null, |
| 943 | "mode": "time", |
| 944 | "name": null, |
| 945 | "show": true, |
| 946 | "values": [] |
| 947 | }, |
| 948 | "yaxes": [ |
| 949 | { |
| 950 | "format": "short", |
| 951 | "label": null, |
| 952 | "logBase": 10, |
| 953 | "max": null, |
| 954 | "min": null, |
| 955 | "show": true |
| 956 | }, |
| 957 | { |
| 958 | "format": "short", |
| 959 | "label": null, |
| 960 | "logBase": 1, |
| 961 | "max": null, |
| 962 | "min": null, |
| 963 | "show": true |
| 964 | } |
| 965 | ], |
| 966 | "yaxis": { |
| 967 | "align": false, |
| 968 | "alignLevel": null |
| 969 | } |
| 970 | }, |
| 971 | { |
| 972 | "aliasColors": {}, |
| 973 | "bars": false, |
| 974 | "dashLength": 10, |
| 975 | "dashes": false, |
| 976 | "datasource": "VESEvents", |
| 977 | "fieldConfig": { |
| 978 | "defaults": { |
| 979 | "custom": {} |
| 980 | }, |
| 981 | "overrides": [] |
| 982 | }, |
| 983 | "fill": 1, |
| 984 | "fillGradient": 0, |
| 985 | "gridPos": { |
| 986 | "h": 7, |
| 987 | "w": 24, |
| 988 | "x": 0, |
| 989 | "y": 33 |
| 990 | }, |
| 991 | "hiddenSeries": false, |
| 992 | "id": 5, |
| 993 | "legend": { |
| 994 | "alignAsTable": true, |
| 995 | "avg": true, |
| 996 | "current": true, |
| 997 | "max": true, |
| 998 | "min": true, |
| 999 | "show": true, |
| 1000 | "sort": "current", |
| 1001 | "sortDesc": true, |
| 1002 | "total": false, |
| 1003 | "values": true |
| 1004 | }, |
| 1005 | "lines": true, |
| 1006 | "linewidth": 1, |
| 1007 | "links": [], |
| 1008 | "nullPointMode": "null", |
| 1009 | "options": { |
| 1010 | "alertThreshold": true |
| 1011 | }, |
| 1012 | "percentage": false, |
| 1013 | "pluginVersion": "7.3.2", |
| 1014 | "pointradius": 5, |
| 1015 | "points": false, |
| 1016 | "renderer": "flot", |
| 1017 | "seriesOverrides": [], |
| 1018 | "spaceLength": 10, |
| 1019 | "stack": false, |
| 1020 | "steppedLine": false, |
| 1021 | "targets": [ |
| 1022 | { |
| 1023 | "alias": "", |
| 1024 | "dsType": "influxdb", |
| 1025 | "groupBy": [ |
| 1026 | { |
| 1027 | "params": [ |
| 1028 | "system" |
| 1029 | ], |
| 1030 | "type": "tag" |
| 1031 | } |
| 1032 | ], |
| 1033 | "measurement": "measurementmemoryusage", |
| 1034 | "orderByTime": "ASC", |
| 1035 | "policy": "autogen", |
| 1036 | "refId": "A", |
| 1037 | "resultFormat": "time_series", |
| 1038 | "select": [ |
| 1039 | [ |
| 1040 | { |
| 1041 | "params": [ |
| 1042 | "memoryCached" |
| 1043 | ], |
| 1044 | "type": "field" |
| 1045 | }, |
| 1046 | { |
| 1047 | "params": [ |
| 1048 | "5" |
| 1049 | ], |
| 1050 | "type": "moving_average" |
| 1051 | }, |
| 1052 | { |
| 1053 | "params": [ |
| 1054 | "Memory Cached" |
| 1055 | ], |
| 1056 | "type": "alias" |
| 1057 | } |
| 1058 | ], |
| 1059 | [ |
| 1060 | { |
| 1061 | "params": [ |
| 1062 | "memoryUsed" |
| 1063 | ], |
| 1064 | "type": "field" |
| 1065 | }, |
| 1066 | { |
| 1067 | "params": [ |
| 1068 | "5" |
| 1069 | ], |
| 1070 | "type": "moving_average" |
| 1071 | }, |
| 1072 | { |
| 1073 | "params": [ |
| 1074 | "Memory Used" |
| 1075 | ], |
| 1076 | "type": "alias" |
| 1077 | } |
| 1078 | ], |
| 1079 | [ |
| 1080 | { |
| 1081 | "params": [ |
| 1082 | "memoryFree" |
| 1083 | ], |
| 1084 | "type": "field" |
| 1085 | }, |
| 1086 | { |
| 1087 | "params": [ |
| 1088 | "5" |
| 1089 | ], |
| 1090 | "type": "moving_average" |
| 1091 | }, |
| 1092 | { |
| 1093 | "params": [ |
| 1094 | "Memory Free" |
| 1095 | ], |
| 1096 | "type": "alias" |
| 1097 | } |
| 1098 | ] |
| 1099 | ], |
| 1100 | "tags": [ |
| 1101 | { |
| 1102 | "key": "system", |
| 1103 | "operator": "=~", |
| 1104 | "value": "/^$host$/" |
| 1105 | } |
| 1106 | ] |
| 1107 | } |
| 1108 | ], |
| 1109 | "thresholds": [], |
| 1110 | "timeFrom": null, |
| 1111 | "timeRegions": [], |
| 1112 | "timeShift": null, |
| 1113 | "title": "Memory", |
| 1114 | "tooltip": { |
| 1115 | "shared": true, |
| 1116 | "sort": 0, |
| 1117 | "value_type": "individual" |
| 1118 | }, |
| 1119 | "type": "graph", |
| 1120 | "xaxis": { |
| 1121 | "buckets": null, |
| 1122 | "mode": "time", |
| 1123 | "name": null, |
| 1124 | "show": true, |
| 1125 | "values": [] |
| 1126 | }, |
| 1127 | "yaxes": [ |
| 1128 | { |
| 1129 | "format": "short", |
| 1130 | "label": null, |
| 1131 | "logBase": 10, |
| 1132 | "max": null, |
| 1133 | "min": null, |
| 1134 | "show": true |
| 1135 | }, |
| 1136 | { |
| 1137 | "format": "short", |
| 1138 | "label": null, |
| 1139 | "logBase": 1, |
| 1140 | "max": null, |
| 1141 | "min": null, |
| 1142 | "show": true |
| 1143 | } |
| 1144 | ], |
| 1145 | "yaxis": { |
| 1146 | "align": false, |
| 1147 | "alignLevel": null |
| 1148 | } |
| 1149 | }, |
| 1150 | { |
| 1151 | "aliasColors": {}, |
| 1152 | "bars": false, |
| 1153 | "dashLength": 10, |
| 1154 | "dashes": false, |
| 1155 | "datasource": "VESEvents", |
| 1156 | "fieldConfig": { |
| 1157 | "defaults": { |
| 1158 | "custom": {} |
| 1159 | }, |
| 1160 | "overrides": [] |
| 1161 | }, |
| 1162 | "fill": 1, |
| 1163 | "fillGradient": 0, |
| 1164 | "gridPos": { |
| 1165 | "h": 7, |
| 1166 | "w": 24, |
| 1167 | "x": 0, |
| 1168 | "y": 40 |
| 1169 | }, |
| 1170 | "hiddenSeries": false, |
| 1171 | "id": 9, |
| 1172 | "legend": { |
| 1173 | "alignAsTable": true, |
| 1174 | "avg": true, |
| 1175 | "current": true, |
| 1176 | "max": true, |
| 1177 | "min": true, |
| 1178 | "show": true, |
| 1179 | "sort": "current", |
| 1180 | "sortDesc": true, |
| 1181 | "total": false, |
| 1182 | "values": true |
| 1183 | }, |
| 1184 | "lines": true, |
| 1185 | "linewidth": 1, |
| 1186 | "links": [], |
| 1187 | "nullPointMode": "null", |
| 1188 | "options": { |
| 1189 | "alertThreshold": true |
| 1190 | }, |
| 1191 | "percentage": false, |
| 1192 | "pluginVersion": "7.3.2", |
| 1193 | "pointradius": 5, |
| 1194 | "points": false, |
| 1195 | "renderer": "flot", |
| 1196 | "seriesOverrides": [], |
| 1197 | "spaceLength": 10, |
| 1198 | "stack": false, |
| 1199 | "steppedLine": false, |
| 1200 | "targets": [ |
| 1201 | { |
| 1202 | "alias": "", |
| 1203 | "dsType": "influxdb", |
| 1204 | "groupBy": [ |
| 1205 | { |
| 1206 | "params": [ |
| 1207 | "system" |
| 1208 | ], |
| 1209 | "type": "tag" |
| 1210 | } |
| 1211 | ], |
| 1212 | "measurement": "fault", |
| 1213 | "orderByTime": "ASC", |
| 1214 | "policy": "autogen", |
| 1215 | "query": "SELECT \"sequence\" FROM \"autogen\".\"fault\" WHERE (\"system\" =~ /^$host$/) AND $timeFilter GROUP BY \"system\"", |
| 1216 | "rawQuery": false, |
| 1217 | "refId": "A", |
| 1218 | "resultFormat": "time_series", |
| 1219 | "select": [ |
| 1220 | [ |
| 1221 | { |
| 1222 | "params": [ |
| 1223 | "sequence" |
| 1224 | ], |
| 1225 | "type": "field" |
| 1226 | } |
| 1227 | ] |
| 1228 | ], |
| 1229 | "tags": [ |
| 1230 | { |
| 1231 | "key": "system", |
| 1232 | "operator": "=~", |
| 1233 | "value": "/^$host$/" |
| 1234 | } |
| 1235 | ] |
| 1236 | } |
| 1237 | ], |
| 1238 | "thresholds": [], |
| 1239 | "timeFrom": null, |
| 1240 | "timeRegions": [], |
| 1241 | "timeShift": null, |
| 1242 | "title": "Fault", |
| 1243 | "tooltip": { |
| 1244 | "shared": true, |
| 1245 | "sort": 0, |
| 1246 | "value_type": "individual" |
| 1247 | }, |
| 1248 | "type": "graph", |
| 1249 | "xaxis": { |
| 1250 | "buckets": null, |
| 1251 | "mode": "time", |
| 1252 | "name": null, |
| 1253 | "show": true, |
| 1254 | "values": [] |
| 1255 | }, |
| 1256 | "yaxes": [ |
| 1257 | { |
| 1258 | "format": "short", |
| 1259 | "label": null, |
| 1260 | "logBase": 10, |
| 1261 | "max": null, |
| 1262 | "min": null, |
| 1263 | "show": true |
| 1264 | }, |
| 1265 | { |
| 1266 | "format": "short", |
| 1267 | "label": null, |
| 1268 | "logBase": 1, |
| 1269 | "max": null, |
| 1270 | "min": null, |
| 1271 | "show": true |
| 1272 | } |
| 1273 | ], |
| 1274 | "yaxis": { |
| 1275 | "align": false, |
| 1276 | "alignLevel": null |
| 1277 | } |
| 1278 | } |
| 1279 | ], |
| 1280 | "refresh": "10s", |
| 1281 | "schemaVersion": 26, |
| 1282 | "style": "dark", |
| 1283 | "tags": [], |
| 1284 | "templating": { |
| 1285 | "list": [ |
| 1286 | { |
| 1287 | "allValue": null, |
| 1288 | "current": { |
| 1289 | "selected": false, |
| 1290 | "text": "All", |
| 1291 | "value": "$__all" |
| 1292 | }, |
| 1293 | "datasource": "VESEvents", |
| 1294 | "definition": "", |
| 1295 | "error": null, |
| 1296 | "hide": 0, |
| 1297 | "includeAll": true, |
| 1298 | "label": "host", |
| 1299 | "multi": true, |
| 1300 | "name": "host", |
| 1301 | "options": [], |
| 1302 | "query": "SHOW TAG VALUES WITH KEY=system", |
| 1303 | "refresh": 1, |
| 1304 | "regex": "", |
| 1305 | "skipUrlSync": false, |
| 1306 | "sort": 0, |
| 1307 | "tagValuesQuery": "", |
| 1308 | "tags": [], |
| 1309 | "tagsQuery": "", |
| 1310 | "type": "query", |
| 1311 | "useTags": false |
| 1312 | } |
| 1313 | ] |
| 1314 | }, |
| 1315 | "time": { |
| 1316 | "from": "now-15m", |
| 1317 | "to": "now" |
| 1318 | }, |
| 1319 | "timepicker": { |
| 1320 | "now": true, |
| 1321 | "refresh_intervals": [ |
| 1322 | "10s", |
| 1323 | "20s", |
| 1324 | "30s", |
| 1325 | "1m" |
| 1326 | ], |
| 1327 | "time_options": [ |
| 1328 | "5m", |
| 1329 | "15m", |
| 1330 | "1h", |
| 1331 | "6h", |
| 1332 | "12h", |
| 1333 | "24h", |
| 1334 | "2d", |
| 1335 | "7d", |
| 1336 | "30d" |
| 1337 | ] |
| 1338 | }, |
| 1339 | "timezone": "browser", |
| 1340 | "title": "VES Demo", |
| 1341 | "version": 4 |
| 1342 | } |
| 1343 | } |
| 1344 | |