system-monitor

0.1.0 • Public • Published

system-monitor

Monitoring free memory and cpu angli time.

How To Install

git clone https://github.com/eagle7410/system-monitor.git
cd system-monitor
npm install
node server.js

Need mongodb. Have config file. Path to config file PROJECT_DIR/conf/index.json Inner text him.

{
    "server": {
        "port" : 3001
    },
    "db" : {
        "type" :"mongo",
        "port" : "localhost",
        "name" : "systemMonitor",
        "storeDays" : 12
    },
    "users" : [
        {
            "login" : "igor",
            "pass"  : "qwerty"
        }
    ]
}

Example see statistics.
In work screenshot

People

Developer is Igor Stcherbina

License

MIT License

Package Sidebar

Install

npm i system-monitor

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • igor_stcherbina