UNPKG

@porosys/pss

Version:

Porosys Server Setup (pss): General-purpose server setup and automation tool (including Netdata management)

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