Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Central Measurement Archive

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Central Measurement Archive


Chronological Thread 
  • From: Andrew Lake <>
  • To: Johann Hugo <>,
  • Subject: Re: [perfsonar-user] Central Measurement Archive
  • Date: Fri, 12 May 2023 06:24:11 -0700

Hi,

You would add that to the PWA archiver config. I don’t have a PWA interface in front of me, but I believe there is a way to add raw json to the archiver config, so you should be able to use that since there will not be pulldowns for all the options (a PWA refresh is a something we are looking at currently, but still quite a ways out). Alternatively, on the measurement hosts (i.e. the host running pscheduler and doing the actual measurements) you can add the JSON from that command into a .json file) under /etc/perfsonar/psconfig/archives.d. You can name the file whatever you want as long as it ends in .json.

Thanks,
Andy


On May 12, 2023 at 4:31:03 AM, Johann Hugo () wrote:

Hi all

I'm trying to get a new central measurement archive running, using authentication by IP address:

I've done the following:

yum install perfsonar-archive
- vi /etc/httpd/conf.d/apache-logstash.conf 
     Require ip 155.232.40.0/24
- /usr/lib/perfsonar/archive/perfsonar-scripts/psconfig_archive.sh -a none -n perf-cm.sanren.ac.za
{
    "archiver": "http",
    "data": {
        "schema": 3,
        "_url": "https://perf-cm.sanren.ac.za/logstash",
        "verify-ssl": false,
        "op": "put",
        "_headers": {
            "x-ps-observer": "{% scheduled_by_address %}",
            "content-type": "application/json"
        },
        "_meta": {
            "esmond_url": "https://perf-cm.sanren.ac.za/esmond/perfsonar/archive/"
        }
    }
}

According to the docs, this is the next step:
Copy above to your central pSConfig template and your measurement hosts should begin archiving

I'm not sure what or how I should do this. Should I add it somewhere to the PWA json config file that the measurement hosts download, or somewhere on my archive/MadDash server ?

Regards
Johann

--
SANReN Engineer
South African National Research Network (SANReN)
National Integrated Cyber Infrastructure System (NICIS)
CSIR NextGen Enterprises and Institutions Cluster

Office: 012 841 2066Email: Website: www.sanren.ac.za / www.csir.co.za

--
To unsubscribe from this list: https://lists.internet2.edu/sympa/signoff/perfsonar-user



Archive powered by MHonArc 2.6.24.

Top of Page