tickerowl-hydrozenio-app
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -16,4 +16,4 @@ "use strict"; | ||
id: "hydrozenio-app", | ||
name: "Hydrozen.io App", | ||
description: "Show uptime status of your Hydrozen.io monitors", | ||
name: "Hydrozen.io", | ||
description: "Show uptime status of Hydrozen.io monitors", | ||
version: 1, | ||
@@ -28,3 +28,3 @@ author: "Raghu Chinnannan", | ||
"uptime-monitor-status": { | ||
title: "Uptime Monitor Status", | ||
title: "Hydrozen.io Uptime Monitor Status", | ||
description: "Shows uptime status of a monitor", | ||
@@ -78,21 +78,5 @@ inputs: { | ||
{ | ||
type: "KEY_VALUE", | ||
key: "Target", | ||
value: formattedTarget, | ||
}, | ||
{ | ||
type: "KEY_VALUE", | ||
key: "Status", | ||
value: monitorStatus, | ||
}, | ||
{ | ||
type: "KEY_VALUE", | ||
key: "Uptime", | ||
value: `${data.uptime.toFixed(3)}%`, | ||
}, | ||
{ | ||
type: "KEY_VALUE", | ||
key: "Avg Response Time", | ||
value: `${data.average_response_time.toFixed(2)} ms`, | ||
}, | ||
type: "TEXT", | ||
text: formattedTarget + " is " + monitorStatus + "! Uptime: " + `${data.uptime.toFixed(3)}%` + " Avg. Response Time: " + `${data.average_response_time.toFixed(2)} ms`, | ||
} | ||
], | ||
@@ -99,0 +83,0 @@ }; |
{ | ||
"name": "tickerowl-hydrozenio-app", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Hydrozen.io App for Tickerowl", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8464
104