UNPKG

@porosys/pss

Version:

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

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