mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
fix(status): remove unused router configurations for ROUTER-DE 03 and ROUTER-DE 04
This commit is contained in:
@@ -126,23 +126,7 @@ export class StatusService {
|
||||
ping_type: 'ping',
|
||||
type: 'router',
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user