mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48:54 +01:00
feat(status): add XEON 02 and XEON 03 host entries to status service
This commit is contained in:
@@ -69,14 +69,22 @@ export class StatusService {
|
|||||||
type: 'xeon',
|
type: 'xeon',
|
||||||
notify: true
|
notify: true
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// host: '5.178.99.248',
|
host: '154.16.254.45',
|
||||||
// name: 'XEON 02 (2687W V4)',
|
name: 'XEON 02',
|
||||||
// alive: false,
|
alive: false,
|
||||||
// ping_type: 'ping',
|
ping_type: 'ping',
|
||||||
// type: 'xeon',
|
type: 'xeon',
|
||||||
// notify: true
|
notify: true
|
||||||
// },
|
},
|
||||||
|
{
|
||||||
|
host: '5.178.99.232',
|
||||||
|
name: 'XEON 03',
|
||||||
|
alive: false,
|
||||||
|
ping_type: 'ping',
|
||||||
|
type: 'xeon',
|
||||||
|
notify: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
host: '5.178.99.53',
|
host: '5.178.99.53',
|
||||||
name: 'RYZEN-GAME 01',
|
name: 'RYZEN-GAME 01',
|
||||||
|
|||||||
Reference in New Issue
Block a user