UNPKG

@porosys/ndtool

Version:

Netdata alert and automation tool

6 lines (4 loc) 230 B
import { setupServiceDeactiveAlert } from './helpers/setup-service-deactive-alert/setup-service-deactive-alert.helper'; export const setupMongodServiceDeactiveAlert = async () => { await setupServiceDeactiveAlert('mongod'); };