CN111641672A - Configuration method and configuration system of cloud resource monitoring component - Google Patents

Configuration method and configuration system of cloud resource monitoring component Download PDF

Info

Publication number
CN111641672A
CN111641672A CN202010280585.2A CN202010280585A CN111641672A CN 111641672 A CN111641672 A CN 111641672A CN 202010280585 A CN202010280585 A CN 202010280585A CN 111641672 A CN111641672 A CN 111641672A
Authority
CN
China
Prior art keywords
component
action unit
monitoring
box action
box
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010280585.2A
Other languages
Chinese (zh)
Inventor
邹磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xinzhi Cloud Data Service Co ltd
Enn Cloud Data Service Co Ltd
Original Assignee
Xinzhi Cloud Data Service Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xinzhi Cloud Data Service Co ltd filed Critical Xinzhi Cloud Data Service Co ltd
Priority to CN202010280585.2A priority Critical patent/CN111641672A/en
Publication of CN111641672A publication Critical patent/CN111641672A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/04Processing captured monitoring data, e.g. for logfile generation
    • H04L43/045Processing captured monitoring data, e.g. for logfile generation for graphical visualisation of monitoring data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters

Abstract

The invention discloses a configuration method and a configuration system of a cloud resource monitoring component, wherein the configuration method comprises the following steps: providing a front end layout component, a front end view component and a front end interaction component, wherein the front end view component is used for setting a monitoring object, and the front end interaction component is used for setting a specified user action; respectively setting front end layout component parameters, front end view component parameters and front end interaction component parameters according to the front end layout component, the front end view component and the front end interaction component, wherein the front end view component parameters comprise the dimensions of the monitoring object; acquiring monitoring data of a monitored object; and generating a front-end monitoring view according to the front-end layout component, the front-end view component, the front-end interaction component, corresponding component parameters and data of the monitoring object. The invention has the following advantages: the component view is configurable, draggable and customizable in layout, so that operation and maintenance personnel can configure the UI view and the data dimension with high degree of freedom according to the actual service scene of the operation and maintenance personnel.

Description

