Skip to content

Commit

Permalink
node.de
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Oct 18, 2011
1 parent 29df6a6 commit cafd620
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,9 @@ Status Dashboard

Status Dashboard is status page for your configured services or applications.

See the [Nodester](http://nodester.com) demo: [http://statusdashboard.nodester.com](http://statusdashboard.nodester.com)
Demo:
* @ [Nodester](http://nodester.com) demo: [http://statusdashboard.nodester.com](http://statusdashboard.nodester.com)
* @ [No.de](https://no.de) demo: [http://statusdashboard.no.de](http://statusdashboard.no.de)

Screenshots
=======
Expand Down
23 changes: 23 additions & 0 deletions settings.js
Expand Up @@ -173,6 +173,29 @@ exports.create = function() {
}]
};

settings['no.de'] = {
hostname: '0.0.0.0',
port: 80,
services: [{
name: 'bazoud.free.fr - test1',
label: 'Olivier Bazoud blog test1',
check: 'http',
host: 'bazoud.free.fr',
port: '80',
path: '/',
headers: {
'Host': 'bazoud.free.fr'
}
}, {
name: 'bazoud.free.fr - test2',
label: 'Olivier Bazoud blog test2',
check: 'http',
host: 'bazoud.free.fr',
port: '80',
path: '/test.php'
}]
};

var mySettings = defaults;

// logger.log("Dumping defaults:\r\n" + JSON.stringify(mySettings));
Expand Down

0 comments on commit cafd620

Please sign in to comment.