CN112667463A - Application system baseline state monitoring method and device - Google Patents

Application system baseline state monitoring method and device Download PDF

Info

Publication number
CN112667463A
CN112667463A CN202011527059.8A CN202011527059A CN112667463A CN 112667463 A CN112667463 A CN 112667463A CN 202011527059 A CN202011527059 A CN 202011527059A CN 112667463 A CN112667463 A CN 112667463A
Authority
CN
China
Prior art keywords
baseline
baseline value
states
current version
application system
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
CN202011527059.8A
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.)
China Unionpay Co Ltd
Original Assignee
China Unionpay 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 China Unionpay Co Ltd filed Critical China Unionpay Co Ltd
Priority to CN202011527059.8A priority Critical patent/CN112667463A/en
Publication of CN112667463A publication Critical patent/CN112667463A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a method and a device for monitoring the baseline state of an application system, wherein the method comprises the steps of acquiring the baseline value of the current version, periodically acquiring the baseline states of different dimensions of a preset host in the preset application system, and if the baseline states of the different dimensions of the current period are inconsistent with the baseline value of the current version, carrying out alarm prompt and displaying the dimensions with inconsistent baseline states and baseline values. By comparing the configured baseline value of the current version with the periodically acquired baseline states of different dimensions, the inconsistent baseline states can be quickly determined to alarm. Compared with the existing mode that each application system is configured with the own inspection system, the method can realize the unified monitoring management of the baseline state of the application system, avoid repeated operation and improve the monitoring efficiency.

Description

