Skip to Content.
Sympa Menu

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

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Central Measurement Archive


Chronological Thread 
  • From: Johann Hugo <>
  • To:
  • Subject: [perfsonar-user] Central Measurement Archive
  • Date: Fri, 12 May 2023 10:29:16 +0200

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




Archive powered by MHonArc 2.6.24.

Top of Page