UNPKG

@porosys/ndtool

Version:

Netdata alert and automation tool

14 lines (13 loc) 459 B
import { installStatsd } from '../../../utils/install-statsd.util.js'; import { uninstallStatsd } from '../../../utils/uninstall-statsd.util.js'; export const configChangeAlertDeps = [ { binary: 'nc', packageName: 'netcat' }, { binary: 'cron', packageName: 'cron' }, { binary: 'md5sum', packageName: 'coreutils' }, { binary: 'statsd', custom: true, install: installStatsd, uninstall: uninstallStatsd, }, ];