Application system baseline state monitoring method and device
Technical Field
The invention relates to the technical field of cloud platforms, in particular to a method and a device for monitoring the baseline state of an application system.
Background
More and more application systems of the cloud platform are provided, and after each application system is technically online, an application state checking system needs to be built from zero, so that the efficiency is not high; meanwhile, the system state checking methods of each application system are different, the checking contents are different, and a uniform standard is also lacked in the aspect of result analysis. After the inspection result is not in accordance with the expectation, the historical inspection result sometimes needs to be subjected to tracking and comparative analysis, and a unified management means for the inspection result is lacking. After the application system change, the expectations of some of the inspection items have changed, lacking an iterative method to quickly modify the inspection method or the outcome expectations. Therefore, each application system is respectively provided with an own checking system at present, the standards are not uniform, the work content is repeated, and the execution operation efficiency is not high.
Disclosure of Invention
The embodiment of the invention provides a method and a device for monitoring the baseline state of an application system, which are used for uniformly managing the application system and improving the inspection efficiency of the application system.
In a first aspect, an embodiment of the present invention provides an application system baseline status monitoring method, including:
obtaining a baseline value of a current version;
periodically acquiring baseline states of different dimensions of a preset host in a preset application system;
and if the baseline state of different dimensions of the current period is inconsistent with the baseline value of the current version, giving an alarm prompt to the dimension with inconsistent baseline state and baseline value, and displaying the dimension.
In the technical scheme, the configured baseline value of the current version is compared with the periodically acquired baseline states of different dimensions, so that the inconsistent baseline states can be quickly determined to alarm. Compared with the existing mode that each application system is configured with the own inspection system, the method can realize the unified monitoring management of the baseline state of the application system, avoid repeated operation and improve the monitoring efficiency.
Optionally, the baseline value of the current version is stored after user configuration.
Optionally, the plurality of dimensions include, but are not limited to, file content, directory, and command baseline.
Optionally, the periodically obtaining the baseline states of the preset hosts in the preset application system in different dimensions includes:
and acquiring the baseline states of different dimensions of a preset host in the preset application system by using an Angle concurrency module at a preset time interval.
Optionally, it is determined whether the baseline state of the different dimensions of the current cycle is consistent with the baseline value of the current version according to the following steps:
and comparing the MD5 values of the baseline states of different dimensions of the current period with the baseline value of the current version, if the difference exists, determining that the baseline states are inconsistent, and if the difference does not exist, determining that the baseline states are consistent.
Optionally, after the obtaining of the baseline value of the current version, the method further includes:
acquiring a version number to be backed off; based on the version number, using a Git technology to rollback the baseline value of the current version to the baseline value corresponding to the version number; or
And determining the baseline state acquired in the current period as the baseline value of the current version.
In a second aspect, an embodiment of the present invention provides an application system baseline status monitoring apparatus, including:
an acquisition unit configured to acquire a baseline value of a current version;
the processing unit is used for periodically acquiring the baseline states of different dimensions of a preset host in a preset application system; and if the baseline state of different dimensions of the current period is inconsistent with the baseline value of the current version, giving an alarm prompt to the dimension with inconsistent baseline state and baseline value, and displaying the dimension.
Optionally, the baseline value of the current version is stored after user configuration.
Optionally, the plurality of dimensions include, but are not limited to, file content, directory, and command baseline.
Optionally, the processing unit is specifically configured to:
and acquiring the baseline states of different dimensions of a preset host in the preset application system by using an Angle concurrency module at a preset time interval.
Optionally, the processing unit is specifically configured to:
determining whether baseline states of different dimensions of a current cycle are consistent with a baseline value of the current version according to the following steps:
and comparing the MD5 values of the baseline states of different dimensions of the current period with the baseline value of the current version, if the difference exists, determining that the baseline states are inconsistent, and if the difference does not exist, determining that the baseline states are consistent.
Optionally, the processing unit is further configured to:
after the baseline value of the current version is obtained, obtaining a version number to be backed off; based on the version number, using a Git technology to rollback the baseline value of the current version to the baseline value corresponding to the version number; or
And determining the baseline state acquired in the current period as the baseline value of the current version.
In a third aspect, an embodiment of the present invention further provides a computing device, including:
a memory for storing program instructions;
and the processor is used for calling the program instruction stored in the memory and executing the application system baseline state monitoring method according to the obtained program.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable non-volatile storage medium, which includes computer-readable instructions, and when the computer reads and executes the computer-readable instructions, the computer is caused to execute the application system baseline state monitoring method.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic diagram of a system architecture according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a method for monitoring a baseline status of an application system according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of baseline condition monitoring provided by an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an application system baseline status monitoring apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a system architecture provided in an embodiment of the present invention. As shown in fig. 1, the system architecture may be a server 100, and the server 100 may include a processor 110, a communication interface 120, and a memory 130.
The communication interface 120 is used for communicating with a terminal device, and transceiving information transmitted by the terminal device to implement communication.
The processor 110 is a control center of the server 100, connects various parts of the entire server 100 using various interfaces and lines, performs various functions of the server 100 and processes data by running or executing software programs and/or modules stored in the memory 130 and calling data stored in the memory 130. Alternatively, processor 110 may include one or more processing units.
The memory 130 may be used to store software programs and modules, and the processor 110 executes various functional applications and data processing by operating the software programs and modules stored in the memory 130. The memory 130 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to a business process, and the like. Further, the memory 130 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
It should be noted that the structure shown in fig. 1 is only an example, and the embodiment of the present invention is not limited thereto.
Based on the above description, fig. 2 shows in detail a flow of an application baseline status monitoring method according to an embodiment of the present invention, where the flow may be executed by an application baseline status monitoring apparatus.
As shown in fig. 2, the process specifically includes:
step 201, obtaining a baseline value of the current version.
In an embodiment of the present invention, the baseline value of the current version is stored after user configuration. The baseline value includes a plurality of dimensions including, but not limited to, file content, directory, and command baseline. The baseline status monitoring of each application system is applicable to the multiple dimensions, unifying templates.
All application systems carry out the configuration of the baseline state set based on the same baseline template, thereby ensuring the standard unification of the checked sets of all the application systems; the dimensionality of the subsequent base line needs to be expanded and adjusted, only the base line template needs to be updated, all application systems can be matched and adjusted in a unified mode, and the easiness in popularization of inspection items is guaranteed.
Before obtaining the baseline value of the current version, the application system and the host in the application system need to be selected first, that is, the preset application system and the preset host are determined. It is also necessary to obtain a configured period, i.e. a preset time interval. The default application system, the default host, and the default time interval may be set empirically.
The selection of the host is carried out based on the application system, the operation is convenient, and the host of other application systems is prevented from being operated by mistake. Meanwhile, if the host of the application system has dynamic change, the dynamic expansion and contraction of the host in the configuration items can be conveniently carried out.
The combination of the host set and the baseline instance configuration set in the embodiment of the invention forms a complete baseline state set of the application system, and the advantages are as follows: the decoupling of the host set and the baseline check command provides the operational ease for the dynamic adjustment of the baseline state set, for example, as the number of the hosts of the application system increases, only the hosts need to be dynamically added to the host set, the baseline instance configuration does not need to be adjusted, and the easy extensibility of the baseline state monitoring system is realized.
Step 202, periodically obtaining baseline states of different dimensions of a preset host in a preset application system.
And acquiring the baseline states of different dimensions of a preset host in the preset application system by using an Angle concurrency module at a preset time interval.
The baseline state of each host is automatically acquired by flexibly configuring the preset time interval, concurrent operation of all hosts in the baseline state set is realized based on the concurrent module of the alarm, and the capability of acquiring and comparing the baseline value is improved.
And 203, if the baseline state of different dimensions of the current period is inconsistent with the baseline value of the current version, giving an alarm for the dimension with inconsistent baseline state and baseline value, and displaying the dimension.
After baseline states of different dimensions of the current period are obtained, MD5 value comparison can be performed on the baseline states of different dimensions of the current period and the baseline value of the current version, if there is a difference, inconsistency is determined, otherwise consistency is determined. That is, the MD5 value is compared with the baseline value of the current version based on the current baseline state acquisition value, and an alarm is given and displayed if there is a difference.
In addition, after the baseline value of the current version is obtained, the version number to be backed off can be obtained; and based on the version number, using a Git technology to roll back the baseline value of the current version to the baseline value corresponding to the version number. What is referred to herein as a version rollback operation, by selecting a comparison value for the historical baseline version to view for comparative analysis, if a problem with the current baseline value is identified, the baseline value version may be quickly rolled back based on Git.
The baseline state obtained in the current period may also be determined as the baseline value of the current version, that is, the current baseline state is taken as the latest baseline value.
In order to better explain the embodiment of the present invention, the flow of the above application system baseline status monitoring will be described in a specific implementation scenario.
As shown in fig. 3, the specific process includes:
(1) the first step is to select an application system within which the host scope of baseline condition monitoring is defined after the application system is selected.
(2) The second step proceeds with the selection of the baseline host.
The selected hosts will all be applied to the baseline set configured in the third step.
Different host sets may configure different baseline sets.
Along with the expansion and contraction of the application system, the host can be added and deleted on the existing baseline state plan, and the characteristic of easy expansion of the baseline state set on the host level is realized.
(3) The third step is to perform a collective matching of baseline states.
The baseline state definition for all applications contains the following configuration in several dimensions:
dimension 1: the contents of the file.
The configured file content is monitored, and if the file content and the like change and the MD5 value of the file changes, the inconsistency of the file content is warned.
Dimension 2: a directory.
And monitoring all files under the configured directory, and if the files under the directory are changed or the files are deleted, alarming that the directory is inconsistent.
Dimension 3: and (4) commanding.
The comparison is based on the standard output of the configured command, and if the standard output of the command changes, the command baseline result is alerted to be inconsistent.
Dimension 4: an environmental variable.
And configuring the environment variable of the user to be monitored, and if the environment variable of the user is changed, giving a corresponding alarm.
The baseline set of all the application systems comprises the configuration with four dimensions, and the standard unification of the baseline state configuration can be achieved.
All baseline condition results were checked based on the comparison at MD5, so the criteria for the results of the comparison are also uniform.
The configuration dimension of the baseline state can be increased, the transverse extension of the inspection dimension is realized, and the characteristic of easy extension is realized.
The second step is to select the host set, the third step is to configure the baseline configuration item applied to the host set, and the decoupling of the two steps can simply perform the dynamic extension of host maintenance on the baseline state set.
(4) The fourth step: a timed task configuration of baseline status checks is performed.
The periodicity of the baseline state is configured to automatically perform a time interval.
(4) The fifth step: a baseline value is obtained.
After the baseline state set configuration is completed, the current baseline value must be obtained, that is, the result of the files, directories, commands, environment variables, etc. in the configured baseline set is computed by MD5 and the image is saved.
Therefore, the baseline execution result of the subsequent periodic timing task can be compared with the baseline value, and the consistency or inconsistency of the result is confirmed, so that the automatic monitoring target of the baseline state is achieved.
If some baseline state values change due to system changes and the like, new baseline values can be obtained again, and subsequent baseline state comparison can be performed based on the new baseline values for comparison and monitoring.
(6) And a sixth step: periodic timing checks.
And periodically using an infrastructure concurrency module to obtain baseline state values of different dimensions of each host, and comparing MD5 values according to the baseline value of the current version to obtain a comparison result.
(7) The seventh step: and displaying and analyzing the result.
And the sixth step displays the comparison results of the baseline state sets, if a certain baseline state is inconsistent, an alarm is output, and meanwhile, the comparison results can be clicked to check and enter a baseline plan version list, so that the difference detail of the comparison results based on the current baseline version can be selected to check, the comparison results of the historical baseline versions can also be selected, and the transverse comparison analysis can be conveniently carried out.
In the embodiment of the invention, the baseline value of the current version is acquired, the baseline states of different dimensions of the preset host in the preset application system are periodically acquired, and if the baseline states of different dimensions of the current period are inconsistent with the baseline value of the current version, the dimensions with inconsistent baseline states and baseline values are subjected to alarm prompt and are displayed. By comparing the configured baseline value of the current version with the periodically acquired baseline states of different dimensions, the inconsistent baseline states can be quickly determined to alarm. Compared with the existing mode that each application system is configured with the own inspection system, the method can realize the unified monitoring management of the baseline state of the application system, avoid repeated operation and improve the monitoring efficiency.
Based on the same technical concept, fig. 4 exemplarily shows a structure of an application system baseline state monitoring apparatus provided by an embodiment of the present invention, and the apparatus may perform an application system baseline state monitoring process.
As shown in fig. 4, the apparatus specifically includes:
an obtaining unit 401, configured to obtain a baseline value of a current version;
a processing unit 402, configured to periodically obtain baseline states of different dimensions of a preset host in a preset application system; and if the baseline state of different dimensions of the current period is inconsistent with the baseline value of the current version, giving an alarm prompt to the dimension with inconsistent baseline state and baseline value, and displaying the dimension.
Optionally, the baseline value of the current version is stored after user configuration.
Optionally, the plurality of dimensions include, but are not limited to, file content, directory, and command baseline.
Optionally, the processing unit 402 is specifically configured to:
and acquiring the baseline states of different dimensions of a preset host in the preset application system by using an Angle concurrency module at a preset time interval.
Optionally, the processing unit 402 is specifically configured to:
determining whether baseline states of different dimensions of a current cycle are consistent with a baseline value of the current version according to the following steps:
and comparing the MD5 values of the baseline states of different dimensions of the current period with the baseline value of the current version, if the difference exists, determining that the baseline states are inconsistent, and if the difference does not exist, determining that the baseline states are consistent.
Optionally, the processing unit 402 is further configured to:
after the baseline value of the current version is obtained, obtaining a version number to be backed off; based on the version number, using a Git technology to rollback the baseline value of the current version to the baseline value corresponding to the version number; or
And determining the baseline state acquired in the current period as the baseline value of the current version.
Based on the same technical concept, an embodiment of the present invention further provides a computing device, including:
a memory for storing program instructions;
and the processor is used for calling the program instructions stored in the memory and executing the application system baseline state monitoring method according to the obtained program.
Based on the same technical concept, the embodiment of the invention also provides a computer-readable non-volatile storage medium, which comprises computer-readable instructions, and when the computer reads and executes the computer-readable instructions, the computer is enabled to execute the application system baseline state monitoring method.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data storage management apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data storage management apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data storage management apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable storage data management apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (14)

1. A baseline state monitoring method for an application system is characterized by comprising the following steps:
obtaining a baseline value of a current version;
periodically acquiring baseline states of different dimensions of a preset host in a preset application system;
and if the baseline state of different dimensions of the current period is inconsistent with the baseline value of the current version, giving an alarm prompt to the dimension with inconsistent baseline state and baseline value, and displaying the dimension.
2. The method of claim 1, wherein the baseline value of the current version is stored after user configuration.
3. The method of claim 1, wherein the plurality of dimensions include, but are not limited to, file content, directories, and command baselines.
4. The method of claim 1, wherein the periodically obtaining baseline states of different dimensions of a provisioning host within the provisioning application system comprises:
and acquiring the baseline states of different dimensions of a preset host in the preset application system by using an Angle concurrency module at a preset time interval.
5. The method of claim 1, wherein determining whether the baseline state for the different dimensions of the current cycle is consistent with the baseline value for the current version is based on:
and comparing the MD5 values of the baseline states of different dimensions of the current period with the baseline value of the current version, if the difference exists, determining that the baseline states are inconsistent, and if the difference does not exist, determining that the baseline states are consistent.
6. The method of any of claims 1 to 5, further comprising, after said obtaining a baseline value for the current version:
acquiring a version number to be backed off; based on the version number, using a Git technology to rollback the baseline value of the current version to the baseline value corresponding to the version number; or
And determining the baseline state acquired in the current period as the baseline value of the current version.
7. An application system baseline condition monitoring apparatus, comprising:
an acquisition unit configured to acquire a baseline value of a current version;
the processing unit is used for periodically acquiring the baseline states of different dimensions of a preset host in a preset application system; and if the baseline state of different dimensions of the current period is inconsistent with the baseline value of the current version, giving an alarm prompt to the dimension with inconsistent baseline state and baseline value, and displaying the dimension.
8. The apparatus of claim 7, in which the baseline value for the current version is stored after user configuration.
9. The apparatus of claim 7, in which the plurality of dimensions include, but are not limited to, file content, directories, and command baselines.
10. The apparatus as claimed in claim 7, wherein said processing unit is specifically configured to:
and acquiring the baseline states of different dimensions of a preset host in the preset application system by using an Angle concurrency module at a preset time interval.
11. The apparatus as claimed in claim 7, wherein said processing unit is specifically configured to:
determining whether baseline states of different dimensions of a current cycle are consistent with a baseline value of the current version according to the following steps:
and comparing the MD5 values of the baseline states of different dimensions of the current period with the baseline value of the current version, if the difference exists, determining that the baseline states are inconsistent, and if the difference does not exist, determining that the baseline states are consistent.
12. The apparatus of any of claims 7 to 11, wherein the processing unit is further to:
after the baseline value of the current version is obtained, obtaining a version number to be backed off; based on the version number, using a Git technology to rollback the baseline value of the current version to the baseline value corresponding to the version number; or
And determining the baseline state acquired in the current period as the baseline value of the current version.
13. A computing device, comprising:
a memory for storing program instructions;
a processor for calling program instructions stored in said memory to execute the method of any one of claims 1 to 6 in accordance with the obtained program.
14. A computer-readable non-transitory storage medium including computer-readable instructions which, when read and executed by a computer, cause the computer to perform the method of any one of claims 1 to 6.
CN202011527059.8A 2020-12-22 2020-12-22 Application system baseline state monitoring method and device Pending CN112667463A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011527059.8A CN112667463A (en) 2020-12-22 2020-12-22 Application system baseline state monitoring method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011527059.8A CN112667463A (en) 2020-12-22 2020-12-22 Application system baseline state monitoring method and device

