Containerize the monitor with production and dev compose stacks, fix healthchecks and port handling, and make the dashboard base path configurable for direct or proxied access. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
No EOL
405 B
JSON
19 lines
No EOL
405 B
JSON
{
|
|
"db561361-09a3-41fd-9031-f6fa84443cab": {
|
|
"connected": {
|
|
"minutes": 20,
|
|
"message": "On call too long"
|
|
},
|
|
"wrapup": {
|
|
"minutes": 12
|
|
},
|
|
"idle": {
|
|
"minutes": 90
|
|
},
|
|
"break": {
|
|
"minutes": 61,
|
|
"idleCodes": ["Break", "Lunch", "Personal Call", "WellbeingBreak", "Meeting", "Coaching", "Project"],
|
|
"message": "On break too long"
|
|
}
|
|
}
|
|
} |