0.1.0 • Published 7 years ago

system-monitor v0.1.0

Weekly downloads
7
License
-
Repository
github
Last release
7 years ago

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