GithubHelp home page GithubHelp logo

gwemox / fireping Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mmarchand/fireping

0.0 2.0 0.0 156 KB

NodeJS rewrite of Smokeping

License: GNU General Public License v3.0

JavaScript 88.11% HTML 11.89%

fireping's Introduction

NodeJS rewrite of Smokeping \o/

Requirements

Influxdb (any version >0.10) NodeJS (version 4 stable should do it)

Installation

npm install
cp conf.js.default conf.js 

then edit conf.js to fit your install

Create your sqlite3 database:

sqlite3 fireping.db
> CREATE TABLE targets (id INTEGER PRIMARY KEY, target VARCHAR(15), hostname VARCHAR(255));

Run with :

npm start 

there is a very basic web UI which is only used to add new targets to the sqlite3 db for now, use this link: http://127.0.0.1:3001/targets/ or you can push them in DB directly of course

Use grafana to make beautiful graphs ;) (sample dashboard provided in grafana-dashboard.json file) -Create data sources with grafana website - go to http://127.0.0.1:3000 (Grafana website) => Dashboards => import => select json file grafana-dashboard.json Alt text

fireping's People

Contributors

mmarchand avatar titi-codeur avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.