UNPKG

@porosys/ndtool

Version:

Netdata alert and automation tool

9 lines (7 loc) 282 B
import { setupConfigChangeAlert } from './helpers/setup-config-change-alert/setup-config-change-alert.helper'; export const setupSshConfigAlert = async () => { await setupConfigChangeAlert({ alertName: 'ssh_config_change', monitoredFile: '/etc/ssh/sshd_config', }); };