UNPKG

@porosys/ndtool

Version:

Netdata alert and automation tool

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