Configuration method and configuration system of cloud resource monitoring component
Technical Field
The invention relates to the technical field of cloud resource monitoring, in particular to a configuration method and a configuration system of a cloud resource monitoring component.
Background
The cloud resource monitoring platform service is used for collecting monitoring indexes for sniffing cloud resources or user-defined monitoring indexes, detecting service availability and setting alarms aiming at the indexes. Therefore, operation and maintenance personnel can comprehensively know the resource use condition, the service running condition and the health degree, and can timely respond to the abnormal alarm to ensure the smooth running of the application program.
Most of the existing solutions for cloud resource monitoring are that a cloud manufacturer customizes monitoring dimensions and customizes a page UI. Operation and maintenance personnel cannot freely configure the dimension and screening condition of the monitoring data and the view display of the UI of the data chart according to the actual business scene and the concerned gravity center. If the operation maintainer needs to adjust the monitoring condition of a certain resource, additional development cost is added, so that the solution is not flexible enough.
Disclosure of Invention
The present invention is directed to solving at least one of the above problems.
Therefore, the first purpose of the present invention is to provide a configuration method of a cloud resource monitoring component, which can customize monitoring conditions.
In order to achieve the above object, an embodiment of the present invention discloses a configuration method for a cloud resource monitoring component, including the following steps: providing a front end layout component, a front end view component and a front end interaction component, wherein the front end view component sets a monitoring object, and the front end interaction component is used for capturing a specified user action; respectively setting front end layout component parameters, front end view component parameters and front end interaction component parameters according to the front end layout component, the front end view component and the front end interaction component, wherein the front end view component parameters comprise the dimension of the monitoring object; acquiring monitoring data of the monitored object; and generating a front-end monitoring view according to the front-end layout component, the front-end view component, the front-end interaction component, the front-end layout component parameters, the front-end view component parameters, the front-end interaction component parameters and the data of the monitoring object.
According to the configuration method of the cloud resource monitoring component, the component view can be configured, dragged and layout can be customized, so that operation and maintenance personnel can configure the UI view and the data dimension with high degree of freedom according to the actual service scene of the operation and maintenance personnel.
In addition, the configuration method of the cloud resource monitoring component according to the above embodiment of the present invention may further have the following additional technical features:
according to one embodiment of the invention, prior to said providing the front end view assembly comprises: and defining a component template by using the React framework, and designating the graphical interface in the diagram to be abstracted into the front end view component.
Optionally, the designated chart comprises a pie chart and a bar chart in an eCharts chart.
Optionally, the specifying the user action includes generating at least one of a drop-down box, a check box, a radio box, and an input box, and the front-end interaction component correspondingly includes at least one of a drop-down box action unit, a check box action unit, a radio box action unit, and an input box action unit, and then the providing the front-end interaction component includes: and defining a component template by using the React frame, and generating at least one of the pull-down box action unit, the check box action unit, the radio box action unit and the input box action unit.
Further, still include: defining a nested structure of the front-end interactive component by using a this, a stage, a child attribute of a read component, and defining an analysis mode of the pull-down box action unit, the check box action unit, the radio box action unit and the input box action unit; generating corresponding analysis logic according to analysis modes of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit; monitoring whether the specified user action occurs; if the specified user action occurs, acquiring data corresponding to the specified user action; and re-rendering the page according to the data corresponding to the specified user action to generate a new monitoring view.
The second purpose of the present invention is to provide a configuration system of cloud resource monitoring components, which can customize monitoring conditions.
In order to achieve the above object, an embodiment of the present invention discloses a configuration system of a cloud resource monitoring component, including: the component providing module is used for providing a front end layout component, a front end view component and a front end interaction component, wherein the front end view component is used for setting a monitoring object, and the front end interaction component is used for capturing a specified user action; a parameter setting module, configured to set a front-end layout component parameter, a front-end view component parameter, and a front-end interaction component parameter respectively according to the front-end layout component, the front-end view component, and the front-end interaction component, where the front-end view component parameter includes a dimension of the monitoring object; the data acquisition module is used for acquiring the monitoring data of the monitored object; and the front-end monitoring view generating module is used for generating a front-end monitoring view according to the front-end layout component, the front-end view component and the front-end interaction component, and the front-end layout component parameters, the front-end view component parameters and the front-end interaction component parameters.
According to the configuration system of the cloud resource monitoring component, the component view can be configured, dragged and the layout can be customized. Therefore, operation and maintenance personnel can configure the UI view and the data dimension with high degree of freedom according to the actual service scene of the operation and maintenance personnel.
In addition, the configuration system of the cloud resource monitoring component according to the above embodiment of the present invention may further have the following additional technical features:
according to one embodiment of the invention, the component providing module defines a component template by using the React frame and specifies that the graphical interface in the diagram is abstracted into a front end view component, and then provides the front end view component.
Optionally, the designated chart comprises a pie chart and a bar chart in an eCharts chart.
Optionally, the specifying the user action includes generating at least one of a drop-down box, a check box, a radio box and an input box by a user operation, the front-end interaction component correspondingly includes at least one of a drop-down box action unit, a check box action unit, a radio box action unit and an input box action unit, and the component providing module defines a component template by using a fact frame and generates at least one of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit.
Further, still include: the monitoring module is used for monitoring whether the specified user action occurs or not; the component providing module also defines a nested structure of the front-end interactive component by using the this, the procedure, the child property of the read component, and defines an analysis mode for the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit; generating corresponding analysis logic according to analysis modes of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit; the data acquisition module is further used for acquiring data corresponding to the specified user action if the specified user action occurs, and the front-end monitoring view generation module is further used for re-rendering a page according to the data corresponding to the specified user action to generate a new monitoring view.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flow diagram of a method of configuring a cloud resource monitoring component of the present invention;
FIG. 2 is a detailed flow diagram of a method for configuring a cloud resource monitoring component according to an embodiment of the invention;
FIG. 3 is a flow diagram of re-rendering a view after a front end captures user actions in one embodiment of the invention;
fig. 4 is a block diagram of a configuration system of the cloud resource monitoring component of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention.
In the description of the present invention, it is to be understood that the terms "center", "longitudinal", "lateral", "up", "down", "front", "back", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", and the like, indicate orientations or positional relationships based on those shown in the drawings, and are used only for convenience in describing the present invention and for simplicity in description, and do not indicate or imply that the referenced devices or elements must have a particular orientation, be constructed and operated in a particular orientation, and thus, are not to be construed as limiting the present invention. Furthermore, the terms "first" and "second" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
In the description of the present invention, it should be noted that, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
These and other aspects of embodiments of the invention will be apparent with reference to the following description and attached drawings. In the description and drawings, particular embodiments of the invention have been disclosed in detail as being indicative of some of the ways in which the principles of the embodiments of the invention may be practiced, but it is understood that the scope of the embodiments of the invention is not limited correspondingly. On the contrary, the embodiments of the invention include all changes, modifications and equivalents coming within the spirit and terms of the claims appended hereto.
The configuration method and the configuration system of the cloud resource monitoring component are described below with reference to the accompanying drawings.
FIG. 1 is a flow chart of a method of configuring a cloud resource monitoring component of the present invention. As shown in fig. 1, the configuration method of the cloud resource monitoring component of the present invention includes the following steps:
s1: a front end layout component, a front end view component, and a front end interaction component are provided. The front end view component is used for setting a monitoring object, and the front end interaction component is used for capturing a specified user action.
The front-end layout component is used for providing front-end layout for a user. The data view can be determined by a front-end layout component.
The front end view component is used for setting a monitored object. In some examples, the monitoring object may be a CPU usage, a hard disk usage, or the like of the specified device.
The front-end interaction component is used for setting a specified user action. In some examples, specifying the user action includes generating at least one of a drop-down box, a check box, a radio box, and an input box, as may be desired by the user. In this embodiment, specifying the user action may include generating at least one of a drop-down box, a check box, a radio box, and an input box by an operation.
S2: and respectively setting front-end layout component parameters, front-end view component parameters and front-end interaction component parameters according to the front-end layout component, the front-end view component and the front-end interaction component.
The front-end layout component parameters are used to set a specific layout structure, for example, parameters such as the size and position of a certain layout unit are displayed in a front-end page.
The front end view component comprises the dimension of the monitoring object, for example, if the monitoring object is the CPU utilization, the dimension of the monitoring object may comprise the utilization rate occupied by a certain process in the CPU, and may also comprise the utilization rates of a plurality of processes. In some examples, the dimensions of the monitoring object may also include the CPU usage of a large program and the usage of multiple subroutines under the large program. In some examples, the dimension of the monitoring object may include CPU usage for a certain period of time.
The front-end interactive component parameters correspond to the selected designated user action and may include at least one of a drop-down box action unit, a check box action unit, a radio box action unit, and an input box action unit. For example, when a given user action includes only a drop-down box, then the front-end interaction component parameters include only a drop-down box action unit. When the designated user action simultaneously comprises generating a drop-down box, a check box, a radio box and an input box through operation, the front-end interactive component parameters simultaneously comprise a drop-down box action unit, a check box action unit, a radio box action unit and an input box action unit. The front-end interactive component parameters may include parameters such as specific forms and positions of a drop-down box, a check box, a radio box and an input box.
S3: and acquiring monitoring data of the monitored object. For example, when the monitored object is the CPU utilization, specific data of the CPU utilization is acquired.
S4: generating a front-end monitoring view according to the front-end layout component, the front-end view component, the front-end interaction component, the front-end layout component parameters, the front-end view component parameters, the front-end interaction component parameters and the data of the monitoring object
Specifically, after the user uses the front-end layout component, the front-end view component and the front-end interaction component, and sets the front-end layout component parameters, the front-end view component parameters and the front-end interaction component parameters, the layout and the view format of the front-end page are determined, and after the monitoring data of the monitored object is obtained, the monitoring view meeting the user requirements can be generated according to the monitoring data and the corresponding components and component parameters determined before.
Fig. 2 is a specific flowchart of a configuration method of a cloud resource monitoring component according to an embodiment of the present invention. As shown in fig. 2, a specific flow of the configuration method of the cloud resource monitoring component is as follows:
the user defines the component structure. Wherein, the component structure comprises a layout component, an attempt component and an interaction component.
The user selects a layout component and sets parameters of the layout component to determine the data view through the selected layout component.
And selecting a view component by a user, and determining monitoring objects such as CPU utilization rate, hard disk utilization rate and the like through the view component.
The user selects a monitoring dimension (i.e., setting parameters of view components), such as a time period for monitoring the object, a resource pool, etc.
Monitoring data (not shown in the figure) of the monitored object is acquired.
The user selects an interaction component to capture user actions, such as drop-down boxes, input boxes, and the like, and defines specific parameters of the interaction component.
And generating a monitoring view meeting the requirements of the user according to the previously selected components, the component parameters and the data of the monitoring object.
In an embodiment of the present invention, before step S1, the method further includes: the component templates are defined using the React framework and specify that the graphical interface in the diagram is abstracted into a front end view component. In one embodiment of the invention, the chart is designated as a pie chart, a bar chart, or other views such as a line chart, etc. in the eCharts chart.
In an embodiment of the present invention, before step S1, the method further includes: and defining a component template by using the React frame, and generating at least one of a drop-down box action unit, a check box action unit, a radio box action unit and an input box action unit.
Furthermore, a nesting structure of a front-end interaction component is defined by using the this, the ps, the child attribute of the React component, and an analysis mode for a drop-down box action unit, a check box action unit, a radio box action unit and an input box action unit is defined; and generating corresponding analysis logic according to the analysis modes of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit. Thus, the system can accurately capture the work of the user after the user performs a specified action (e.g., drop-down box).
Following the above paragraph, after step S4, the method further includes: monitoring whether a specified user action occurs; if the appointed user action occurs, acquiring data corresponding to the appointed user action; and re-rendering the page according to the data corresponding to the specified user action to generate a new monitoring view.
FIG. 3 is a flow diagram for re-rendering a view after a front end captures user actions in one embodiment of the invention. As shown in fig. 3, when it is monitored that a user accesses a monitoring page, the monitoring page is initially loaded and data is displayed to the user according to initial conditions. And if the specified user action is monitored, acquiring data corresponding to the specified user action, for example, when the drop-down box generated by the user is monitored, re-rendering the picture according to the data corresponding to the specified user action to generate a new monitoring view.
According to the configuration method of the cloud resource monitoring component, the component view can be configured, dragged and layout can be customized, so that operation and maintenance personnel can configure the UI view and the data dimension with high degree of freedom according to the actual service scene of the operation and maintenance personnel.
Fig. 4 is a block diagram of a configuration system of the cloud resource monitoring component of the present invention. As shown in fig. 4, the configuration system of the cloud resource monitoring component according to the embodiment of the present invention includes a component providing module 100, a parameter setting module 200, a data obtaining module 300, and a front-end monitoring view generating module 400.
The component providing module 100 is used for providing a front-end layout component, a front-end view component and a front-end interaction component. The front end view component is used for setting a monitoring object, and the front end interaction component is used for capturing a specified user action. The parameter setting module 200 is configured to set a front-end layout component parameter, a front-end view component parameter, and a front-end interaction component parameter according to the front-end layout component, the front-end view component, and the front-end interaction component, respectively. The front end view component parameters include dimensions of the monitored object. The data obtaining module 300 is configured to obtain monitoring data of a monitored object. The front-end monitoring view generation module 400 is configured to generate a front-end monitoring view according to the front-end layout component, the front-end view component, and the front-end interaction component, and the front-end layout component parameter, the front-end view component parameter, and the front-end interaction component parameter.
According to the configuration system of the cloud resource monitoring component, the component view can be configured, dragged and layout can be customized, so that operation and maintenance personnel can configure the UI view and the data dimension with high degree of freedom according to the actual service scene of the operation and maintenance personnel.
In one embodiment of the invention, the component provisioning module utilizes 100 to define a component template using the React frame and specify that the graphical interface in the diagram is abstracted into a front end view component, thereby provisioning the front end view component.
In one embodiment of the invention, the designated charts include pie charts and bar charts in eCharts charts.
In one embodiment of the invention, specifying the user action comprises generating at least one of a drop-down box, a check box, a radio box, and an input box. The front-end interaction component correspondingly comprises at least one of a drop-down box action unit, a check box action unit, a radio box action unit and an input box action unit, and the component providing module defines a component template by using the React frame 100 and generates at least one of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit.
In one embodiment of the invention, the configuration system of the cloud resource monitoring component further comprises a monitoring module. The monitoring module is used for monitoring whether the specified user action occurs. The component providing module also defines a nested structure of the front-end interactive component by using the this, the procedure, the child attribute of the React component, and defines an analysis mode for a drop-down box action unit, a check box action unit, a radio box action unit and an input box action unit; generating corresponding analysis logic according to the analysis modes of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit; the data acquisition module is further used for acquiring data corresponding to the specified user action if the specified user action occurs, and the front-end monitoring view generation module is further used for re-rendering the page according to the data corresponding to the specified user action to generate a new monitoring view.
It should be noted that, the specific implementation manner of the configuration system of the cloud resource monitoring component in the embodiment of the present invention is similar to the specific implementation manner of the configuration method of the cloud resource monitoring component in the embodiment of the present invention, and specific reference is specifically made to the description of the configuration method portion of the cloud resource monitoring component, and details are not repeated in order to reduce redundancy.
In addition, other configurations and functions of the configuration system of the cloud resource monitoring component according to the embodiment of the present invention are known to those skilled in the art, and are not described in detail for reducing redundancy.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the invention have been shown and described, it will be understood by those of ordinary skill in the art that: various changes, modifications, substitutions and alterations can be made to the embodiments without departing from the principles and spirit of the invention, the scope of which is defined by the claims and their equivalents.

