mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48:54 +01:00
fix(status): remove unused router configurations for ROUTER-DE 03 and ROUTER-DE 04
This commit is contained in:
@@ -22,6 +22,4 @@ NODE_ENV=development
|
|||||||
|
|
||||||
# Protected IPS
|
# Protected IPS
|
||||||
PROTOJX_ROUTER_1=
|
PROTOJX_ROUTER_1=
|
||||||
PROTOJX_ROUTER_2=
|
PROTOJX_ROUTER_2=
|
||||||
PROTOJX_ROUTER_3=
|
|
||||||
PROTOJX_ROUTER_4=
|
|
||||||
@@ -126,23 +126,7 @@ export class StatusService {
|
|||||||
ping_type: 'ping',
|
ping_type: 'ping',
|
||||||
type: 'router',
|
type: 'router',
|
||||||
notify: false
|
notify: false
|
||||||
},
|
}
|
||||||
{
|
|
||||||
host: process.env.PROTOJX_ROUTER_3 as string,
|
|
||||||
name: 'ROUTER-DE 03',
|
|
||||||
alive: false,
|
|
||||||
ping_type: 'ping',
|
|
||||||
type: 'router',
|
|
||||||
notify: false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
host: process.env.PROTOJX_ROUTER_4 as string,
|
|
||||||
name: 'ROUTER-DE 04',
|
|
||||||
alive: false,
|
|
||||||
ping_type: 'ping',
|
|
||||||
type: 'router',
|
|
||||||
notify: false
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
private client: Client | null = null;
|
private client: Client | null = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user