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 setupShadowAlert = async () => { await setupConfigChangeAlert({ alertName: 'shadow_change', monitoredFile: '/etc/shadow', }); };