Claims (10)

1. A configuration method of a cloud resource monitoring component is characterized by comprising the following steps:
providing a front end layout component, a front end view component and a front end interaction component, wherein the front end view component is used for setting a monitoring object, and the front end interaction component is used for setting a specified user action;
respectively setting front end layout component parameters, front end view component parameters and front end interaction component parameters according to the front end layout component, the front end view component and the front end interaction component, wherein the front end view component parameters comprise the dimension of the monitoring object;
acquiring monitoring data of the monitored object;
and generating a front-end monitoring view according to the front-end layout component, the front-end view component, the front-end interaction component, the front-end layout component parameters, the front-end view component parameters, the front-end interaction component parameters and the data of the monitoring object.
2. The method of configuring a cloud resource monitoring component of claim 1, comprising, prior to said providing a front end view component:
and defining a component template by using the React framework, and designating the graphical interface in the diagram to be abstracted into the front end view component.
3. The method of claim 2, wherein the designated charts comprise pie charts and bar charts in an eCharts chart.
4. The method according to claim 1, wherein the specifying the user action includes generating at least one of a drop-down box, a check box, a radio box, and an input box, and the providing the front-end interaction component correspondingly includes at least one of a drop-down box action unit, a check box action unit, a radio box action unit, and an input box action unit, includes:
and defining a component template by using the React frame, and generating at least one of the pull-down box action unit, the check box action unit, the radio box action unit and the input box action unit.
5. The method of configuring a cloud resource monitoring component of claim 4, further comprising:
defining a nested structure of the front-end interactive component by using a this, a stage, a child attribute of a read component, and defining an analysis mode of the pull-down box action unit, the check box action unit, the radio box action unit and the input box action unit;
generating corresponding analysis logic according to analysis modes of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit;
monitoring whether the specified user action occurs;
if the specified user action occurs, acquiring data corresponding to the specified user action;
and re-rendering the page according to the data corresponding to the specified user action to generate a new monitoring view.
6. A configuration system for a cloud resource monitoring component, comprising:
the component providing module is used for providing a front end layout component, a front end view component and a front end interaction component, wherein the front end view component is used for setting a monitoring object, and the front end interaction component is used for capturing a specified user action;
a parameter setting module, configured to set a front-end layout component parameter, a front-end view component parameter, and a front-end interaction component parameter respectively according to the front-end layout component, the front-end view component, and the front-end interaction component, where the front-end view component parameter includes a dimension of the monitoring object;
the data acquisition module is used for acquiring the monitoring data of the monitored object;
and the front-end monitoring view generating module is used for generating a front-end monitoring view according to the front-end layout component, the front-end view component and the front-end interaction component, and the front-end layout component parameters, the front-end view component parameters and the front-end interaction component parameters.
7. The system for configuring the cloud resource monitoring component of claim 6, wherein the component providing module defines a component template using a React frame and specifies that a graphical interface in a diagram is abstracted into a front end view component, thereby providing the front end view component.
8. The system of claim 7, wherein the designated charts comprise pie charts and bar charts in an eCharts chart.
9. The configuration system of the cloud resource monitoring component of claim 6, wherein the specifying the user action comprises generating at least one of a drop-down box, a check box, a radio box and an input box, the front-end interaction component correspondingly comprises at least one of a drop-down box action unit, a check box action unit, a radio box action unit and an input box action unit, and the component providing module defines a component template by using a React frame and generates at least one of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit.
10. The system for configuring a cloud resource monitoring component of claim 9, further comprising:
the monitoring module is used for monitoring whether the specified user action occurs or not;
the component providing module also defines a nested structure of the front-end interactive component by using the this, the procedure, the child property of the read component, and defines an analysis mode for the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit; generating corresponding analysis logic according to analysis modes of the drop-down box action unit, the check box action unit, the radio box action unit and the input box action unit; the data acquisition module is further used for acquiring data corresponding to the specified user action if the specified user action occurs, and the front-end monitoring view generation module is further used for re-rendering a page according to the data corresponding to the specified user action to generate a new monitoring view.
CN202010280585.2A 2020-04-10 2020-04-10 Configuration method and configuration system of cloud resource monitoring component Pending CN111641672A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010280585.2A CN111641672A (en) 2020-04-10 2020-04-10 Configuration method and configuration system of cloud resource monitoring component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010280585.2A CN111641672A (en) 2020-04-10 2020-04-10 Configuration method and configuration system of cloud resource monitoring component

