Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 683 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 683 Bytes

Diagnostics

contains all the diagnostics methods used in order to perform a diagnostic.

Overview

  • hosting.js => hosting diagnostics (dns, mail, html error codes).
  • telephony.js => telephony diagnostics (billing and portability)
  • xdsl.js => xDSL diagnostics (billing, order, slamming, incidents, line diagnostic)

Add a New diagnostic

  • you have to create new file for your diagnostic.
  • This file must export object with methods to make diagnostics
  • They're are no specific rules about the methods. However, we recommend having methods returning an Array of object/promises from generics.