2020-04-10 00:43:15 +02:00
|
|
|
import * as MonitoringService from "../services/monitoringService";
|
2020-04-08 23:41:04 +02:00
|
|
|
|
|
|
|
export default {
|
|
|
|
name: 'NodeInformationRetrievalJob',
|
|
|
|
description: 'Fetches the nodes.json and calculates and stores the monitoring / online status for registered nodes.',
|
|
|
|
|
2020-04-10 00:43:15 +02:00
|
|
|
run: MonitoringService.retrieveNodeInformation,
|
2020-04-08 23:41:04 +02:00
|
|
|
};
|