Socket
Book a DemoInstallSign in
Socket

crossmon-server

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crossmon-server

Server-Monitoring-App written in JavaScript

Source
npmnpm
Version
0.0.7
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Description

Crossmon-server is a monitoring server for linux and osx. Crossmon-server can handle multiple servers in a network. Results can be displayed in a html5 compatible browser.

Requirements

  • node.js -- v0.8.0 or newer

Installation

npm install crossmon-server

A sample configuration file can be found in the module directory. At the startup crossmon-server searches for a configuration file. This is the search order:

  • /etc/crossmon/config.json
  • [module-home-directory]/config.json
  • [module-home-directory]/config.sample.json

Depending on your configuration you need to install a database module:

  • npm install sqlite3 for storing the data in a sqlite-database
  • npm install mysql for storing the data in a mysql-database
  • other databases comming soon ...

Running

node server.js

or

foerver start server.js

FAQs

Package last updated on 07 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts