Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] MaDDash graph page issues

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] MaDDash graph page issues


Chronological Thread 
  • From: Phil Reese <>
  • To:
  • Subject: [perfsonar-user] MaDDash graph page issues
  • Date: Mon, 6 Nov 2023 15:56:55 -0700
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stanford.edu; dmarc=pass action=none header.from=stanford.edu; dkim=pass header.d=stanford.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ibXd1XmctvL6bdtLU+wOTXENAyFOXNND6mOgnToBj0M=; b=VwLZGfKRLMny6+dkRd2YirS8GIDxjBOaeEGYpyxi17p3mlOpQIWTZjYtNBj9/ppiNLyHlKwhLYXmL0bXErU0cubmOXpWBzGtEBptUKSip037MLYRymNu8jWNz5iFvdhvDjccOtqa4SySpS/JRVKEAmHbbS1QPUMpESOG0n0nsBnH+0VB/juQGo5+icpBZU7QTXLL4GxByRmPOvuaFYA9y+3FHuVWQNhPhDrQpwwHtH/E74zfKWvAttAV26jvUICleyFDbkJU3SqQhWNnUnnyheW5n35hb0XA82MGQ2r8P1Fi7tKnnrBqBgMi9L6nUtMSOutJKM+Q5GcanSeTqs8Sjg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=P9wSDpj37YlZo/u81fI8y4OwlCTmY5BdjBghqJdBgsQG59vztTzuks574XvpNtTNTUnTTjCGgmiLj8FzzhGgHdPzXo3XeLXg1H54XUNvl2BnpC0NGtyNpzkLjX+0cofWa2DvCTu5p597nfAfLxmP+BW8SMzo9Ljue1fR2d/hAVvjKUzY/0TURrAOdkjwW+Nr+zOnpkK9DejDS5YZVz5TcoouCGmkTrbkpoZo+Xl/87pSAG9OEB7nLGKbbsOdNrpvrSHf+ZkGj377gXaVydBDt+BvT/N8n8oVx/lR5KcRKcWkO3XieXe2apNWYF9VvtL9IeLofKzCRLhuu7bP8FA4nQ==

Hi,

I feel like this has been asked a number of times but I couldn't easily find the answer.

My perfSONAR 5 MaDDash grid is working well, reflecting real up/down state of the net.  Using Archive, I can see the history graphs between various hosts.

BUT, when I click on one of the small green squares, The graphs page opens, as it should, but in the lower portion of the page is a red banner, with Error Loading Data. (and no graphs appear).  Also the Source and Destination blocks are empty.

Things tried, disable selinux, checked opensearch is happy, tried it on a different OS version, (both R9 and D10 have the same issue).

Suggestions anyone?

Phil

A minimized json file only looking at RTT, this file is 'published' and 'remote add' on MaDDash server.  Archive and MaDDash are on the same system
{
  "_meta": {
    "display-name": "ps-v5-grid"
  },
  "archives": {
    "opensearch-archive": {
      "archiver": "http",
      "data": {
        "schema": 3,
        "_url": "http://192.168.0.34/logstash";,
        "verify-ssl": false,
        "op": "put",
        "_headers": {
          "x-ps-observer": "{% scheduled_by_address %}",
          "content-type": "application/json"
        }
      },
      "_meta": {
        "esmond_url": "http://192.168.0.34/esmond/perfsonar/archive/";
      }
    }
  },
  "addresses": {
    "ps1": {
      "address": "192.168.0.31"
    },
    "ps2": {
      "address": "192.168.0.32"
    },
    "ps3": {
      "address": "192.168.0.33"
    }
  },
  "groups": {
    "Home_group_mesh": {
      "type": "mesh",
      "addresses": [
        {
          "name": "ps1"
        },
        {
          "name": "ps2"
        },
        {
          "name": "ps3"
        }
      ]
    }
  },
  "tests": {
    "test_rtt": {
      "type": "rtt",
      "spec": {
        "source": "{% address[0] %}",
        "dest": "{% address[1] %}",
        "count": 10,
        "interval": "PT1S",
        "length": 1000
      }
    }
  },
  "schedules": {
    "Home_schedule_PT10M": {
      "repeat": "PT10M",
      "sliprand": true,
      "slip": "PT10M"
    }
  },
  "tasks": {
    "MD-PS5-task_rtt": {
      "group": "Home_group_mesh",
      "test": "test_rtt",
      "schedule": "Home_schedule_PT10M",
      "archives": [
        "opensearch-archive"
      ],
      "_meta": {
        "display-name": "MD-PS5-All to All-2"
      }
    }
  }
}




Archive powered by MHonArc 2.6.24.

Top of Page