mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
Modified according to review
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const { MonitorType } = require("./monitor-type");
|
||||
const { execFile } = require("child_process");
|
||||
const process = require("process");
|
||||
const { DOWN, UP } = require("../../src/util");
|
||||
const { UP } = require("../../src/util");
|
||||
|
||||
class SystemServiceMonitorType extends MonitorType {
|
||||
name = "system-service";
|
||||
|
||||
Reference in New Issue
Block a user