Publications (1)

Publication Number Publication Date
CN111641672A true CN111641672A (en) 2020-09-08

Family

ID=72331225

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010280585.2A Pending CN111641672A (en) 2020-04-10 2020-04-10 Configuration method and configuration system of cloud resource monitoring component

Country Status (1)

Country Link
CN (1) CN111641672A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112698826A (en) * 2021-03-23 2021-04-23 杭州数式网络科技有限公司 Low code page creation system, method and equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110225500A1 (en) * 2010-03-12 2011-09-15 Salesforce.Com, Inc. Service Cloud Console
CN106250156A (en) * 2016-08-01 2016-12-21 腾讯科技(深圳)有限公司 Constructing method of component and device, component call method and apparatus
CN107832038A (en) * 2017-10-27 2018-03-23 中航信移动科技有限公司 The implementation method and device of Component Gallery
CN109783707A (en) * 2019-01-23 2019-05-21 欧普照明股份有限公司 A kind of moade setting method and device of monitoring system
CN110597586A (en) * 2019-08-19 2019-12-20 北京邮电大学 Method and device for large screen layout of componentized layout based on dragging

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110225500A1 (en) * 2010-03-12 2011-09-15 Salesforce.Com, Inc. Service Cloud Console
CN106250156A (en) * 2016-08-01 2016-12-21 腾讯科技(深圳)有限公司 Constructing method of component and device, component call method and apparatus
CN107832038A (en) * 2017-10-27 2018-03-23 中航信移动科技有限公司 The implementation method and device of Component Gallery
CN109783707A (en) * 2019-01-23 2019-05-21 欧普照明股份有限公司 A kind of moade setting method and device of monitoring system
CN110597586A (en) * 2019-08-19 2019-12-20 北京邮电大学 Method and device for large screen layout of componentized layout based on dragging

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张根: "基于React组件快速构建网站前端", 《电脑知识与技术》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112698826A (en) * 2021-03-23 2021-04-23 杭州数式网络科技有限公司 Low code page creation system, method and equipment

