xjedam / kwatchdog

A small application for system monitoring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kwatchdog

A small application for system monitoring.

Adding server status examples:

Connect to your mongo database and prepare any date and the server you want to create status for

var date = new Date()
var sid = db.servers.find()[0]._id

You can save status object as shown below:

db.status.save({server_id: sid, date: date, online: false, info: ""})
date = new Date(date.valueOf() - 86400000)

About

A small application for system monitoring.


Languages

Language:JavaScript 62.7%Language:Scala 33.8%Language:Perl 2.4%Language:Shell 1.0%