0.1.1 • Published 10 years ago

httpha v0.1.1

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

Build Status Coverage Status

About

httpha

Usage

var httpha = require('httpha');

var ha = httpha.create({
  'interval' : 1000,
}, httpha.httpStatusChecker('/status', 1000));

ha.add({'hostname' : '127.0.0.1', 'port' : 8080});
ha.add({'hostname' : '127.0.0.2', 'port' : 8080});
ha.add({'hostname' : '127.0.0.1', 'port' : 8081});

ha.fetch();

License

MIT

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago