Giter Site home page Giter Site logo

mhuot / usage-stats-handler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opennms/usage-stats-handler

0.0 1.0 0.0 49 KB

Backend for handling usage statistic reports from OpenNMS instances

License: Apache License 2.0

TypeScript 98.28% Dockerfile 1.72%

usage-stats-handler's Introduction

usage-stats-handler

How to test

  • Make sure the node.js installed on the system
  • Change to the project folder and run the following command
npm install
  • Start elastic search docker container first
docker run -d -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.6.2
  • Run the following command to start the server
npm start

Docker development

  • Run Usage Stats Handler, Elasticsearch and Grafana
docker-compose up --build --abort-on-container-exit --remove-orphans --force-recreate
  • Note: At times elasticsearch hangs on startup, to fix this either run it again and/or run
docker system prune

Testing with Elasticsearch

  • Running test/opennms-test.http in Intellij to test or using the curl to post report
  • Using the following command to verify the report saved
curl -v -X POST --location "http://localhost:9200/opennms_log/_count?pretty"
curl -v -X POST --location "http://localhost:9200/opennms_system/_count?pretty"
  • Visualise the grafana graph update with new values on a refresh

Running in the production environment

npm start  

usage-stats-handler's People

Contributors

thomasbigger584 avatar yangli2014 avatar

Watchers

 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.