Skip to content

dkozma/ntfserver

This branch is 20 commits behind shutterstock/ntfserver:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2881bea · Oct 1, 2013
Jun 1, 2012
Apr 4, 2013
Jun 7, 2012
Apr 4, 2013
Jan 10, 2013
Feb 25, 2013
Mar 27, 2012
Mar 27, 2012
Jan 31, 2012
Sep 25, 2013
Oct 1, 2013
Sep 25, 2013

Repository files navigation

ntfserver

ntfserver is a centralized server for collecting and displaying ntfd data.

It's part of ntf, a network testing framework.

See the ntf homepage for more details about the ntf framework.

Requirements

Getting Started

  • Start mysql/mariadb

  • Create an 'ntf' database

    create database 'ntf';

  • Create a database user that has create table and select/insert/udpate/delete privileges

  • Start redis

  • Start ntfserver

    ./bin/ntfserver --mysql-user=ntf-user --mysql-password='password' # see lib/index.js for other command-line options

  • Visit the dashboard at http://127.0.0.1:8000/

Developer Tips & Tricks

  • Store test results

     curl \
         -H 'Content-Type: application/json' \
         -d @./test/assets/suite.json \
         http://127.0.0.1:8000/store
    

License

This work is licensed under the MIT License (see the LICENSE file).

About

Network Testing Framework Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.8%
  • CSS 1.1%
  • Ruby 0.1%