Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
szymontrocha committed Jul 25, 2024
1 parent ea66ddf commit 8029b60
Show file tree
Hide file tree
Showing 309 changed files with 55,653 additions and 26,293 deletions.
383 changes: 185 additions & 198 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 added _images/directory-host.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 added _images/directory-map.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 added _images/directory-search.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/editbutton.png
Binary file not shown.
Binary file added _images/install_fullinstall-graph-1boot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/install_fullinstall-install-reboot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/install_fullinstall-install-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/install_fullinstall-language.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 added _images/install_netinstall-graph-1boot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/install_netinstall-install-reboot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/install_netinstall-install-summary.png
Binary file added _images/install_netinstall-language.png
Binary file added _images/install_netinstall-network-general.png
Binary file added _images/maddash-access-home.png
Binary file added _images/maddash-access-login.png
Binary file added _images/maddash-addevent-access.png
Binary file added _images/maddash-addevent-scheduled.png
Binary file added _images/maddash-delevent-process.png
Binary file added _images/maddash-reschedule-access.png
Binary file added _images/maddash-reschedule-example.png
Binary file added _images/maddash-resources.png
Binary file added _images/maddash-select-all.png
Binary file added _images/maddash-select-grids.png
Binary file added _images/maddash-select-one.png
Binary file added _images/maddash-select-rowcol.png
Binary file added _images/maddash-server-settings.png
Binary file added _images/maddash-viewevent-access.png
Binary file added _images/maddash-viewevent-list.png
Binary file added _images/manage_logs-list.png
Binary file added _images/manage_logs-main.png
Binary file added _images/psconfig_maddash_agent-arch.png
Loading

0 comments on commit 8029b60

Please sign in to comment.