async run()

in monitoring/src/config.ts [63:67]


	async run(): Promise<void> {
		if (this._config) {
			await this._config.checkFunction(this._config);
		}
	}