Files
pulse/data/custom-thresholds.json
T
courtmanr@gmail.com 1d3fb22e48 fix: resolve custom threshold dropdown validation error
- Client now uses 'auto-detect' placeholder when node can't be determined
- Server handles node auto-detection by looking up VM/LXC in current state
- Fixes 'Please select a VM/LXC from the dropdown first' error in v3.17.3
- Addresses issue #110
2025-06-01 20:51:53 +01:00

16 lines
310 B
JSON

{
"primary:103": {
"endpointId": "primary",
"nodeId": "auto-detect",
"vmid": "103",
"thresholds": {
"disk": {
"warning": 70,
"critical": 80
}
},
"enabled": true,
"createdAt": "2025-06-01T19:50:34.784Z",
"updatedAt": "2025-06-01T19:50:34.784Z"
}
}