ping-service

What is this repository for?

This Repository is for pinging the Domains served by Zopsmart Technologies and store the performancs statistics in OpenTSDB.

README v1.0.0 / 8th January 2018

Installation

The Code is written in Go language.

To run the code it is required to download and install Go. Go download and installation Instructions

Clone the repository ZopNow/zopsmart-ping-service. It consists of Source Code.

Package Requirements

  1. Go MySQL Driver which is a fast MySQL driver for Go's (golang) database/sql package.

Installation Command : go get github.com/go-sql-driver/mysql Refer here

  1. ** WebDriver that communicate with a browser using the JSON Wire Protocol**

Installation Command : go get github.com/fedesog/webdriver Refer here

  1. Get performance logs from Chrome (via Chromedriver) and generate a HTTP Archive (HAR)

Installation Command : go get github.com/woodsaj/chromedriver_har Refer here