UNPKG

@porosys/pss

Version:

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

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', }); };