Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Aug 22, 2024
1 parent 8029b60 commit aec7af3
Show file tree
Hide file tree
Showing 310 changed files with 26,118 additions and 55,482 deletions.
368 changes: 185 additions & 183 deletions FAQ.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
{
"addresses": {
"lat1": {
"address": "lat1.perfsonar.net"
},
"thr1": {
"address": "thr1.perfsonar.net"
},
"thrlat1": {
"address": "thrlat1.perfsonar.net"
},
"lat2": {
"address": "lat2.perfsonar.net"
},
"thr2": {
"address": "thr2.perfsonar.net"
}
},
"groups": {
"latency_group": {
"type": "mesh",
"addresses": [
{"name": "lat1"},
{"name": "thrlat1"},
{"name": "lat2"}
]
},
"throughput_group": {
"type": "mesh",
"addresses": [
{"name": "thr1"},
{"name": "thrlat1"},
{"name": "thr2"}
]
}
},
"tests": {
"latency_test": {
"type": "latencybg",
"spec": {
"source": "{% address[0] %}",
"dest": "{% address[1] %}",
"packet-interval": 0.1,
"packet-count": 600
}
},
"throughput_test": {
"type": "throughput",
"spec": {
"source": "{% address[0] %}",
"dest": "{% address[1] %}",
"duration": "PT30S"
}
}
},
"archives": {
"esmond_archive": {
"archiver": "esmond",
"data": {
"url": "https://esmond.archive.perfsonar.net/esmond/perfsonar/archive",
"measurement-agent": "{% scheduled_by_address %}"
}
}
},
"schedules": {
"every_4_hours": {
"repeat": "PT4H",
"slip": "PT4H",
"sliprand": true
}
},
"tasks": {
"latency_task": {
"group": "latency_group",
"test": "latency_test",
"archives": ["esmond_archive"]
},
"throughput_task": {
"group": "throughput_group",
"test": "throughput_test",
"archives": ["esmond_archive"],
"schedule": "every_4_hours"
}
}
{
"addresses": {
"lat1": {
"address": "lat1.perfsonar.net"
},
"thr1": {
"address": "thr1.perfsonar.net"
},
"thrlat1": {
"address": "thrlat1.perfsonar.net"
},
"lat2": {
"address": "lat2.perfsonar.net"
},
"thr2": {
"address": "thr2.perfsonar.net"
}
},
"groups": {
"latency_group": {
"type": "mesh",
"addresses": [
{"name": "lat1"},
{"name": "thrlat1"},
{"name": "lat2"}
]
},
"throughput_group": {
"type": "mesh",
"addresses": [
{"name": "thr1"},
{"name": "thrlat1"},
{"name": "thr2"}
]
}
},
"tests": {
"latency_test": {
"type": "latencybg",
"spec": {
"source": "{% address[0] %}",
"dest": "{% address[1] %}",
"packet-interval": 0.1,
"packet-count": 600
}
},
"throughput_test": {
"type": "throughput",
"spec": {
"source": "{% address[0] %}",
"dest": "{% address[1] %}",
"duration": "PT30S"
}
}
},
"archives": {
"esmond_archive": {
"archiver": "esmond",
"data": {
"url": "https://esmond.archive.perfsonar.net/esmond/perfsonar/archive",
"measurement-agent": "{% scheduled_by_address %}"
}
}
},
"schedules": {
"every_4_hours": {
"repeat": "PT4H",
"slip": "PT4H",
"sliprand": true
}
},
"tasks": {
"latency_task": {
"group": "latency_group",
"test": "latency_test",
"archives": ["esmond_archive"]
},
"throughput_task": {
"group": "throughput_group",
"test": "throughput_test",
"archives": ["esmond_archive"],
"schedule": "every_4_hours"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
{

"addresses": {
"circle1": {
"address": "circle1.perfsonar.net",
"_meta": {
"shape": "circle",
"color": "blue"
}
},
"circle2": {
"address": "circle2.perfsonar.net",
"_meta": {
"shape": "circle",
"color": "red"
}
},
"circle3": {
"address": "circle3.perfsonar.net",
"_meta": {
"shape": "circle",
"color": "green"
}
}
},

"groups": {
"colors_mesh": {
"type": "mesh",
"addresses": [
{"name": "circle1"},
{"name": "circle2"},
{"name": "circle3"}
]
}
},

"tests": {
"colors_test": {
"type": "colors",
"spec": {
"color1": "{% jq .addresses[0]._meta.color %}",
"color2": "{% jq .addresses[1]._meta.color %}"
}
}
},

"schedules": {
"colors_schedule": {
"repeat": "PT1H",
"slip": "PT1H",
"sliprand": true
}
},

"archives": {
"colors_archive": {
"archiver": "syslog",
"data": {
"facility": "local6",
"priority": "info"
}
}
},

"tasks": {
"colors_task": {
"group": "colors_group",
"test": "colors_test",
"schedule": "colors_schedule",
"archives": [
"colors_archive"
]
}
}

}
{

"addresses": {
"circle1": {
"address": "circle1.perfsonar.net",
"_meta": {
"shape": "circle",
"color": "blue"
}
},
"circle2": {
"address": "circle2.perfsonar.net",
"_meta": {
"shape": "circle",
"color": "red"
}
},
"circle3": {
"address": "circle3.perfsonar.net",
"_meta": {
"shape": "circle",
"color": "green"
}
}
},

"groups": {
"colors_mesh": {
"type": "mesh",
"addresses": [
{"name": "circle1"},
{"name": "circle2"},
{"name": "circle3"}
]
}
},

"tests": {
"colors_test": {
"type": "colors",
"spec": {
"color1": "{% jq .addresses[0]._meta.color %}",
"color2": "{% jq .addresses[1]._meta.color %}"
}
}
},

"schedules": {
"colors_schedule": {
"repeat": "PT1H",
"slip": "PT1H",
"sliprand": true
}
},

"archives": {
"colors_archive": {
"archiver": "syslog",
"data": {
"facility": "local6",
"priority": "info"
}
}
},

"tasks": {
"colors_task": {
"group": "colors_group",
"test": "colors_test",
"schedule": "colors_schedule",
"archives": [
"colors_archive"
]
}
}

}
Binary file removed _images/directory-host.png
Binary file not shown.
Binary file removed _images/directory-map.png
Binary file not shown.
Binary file removed _images/directory-search.png
Binary file not shown.
Binary file added _images/editbutton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/install_fullinstall-graph-1boot.png
Binary file not shown.
Binary file not shown.
Binary file removed _images/install_fullinstall-install-reboot.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _images/install_fullinstall-install-summary.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _images/install_fullinstall-language.png
Binary file not shown.
Binary file removed _images/install_netinstall-graph-1boot.png
Binary file not shown.
Binary file not shown.
Binary file removed _images/install_netinstall-install-reboot.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed _images/install_netinstall-install-summary.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed _images/install_netinstall-language.png
Diff not rendered.
Binary file removed _images/install_netinstall-network-general.png
Diff not rendered.
Diff not rendered.
Binary file modified _images/install_options-bundle_tree.png
Binary file removed _images/maddash-access-home.png
Diff not rendered.
Binary file removed _images/maddash-access-login.png
Diff not rendered.
Binary file removed _images/maddash-addevent-access.png
Diff not rendered.
Binary file removed _images/maddash-addevent-scheduled.png
Diff not rendered.
Binary file removed _images/maddash-delevent-process.png
Diff not rendered.
Binary file removed _images/maddash-reschedule-access.png
Diff not rendered.
Binary file removed _images/maddash-reschedule-example.png
Diff not rendered.
Binary file removed _images/maddash-resources.png
Diff not rendered.
Binary file removed _images/maddash-select-all.png
Diff not rendered.
Binary file removed _images/maddash-select-grids.png
Diff not rendered.
Binary file removed _images/maddash-select-one.png
Diff not rendered.
Binary file removed _images/maddash-select-rowcol.png
Diff not rendered.
Binary file removed _images/maddash-server-settings.png
Diff not rendered.
Binary file removed _images/maddash-viewevent-access.png
Diff not rendered.
Binary file removed _images/maddash-viewevent-list.png
Diff not rendered.
Binary file removed _images/manage_logs-list.png
Diff not rendered.
Binary file removed _images/manage_logs-main.png
Diff not rendered.
Binary file removed _images/psconfig_maddash_agent-arch.png
Diff not rendered.
Binary file removed _images/psconfig_mesconfig_migrate-force_bidir_1.png
Diff not rendered.
Binary file removed _images/psconfig_mesconfig_migrate-force_bidir_2.png
Diff not rendered.
Binary file removed _images/psconfig_mesconfig_migrate-force_bidir_3.png
Diff not rendered.
Binary file removed _images/psconfig_mesconfig_migrate-force_bidir_4.png
Diff not rendered.
Binary file removed _images/psconfig_mesconfig_migrate-force_bidir_5.png
Diff not rendered.
Diff not rendered.
Loading

0 comments on commit aec7af3

Please sign in to comment.