Add pseudo-random PG generation

This commit is contained in:
Vitaliy Filippov
2020-07-07 23:13:07 +03:00
parent 9d10a4d057
commit 6022f28dc9
4 changed files with 100 additions and 25 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{
"name": "rage-mon",
"name": "falcon-mon",
"version": "1.0.0",
"description": "RAGE storage monitor service",
"main": "mon.js",
"description": "Falcon storage monitor service",
"main": "mon-main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},