UNPKG

@joergmittaglawo/dmvconfig

Version:

DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.

20 lines 635 B
/** * Runs the Monitoring Objects Configuration * @packageDocumentation * * @version 0.0.0-alpha.0 * @date 2020-04-18 * @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com> * @license SPDX-License-Identifier: MIT */ import type { VMatrix } from 'vapi'; import type { DMVConfig } from '../conf'; /** * Runs the Monitoring Objects Configuration * * @param config The DMV Configuration * @param master An open VMatrix connection to the cluster master */ export declare function runMosConfig({ monitoringObjects: mos }: DMVConfig, master: VMatrix): Promise<void>; export default runMosConfig; //# sourceMappingURL=mos.d.ts.map