mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2024-12-26 13:39:04 +01:00
242 lines
5.3 KiB
JSON
242 lines
5.3 KiB
JSON
{
|
|
"addr": "0.0.0.0:443",
|
|
"stop-jobs-exceeding-walltime": 288000,
|
|
"short-running-jobs-duration": 300,
|
|
"ldap": {
|
|
"url": "ldaps://hpcldap.rrze.uni-erlangen.de",
|
|
"user_base": "ou=people,ou=hpc,dc=rrze,dc=uni-erlangen,dc=de",
|
|
"search_dn": "cn=hpcmonitoring,ou=roadm,ou=profile,ou=hpc,dc=rrze,dc=uni-erlangen,dc=de",
|
|
"user_bind": "uid={username},ou=people,ou=hpc,dc=rrze,dc=uni-erlangen,dc=de",
|
|
"user_filter": "(&(objectclass=posixAccount))",
|
|
"sync_interval": "24h"
|
|
},
|
|
"jwts": {
|
|
"syncUserOnLogin": true,
|
|
"updateUserOnLogin": true,
|
|
"trustedIssuer": "https://portal.hpc.fau.de/",
|
|
"validateUser": false,
|
|
"max-age": "168h"
|
|
},
|
|
"https-cert-file": "/etc/letsencrypt/live/monitoring.nhr.fau.de/fullchain.pem",
|
|
"https-key-file": "/etc/letsencrypt/live/monitoring.nhr.fau.de/privkey.pem",
|
|
"user": "clustercockpit",
|
|
"group": "clustercockpit",
|
|
"archive": {
|
|
"kind": "file",
|
|
"path": "./var/job-archive",
|
|
"compression": 7,
|
|
"retention": {
|
|
"policy": "none"
|
|
}
|
|
},
|
|
"enable-resampling": {
|
|
"trigger": 30,
|
|
"resolutions": [
|
|
600,
|
|
300,
|
|
120,
|
|
60
|
|
]
|
|
},
|
|
"emission-constant": 317,
|
|
"ui-defaults": {
|
|
"analysis_view_histogramMetrics": [
|
|
"flops_any",
|
|
"mem_bw",
|
|
"mem_used"
|
|
],
|
|
"analysis_view_scatterPlotMetrics": [
|
|
[
|
|
"flops_any",
|
|
"mem_bw"
|
|
],
|
|
[
|
|
"flops_any",
|
|
"cpu_load"
|
|
],
|
|
[
|
|
"cpu_load",
|
|
"mem_bw"
|
|
]
|
|
],
|
|
"job_view_nodestats_selectedMetrics": [
|
|
"flops_any",
|
|
"mem_bw",
|
|
"mem_used"
|
|
],
|
|
"job_view_polarPlotMetrics": [
|
|
"flops_any",
|
|
"mem_bw",
|
|
"mem_used"
|
|
],
|
|
"job_view_selectedMetrics": [
|
|
"flops_any",
|
|
"mem_bw",
|
|
"mem_used"
|
|
],
|
|
"job_view_showFootprint": true,
|
|
"job_list_usePaging": false,
|
|
"plot_general_colorBackground": true,
|
|
"plot_general_colorscheme": [
|
|
"#00bfff",
|
|
"#0000ff",
|
|
"#ff00ff",
|
|
"#ff0000",
|
|
"#ff8000",
|
|
"#ffff00",
|
|
"#80ff00"
|
|
],
|
|
"plot_general_lineWidth": 3,
|
|
"plot_list_jobsPerPage": 10,
|
|
"plot_list_selectedMetrics": [
|
|
"cpu_load",
|
|
"mem_used",
|
|
"flops_any",
|
|
"mem_bw"
|
|
],
|
|
"plot_view_plotsPerRow": 3,
|
|
"plot_view_showPolarplot": true,
|
|
"plot_view_showRoofline": true,
|
|
"plot_view_showStatTable": true,
|
|
"system_view_selectedMetric": "cpu_load",
|
|
"analysis_view_selectedTopEntity": "user",
|
|
"analysis_view_selectedTopCategory": "totalWalltime",
|
|
"status_view_selectedTopUserCategory": "totalJobs",
|
|
"status_view_selectedTopProjectCategory": "totalJobs"
|
|
},
|
|
"clusters": [
|
|
{
|
|
"name": "fritz",
|
|
"metricDataRepository": {
|
|
"kind": "cc-metric-store",
|
|
"url": "http://localhost:8082",
|
|
"token": "-"
|
|
},
|
|
"filterRanges": {
|
|
"numNodes": {
|
|
"from": 1,
|
|
"to": 64
|
|
},
|
|
"duration": {
|
|
"from": 0,
|
|
"to": 86400
|
|
},
|
|
"startTime": {
|
|
"from": "2022-01-01T00:00:00Z",
|
|
"to": null
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "alex",
|
|
"metricDataRepository": {
|
|
"kind": "cc-metric-store",
|
|
"url": "http://localhost:8082",
|
|
"token": "-"
|
|
},
|
|
"filterRanges": {
|
|
"numNodes": {
|
|
"from": 1,
|
|
"to": 64
|
|
},
|
|
"duration": {
|
|
"from": 0,
|
|
"to": 86400
|
|
},
|
|
"startTime": {
|
|
"from": "2022-01-01T00:00:00Z",
|
|
"to": null
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "woody",
|
|
"metricDataRepository": {
|
|
"kind": "cc-metric-store",
|
|
"url": "http://localhost:8082",
|
|
"token": "-"
|
|
},
|
|
"filterRanges": {
|
|
"numNodes": {
|
|
"from": 1,
|
|
"to": 1
|
|
},
|
|
"duration": {
|
|
"from": 0,
|
|
"to": 172800
|
|
},
|
|
"startTime": {
|
|
"from": "2020-01-01T00:00:00Z",
|
|
"to": null
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "tinyfat",
|
|
"metricDataRepository": {
|
|
"kind": "cc-metric-store",
|
|
"url": "http://localhost:8082",
|
|
"token": "-"
|
|
},
|
|
"filterRanges": {
|
|
"numNodes": {
|
|
"from": 1,
|
|
"to": 1
|
|
},
|
|
"duration": {
|
|
"from": 0,
|
|
"to": 172800
|
|
},
|
|
"startTime": {
|
|
"from": "2020-01-01T00:00:00Z",
|
|
"to": null
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "tinygpu",
|
|
"metricDataRepository": {
|
|
"kind": "cc-metric-store",
|
|
"url": "http://localhost:8082",
|
|
"token": "-"
|
|
},
|
|
"filterRanges": {
|
|
"numNodes": {
|
|
"from": 1,
|
|
"to": 1
|
|
},
|
|
"duration": {
|
|
"from": 0,
|
|
"to": 172800
|
|
},
|
|
"startTime": {
|
|
"from": "2020-01-01T00:00:00Z",
|
|
"to": null
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "meggie",
|
|
"metricDataRepository": {
|
|
"kind": "cc-metric-store",
|
|
"url": "http://localhost:8082",
|
|
"token": "-"
|
|
},
|
|
"filterRanges": {
|
|
"numNodes": {
|
|
"from": 1,
|
|
"to": 64
|
|
},
|
|
"duration": {
|
|
"from": 0,
|
|
"to": 86400
|
|
},
|
|
"startTime": {
|
|
"from": "2018-01-01T00:00:00Z",
|
|
"to": null
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|