Interface StatusMonitorManager
- All Known Implementing Classes:
Icinga2StatusMonitorManagerImpl,NullStatusMonitorManagerImpl,StatusCakeStatusMonitorManagerImpl
public interface StatusMonitorManager
A service that handles status monitoring.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateStatus(int runningJobs, int nBoardsInUse) Send a heart beat to the status monitoring service to indicate that we are alive.
-
Method Details
-
updateStatus
void updateStatus(int runningJobs, int nBoardsInUse) Send a heart beat to the status monitoring service to indicate that we are alive.- Parameters:
runningJobs- The number of running jobs.nBoardsInUse- The number of boards currently allocated.
-