...
|
...
|
@@ -216,14 +216,14 @@ class PageCahe extends Model { |
|
|
// tag: 'nginx2',
|
|
|
// cachepath: '/usr/local/nginx'
|
|
|
// });
|
|
|
await this.insert({
|
|
|
host: '10.66.1.2',
|
|
|
username: 'node',
|
|
|
password: 'yoho9646',
|
|
|
port: 22,
|
|
|
tag: 'nginx2',
|
|
|
cachepath: '/usr/local/openresty/nginx'
|
|
|
});
|
|
|
// await this.insert({
|
|
|
// host: '10.66.1.2',
|
|
|
// username: 'node',
|
|
|
// password: 'yoho9646',
|
|
|
// port: 22,
|
|
|
// tag: 'nginx2',
|
|
|
// cachepath: '/usr/local/openresty/nginx'
|
|
|
// });
|
|
|
await this.insert({
|
|
|
host: '10.66.1.3',
|
|
|
username: 'node',
|
...
|
...
|
@@ -232,30 +232,30 @@ class PageCahe extends Model { |
|
|
tag: 'nginx3',
|
|
|
cachepath: '/usr/local/openresty/nginx'
|
|
|
});
|
|
|
await this.insert({
|
|
|
host: '10.66.1.15',
|
|
|
username: 'node',
|
|
|
password: 'yoho9646',
|
|
|
port: 22,
|
|
|
tag: 'nginx15',
|
|
|
cachepath: '/usr/local/openresty/nginx'
|
|
|
});
|
|
|
await this.insert({
|
|
|
host: '10.66.1.84',
|
|
|
username: 'node',
|
|
|
password: 'yoho9646',
|
|
|
port: 22,
|
|
|
tag: 'nginx84',
|
|
|
cachepath: '/usr/local/openresty/nginx'
|
|
|
});
|
|
|
await this.insert({
|
|
|
host: '10.66.1.97',
|
|
|
username: 'node',
|
|
|
password: 'yoho9646',
|
|
|
port: 22,
|
|
|
tag: 'nginx97',
|
|
|
cachepath: '/usr/local/openresty/nginx'
|
|
|
});
|
|
|
// await this.insert({
|
|
|
// host: '10.66.1.15',
|
|
|
// username: 'node',
|
|
|
// password: 'yoho9646',
|
|
|
// port: 22,
|
|
|
// tag: 'nginx15',
|
|
|
// cachepath: '/usr/local/openresty/nginx'
|
|
|
// });
|
|
|
// await this.insert({
|
|
|
// host: '10.66.1.84',
|
|
|
// username: 'node',
|
|
|
// password: 'yoho9646',
|
|
|
// port: 22,
|
|
|
// tag: 'nginx84',
|
|
|
// cachepath: '/usr/local/openresty/nginx'
|
|
|
// });
|
|
|
// await this.insert({
|
|
|
// host: '10.66.1.97',
|
|
|
// username: 'node',
|
|
|
// password: 'yoho9646',
|
|
|
// port: 22,
|
|
|
// tag: 'nginx97',
|
|
|
// cachepath: '/usr/local/openresty/nginx'
|
|
|
// });
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|