-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
It would be nice to be able to set or change the offline cause for nodes, so users can see why nodes are marked as offline.
Like this
ComputerWithDetails computer = ... if (!computer.getOffline()){ computer.toggleOffline(); computer.changeOfflineCause("Scheduled for termination"); }