https://github.com/blakek/servmon
Flexible server monitoring and administration. Very much a work-in-progress.
https://github.com/blakek/servmon
Last synced: 29 days ago
JSON representation
Flexible server monitoring and administration. Very much a work-in-progress.
- Host: GitHub
- URL: https://github.com/blakek/servmon
- Owner: blakek
- License: apache-2.0
- Created: 2015-01-12T19:59:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T04:45:06.000Z (over 9 years ago)
- Last Synced: 2025-08-21T05:55:33.049Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# servmon
Flexible server monitoring and administration. Hugely in progress
## Requirements
All you have to have to run this software is:
- node.js (with npm) installed and working
## Getting started
First, you'll want to download the node dependencies. The easiest way is to change to the directory you downloaded this to, and type:
`npm install`
Then, any time you want to start the server, simply type:
`npm start`
If node and npm are working correctly, you should get a message telling you where you can navigate in a browser to actually see what you're running. You may also simply try opening a browser and navigating to
`http://localhost:4454/`