UNPKG

@porosys/ndtool

Version:

Netdata alert and automation tool

9 lines (7 loc) 266 B
import { setupConfigChangeAlert } from './helpers/setup-config-change-alert/setup-config-change-alert.helper'; export const setupPasswdAlert = async () => { await setupConfigChangeAlert({ alertName: 'passwd_change', monitoredFile: '/etc/passwd', }); };