rutilus-apiheartbeat-node
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "rutilus-apiheartbeat-node", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Makes constant requests to urls and logs whether the response was successful and the response time. Can be configured to throw errors if the response fails in order to crash containers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,2 +11,4 @@ # Rutilus - API Heartbeat - Node | ||
This module constantly monitors the size of the log files, and a maximum size can be set. When the maximum size of the file is reached, the file is archived (receiving a "ARCHIVED_" suffix) and blank, new file is created. If there already is an archived log file, it will be replaced. | ||
This module does not have dependencies. | ||
@@ -13,0 +15,0 @@ |
8182
79