UNPKG

nsolid-manager

Version:

A manager that sets up and runs N|Solid for you

20 lines (10 loc) 556 B
# N|Solid Management Console Scripts The files in this directory can be used as a guide to setup the collection daemon on Linux systems. ## nsolid-console.rc This JSON file should be copied to `~ns/.nsolid-consolerc` and modified to suit your network configuration. ## Linux Flavors ### Ubuntu (upstart) Copy the `nsolid-console.conf` file to `/etc/init/nsolid-console.conf` and configure as appropriate. `cp ~ns/nsolid-console/scripts/nsolid-console.conf /etc/init/nsolid-console.conf` Then start the daemon using: `initctl start nsolid-console`