@porosys/pss
v0.0.6
Published
Porosys Server Setup (pss): General-purpose server setup and automation tool (including Netdata management)
Maintainers
Readme
pss (Porosys Server Setup)
A general-purpose server setup and automation tool, including Netdata management and alerting.
Installation
From npm (recommended)
You can install pss globally:
npm install -g @porosys/pssFrom source
Clone the repository and install dependencies:
git clone <your-repo-url>
cd pss
npm install
npm run buildYou can then run the CLI with:
node dist/bin/pss.js <group> <command>Or, for development:
npx ts-node bin/pss.ts <group> <command>Usage
pss <group> <command>Groups
netdata— Netdata installation, configuration, and alert management
Netdata Commands
installInstall Netdata and setup monitoringuninstallUninstall NetdatarestartRestart NetdataconfigConfigure Netdataadd-alertAdd or manage Netdata alerts
Example
pss netdata install
pss netdata add-alertFeatures
- Netdata installation, configuration, and alert management
- Interactive CLI for adding and managing alerts
- Designed to be extensible for other server setup tasks in the future