Publications (1)

Publication Number Publication Date
CN112667463A true CN112667463A (en) 2021-04-16

Family

ID=75407607

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011527059.8A Pending CN112667463A (en) 2020-12-22 2020-12-22 Application system baseline state monitoring method and device

Country Status (1)

Country Link
CN (1) CN112667463A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113904924A (en) * 2021-10-19 2022-01-07 吴枚兰 Efficient operation and maintenance method for local area network system of Internet of things

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104125197A (en) * 2013-04-24 2014-10-29 阿里巴巴集团控股有限公司 Security baseline system and method thereof for implementing security checks
CN104346574A (en) * 2014-10-23 2015-02-11 武汉大学 Automatic host computer security configuration vulnerability restoration method and system based on configuration specification
CN107104848A (en) * 2016-02-19 2017-08-29 中国移动通信集团浙江有限公司 Information technology system monitoring method and device
CN109683911A (en) * 2018-12-26 2019-04-26 上海金融期货信息技术有限公司 A kind of system for realizing automation application deployment and impact analysis
CN111078490A (en) * 2019-10-11 2020-04-28 广西电网有限责任公司信息中心 Server safety guarantee method and system based on monitoring analysis of operating system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104125197A (en) * 2013-04-24 2014-10-29 阿里巴巴集团控股有限公司 Security baseline system and method thereof for implementing security checks
CN104346574A (en) * 2014-10-23 2015-02-11 武汉大学 Automatic host computer security configuration vulnerability restoration method and system based on configuration specification
CN107104848A (en) * 2016-02-19 2017-08-29 中国移动通信集团浙江有限公司 Information technology system monitoring method and device
CN109683911A (en) * 2018-12-26 2019-04-26 上海金融期货信息技术有限公司 A kind of system for realizing automation application deployment and impact analysis
CN111078490A (en) * 2019-10-11 2020-04-28 广西电网有限责任公司信息中心 Server safety guarantee method and system based on monitoring analysis of operating system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113904924A (en) * 2021-10-19 2022-01-07 吴枚兰 Efficient operation and maintenance method for local area network system of Internet of things

