UNPKG

@porosys/ndtool

Version:

Netdata alert and automation tool

9 lines (7 loc) 309 B
import { setupConfigChangeAlert } from './helpers/setup-config-change-alert/setup-config-change-alert.helper'; export const setupUfwAlert = async () => { await setupConfigChangeAlert({ alertName: 'ufw_config_change', monitoredCommand: 'ufw status verbose | grep -vE "^Status:|^Logging:"', }); };