1 Commits

2 changed files with 2 additions and 20 deletions

View File

@@ -23,5 +23,3 @@ NODE_ENV=development
# Protected IPS
PROTOJX_ROUTER_1=
PROTOJX_ROUTER_2=
PROTOJX_ROUTER_3=
PROTOJX_ROUTER_4=

View File

@@ -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;