UNPKG

@porosys/pss

Version:

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

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