tping

1.0.4 • Public • Published

ping - Tarumbo


Welcome to tping - A project by Tarumbo


tping is a module designed to ping projects


Code examples

  • Install

    Global module is recommended

npm i -g tping
  • Ping

    Ping something :o

$ tping (ip / site)

This will ping the ip / site every 5 minutes and will ceate a graph into a file named t-ping(PROJECT_IP/SITE_HERE).json

  • Using with PM2

    Pm2 is a process manager

$ npm i -g pm2
$ pm2 start "tping (ip/site)"
  • Viewing charts

View charts for more advanced data

$ tping (ip/site) logs

More info

TPing (@tarumbo/ping) is a pinging module, allowing you to make requests to sites / ip's every 5 minutes. It default will log as a timeout error if there is no response after 15 sceodns of the request. This is then logged into the files which are documented above. When pinging your app can redirect 20 times on request.

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tping

    Weekly Downloads

    6

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    6.22 kB

    Total Files

    3

    Last publish

    Collaborators

    • salvage_dev