ntfd is a library for building daemons to continuously run ntf tests. ntfd runs ntf tests at specified intervals in an infinite loop and sends the results to ntfserver.
See the ntf homepage for more details about the ntf framework.
Clone repository
git clone git://github.com/shutterstock/ntfd.git
Switch to example
directory
cd ntfd/example
Install requirements
npm install
Run daemon
node .
This work is licensed under the MIT License (see the LICENSE file).