Git Product home page Git Product logo

servicedeskstatistics's Introduction

ManageEngine Servicedesk Plus Statistics Tool

Build Status

Version

v0.2.2

Overview

This project utilises the SDP APIv3 to fetch details on all open and closed tickets and then stores them in Google BigQuery for analysis

Side note - the v3 API on the OnPrem version is NOT as fully functional as the documentation says it should be

The project is broken into 4 parts:

  • fetch-stats
  • fetch-open
  • fetch-closed
  • import-stats

Deployment

You first need to create a new serviceaccount if Google Cloud and give it access to the BigQuery, Cloud Functions and Google Storage API's

The 4 functions are deployed using the serverless framework to GCF
(well, actually only 3 are at this point, but that is going to change)
The simplest way to deploy this project is to clone and use the Makefile

git clone https://github.com/nichmidd/servicedeskstatistics.git
cd servicedeskstatistics
cp functions/fetch-stats/config.json.example functions/fetch-stats/config.json
cp functions/fetch-open/config.json.example functions/fetch-open/config.json
cp functions/fetch-closed/config.json.example functions/fetch-closed/config.json
cp functions/import-stats/config.json.example functions/import-stats/config.json

Now:

  • edit the config.json to suit your environment
  • edit each serverless.yml to suit your environment
  • run the Makefile
make

WORK IN PROGRESS

servicedeskstatistics's People

Contributors

nichmidd avatar

Stargazers

 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.