Skip to content

Commit

Permalink
[webapp] change default monitor intervals 120s to 60s (#708)
Browse files Browse the repository at this point in the history
* [docs]feature: necessary instructions

* Update web-app/src/app/pojo/Monitor.ts

---------

Co-authored-by: hw <[email protected]>
Co-authored-by: tomsun28 <[email protected]>
  • Loading branch information
3 people authored Mar 10, 2023
1 parent eb11c53 commit c5b96d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/app/pojo/Monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class Monitor {
name!: string;
app!: string;
host!: string;
intervals: number = 120;
intervals: number = 60;
// 监控状态 0:未监控,1:可用,2:不可用,3:不可达,4:挂起
status!: number;
description!: string;
Expand Down

0 comments on commit c5b96d2

Please sign in to comment.