UNPKG

@porosys/ndtool

Version:

Netdata alert and automation tool

5 lines (4 loc) 238 B
import { setupServiceDeactiveAlert } from './helpers/setup-service-deactive-alert/setup-service-deactive-alert.helper.js'; export const setupMockServiceDeactiveAlert = async () => { await setupServiceDeactiveAlert('mock-service'); };