Modules@robinpath/uptime
@robinpath/uptime
0.1.0PublicUptime module for RobinPath.
@robinpath/uptime
Uptime module for RobinPath.
Why use this module?
The uptime module lets you:
- checkHttp
- checkHttps
- checkTcp
- checkDns
- checkSslCertificate
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/uptime
Quick Start
No credentials needed — start using it right away:
uptime.checkHttps
Available Functions
| Function | Description |
|---|---|
uptime.checkHttp | checkHttp |
uptime.checkHttps | checkHttps |
uptime.checkTcp | checkTcp |
uptime.checkDns | checkDns |
uptime.checkSslCertificate | checkSslCertificate |
uptime.batchCheck | batchCheck |
uptime.getResponseTime | getResponseTime |
uptime.checkContentMatch | checkContentMatch |
uptime.checkRedirect | checkRedirect |
uptime.getHeaders | getHeaders |
uptime.checkPort | checkPort |
uptime.formatReport | formatReport |
uptime.comparePerformance | comparePerformance |
uptime.checkHealth | checkHealth |
Examples
checkHttps
uptime.checkHttps
checkTcp
uptime.checkTcp
checkDns
uptime.checkDns
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/uptime";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
uptime.checkHttps
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/docker— Docker module for complementary functionality@robinpath/git— Git module for complementary functionality@robinpath/github— GitHub module for complementary functionality@robinpath/gitlab— GitLab module for complementary functionality@robinpath/vercel— Vercel module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
devops
0
@robinpath/bitbucket
v0.1.1robinpath
Bitbucket module for RobinPath.
0 downloads
...
devops
0
@robinpath/box
v0.1.1robinpath
Box module for RobinPath.
0 downloads
...
devops
0
@robinpath/cache
v0.1.1robinpath
In-memory key-value cache with optional TTL expiration for temporary data storage
0 downloads
...
devops
0
@robinpath/cloudflare
v0.1.1robinpath
Cloudflare module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/uptime Version0.1.0
LicenseMIT
Unpacked Size3.5 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

