@porosys/pss
Version:
Porosys Server Setup (pss): General-purpose server setup and automation tool (including Netdata management)
9 lines (7 loc) • 309 B
text/typescript
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:"',
});
};