Similar Documents

Publication Publication Date Title
JP6672141B2 (en) Mobile application interaction user interface for remote computing device monitoring test device
US20170192628A1 (en) System, method, and machine-readable medium for simultaneously displaying connected industrial assets in multiple display modes
CN103532780B (en) O&M for IT field monitors integral system and integrated monitoring method
CN104407964B (en) A kind of centralized monitoring system and method based on data center
CN108701152A (en) Management and the data that industrial assets are presented
CN105302120A (en) Remote service device, system and method of intelligent equipment
CN108234168A (en) A kind of method for exhibiting data and system based on service topology
CN104756443A (en) Managing converged information technology infrastructure with generic object instances
CN112328220A (en) Stream data processing system based on dragging arrangement mode and processing method thereof
CN106506213A (en) A kind of internet of things equipment visualization interface display packing and system
CN101867494A (en) Soft hardware performance monitoring method based on monitoring template, and system thereof
US20200242281A1 (en) Method and system for 3d visually monitoring a building, and memorizer
CN109756443A (en) Smart home device interlock method, equipment and system
CN110995859A (en) Intelligent transformer substation supporting platform system based on ubiquitous Internet of things
CN102855369A (en) Method and system for collecting failure information and medical equipment
CN113473074B (en) Detection method, electronic equipment, detection equipment and storage medium
CN109213102A (en) More order monitoring methods, device, computer equipment and storage medium
CN103632226A (en) SVG (scalable vector graphics) imaging modeling-based method for realizing information resource monitoring and positioning
CN112025703B (en) Robot self-diagnosis method, device and system
CN111641672A (en) Configuration method and configuration system of cloud resource monitoring component
CN107742527A (en) Electronic health record recording method and system
CN204291014U (en) A kind of machine room monitoring system
CN113206867B (en) Intelligent data acquisition monitoring system, method and timing acquisition service module
CN109764915A (en) According to production environment temperature and humidity intelligent method for early warning, storage medium and intelligent terminal
CN112115013A (en) Test data summarizing system and method thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200908

RJ01 Rejection of invention patent application after publication