Similar Documents

Publication Publication Date Title
CN110515795B (en) Big data component monitoring method and device and electronic equipment
CN107608695B (en) Hard disk firmware upgrading method and device and server
CN109002295B (en) Static code scanning method, system, server and storage medium
CN108255735B (en) Associated environment testing method, electronic device and computer readable storage medium
EP3413149B1 (en) Field device commissioning system and field device commissioning method
CN116302708A (en) Data backup method, device, equipment and storage medium based on load balancing
CN111813377A (en) Method and device for automatically generating application program
CN115392501A (en) Data acquisition method and device, electronic equipment and storage medium
CN112667463A (en) Application system baseline state monitoring method and device
CN110968339B (en) Method and device for front-end building tool and electronic equipment
CN112446625A (en) Process line generation system, method, platform and storage medium
CN111147291A (en) Service maintenance method and device
CN116049000A (en) Environment parameter configuration method, device, equipment, storage medium and product
CN114936152A (en) Application testing method and device
CN114489999A (en) Method and device for processing pipeline task, processor and electronic equipment
CN111124459B (en) Method and device for updating service logic of FPGA cloud server
CN107784040B (en) File issuing method and device
CN113434938A (en) BIM (building information modeling) model checking method and device, computer equipment and storage medium
CN112579189A (en) Configuration file updating method and device
CN110674214A (en) Big data synchronization method and device, computer equipment and storage medium
CN110955813A (en) Data crawling method and device
CN116909581B (en) HBase service multi-instance management method, device, equipment and storage medium
CN113741931B (en) Software upgrading method and device, electronic equipment and readable storage medium
CN110879722B (en) Method and device for generating logic schematic diagram and computer storage medium
CN116185837A (en) Interface testing method, device, computer equipment and readable storage medium

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