UNPKG

@porosys/pss

Version:

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

7 lines (6 loc) 160 B
export type NetdataConfig = { port: string; restartPolicy: 'always' | 'ask' | 'never'; healthdPath?: string; healthScriptsPath?: string; };