CN106709578B - Operation and maintenance monitoring device and operation and maintenance monitoring method - Google Patents

Operation and maintenance monitoring device and operation and maintenance monitoring method Download PDF

Info

Publication number
CN106709578B
CN106709578B CN201611226670.0A CN201611226670A CN106709578B CN 106709578 B CN106709578 B CN 106709578B CN 201611226670 A CN201611226670 A CN 201611226670A CN 106709578 B CN106709578 B CN 106709578B
Authority
CN
China
Prior art keywords
maintenance
task
executing
storage unit
monitoring device
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.)
Active
Application number
CN201611226670.0A
Other languages
Chinese (zh)
Other versions
CN106709578A (en
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 Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN201611226670.0A priority Critical patent/CN106709578B/en
Publication of CN106709578A publication Critical patent/CN106709578A/en
Application granted granted Critical
Publication of CN106709578B publication Critical patent/CN106709578B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/20Administration of product repair or maintenance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Human Resources & Organizations (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Operations Research (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • General Engineering & Computer Science (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides an operation and maintenance monitoring device, which comprises: the system comprises a task storage unit, a method storage unit, a result storage unit, a configuration unit and a processing unit; the task storage unit stores all the operation and maintenance tasks, parameters required for executing each operation and maintenance task and operation and maintenance method information required for executing each operation and maintenance task; the method storage unit stores all operation and maintenance methods; the result storage unit stores operation and maintenance results of executing the operation and maintenance tasks; the configuration unit configures and stores configuration information of all data; the configuration information is configured according to the platform where the operation and maintenance monitoring device is located; the processing unit runs a processing program written by a cross-platform Python language, is respectively connected with the task storage unit, the method storage unit, the result storage unit and the configuration unit, and is used for reading and executing the operation and maintenance tasks stored in the task storage unit. The operation and maintenance monitoring device provided by the invention can be suitable for different platforms, and the operation and maintenance monitoring device is beneficial to realizing operation and maintenance centralized management.

Description

Operation and maintenance monitoring device and operation and maintenance monitoring method
Technical Field
The invention relates to the technical field of automatic operation and maintenance monitoring, in particular to an operation and maintenance monitoring device and an operation and maintenance monitoring method.
Background
With the development of the scientific and technical information industry, more and more enterprises are intelligent, and particularly in the financial industry, the daily operation of the enterprises is not supported by automatic products and equipment. Each product and each device must be kept in a stable and good running state to ensure the healthy development of the whole enterprise. Therefore, the system has great significance for monitoring the operation and maintenance of each product and equipment in the system platform and finding problems in time.
The enterprise operation and maintenance center operates and maintains all application products and equipment of the whole enterprise, and has corresponding automatic operation and maintenance monitoring devices for various application products. However, the existing operation and maintenance monitoring devices are developed for a specific application platform, and have no universality. When a plurality of different platforms of the whole enterprise need operation and maintenance monitoring, the operation and maintenance monitoring can be realized only by correspondingly installing and operating different operation and maintenance monitoring devices. The management and operation modes of various different operation and maintenance monitoring devices are not uniform, which is not beneficial to centralized management and operation, often causes misoperation, and reduces the operation and maintenance work efficiency.
Disclosure of Invention
Based on the defects and shortcomings of the prior art, the invention provides an operation and maintenance monitoring device and an operation and maintenance monitoring method.
An operation and maintenance monitoring device comprising:
the system comprises a task storage unit, a method storage unit, a result storage unit, a configuration unit and a processing unit;
the task storage unit is used for storing all the operation and maintenance tasks, parameters required for executing each operation and maintenance task and operation and maintenance method information required for executing each operation and maintenance task;
the method storage unit is used for storing all the operation and maintenance methods;
the result storage unit is used for storing the operation and maintenance result of the operation and maintenance task;
the configuration unit is used for configuring and storing configuration information of all data of the operation and maintenance monitoring device; the configuration information is configured according to the platform where the operation and maintenance monitoring device is located, so that the operation and maintenance monitoring device is suitable for different platforms;
the processing unit runs a processing program written in a cross-platform Python language, is respectively connected with the task storage unit, the method storage unit, the result storage unit and the configuration unit, and is used for reading and executing the operation and maintenance tasks stored in the task storage unit.
Preferably, the processing unit is further configured to:
before the operation and maintenance tasks stored in the task storage unit are read and executed, confirming the type of a platform where the operation and maintenance monitoring device is located according to configuration information of all data of the operation and maintenance monitoring device stored in the configuration unit;
and selecting a program running method suitable for the platform where the operation and maintenance monitoring device is located according to the type of the platform where the operation and maintenance monitoring device is located, and running a processing program written in a cross-platform Python language by using the selected program running method.
Preferably, the task storage unit stores all the operation and maintenance tasks, parameters required for executing each operation and maintenance task, and operation and maintenance method information required for executing each operation and maintenance task in the form of an extensible markup language file.
Preferably, the operation and maintenance method stored by the storage unit comprises the following steps: and adopting an operation and maintenance method function set written by a cross-platform Python language.
Preferably, when the processing unit reads and executes the operation and maintenance task stored in the task storage unit, the processing unit is specifically configured to:
reading the operation and maintenance task from the task storage unit; inquiring to obtain parameter information and operation and maintenance method information required for executing the operation and maintenance task and operation and maintenance result storage position information for executing the operation and maintenance task; executing the operation and maintenance task according to the parameter information and the operation and maintenance method information required by executing the operation and maintenance task; and storing the operation and maintenance result of the operation and maintenance task into the result storage unit according to the operation and maintenance result storage position information of the operation and maintenance task.
Preferably, when the processing unit reads the operation and maintenance task from the task storage unit, the processing unit is specifically configured to:
and polling the task storage unit, and reading a set number of unexecuted operation and maintenance tasks from the task storage unit.
Preferably, when the processing unit queries parameter information and operation and maintenance method information required for executing the operation and maintenance task, and operation and maintenance result storage location information for executing the operation and maintenance task, the processing unit is specifically configured to:
parameter information required by executing the operation and maintenance task and operation and maintenance method information required by executing the operation and maintenance task are obtained by inquiring in the task storage unit;
and inquiring the configuration unit to obtain the storage location information of the operation and maintenance method required for executing the operation and maintenance task and the storage location information of the operation and maintenance result for executing the operation and maintenance task.
Preferably, when the processing unit executes the operation and maintenance task according to the parameter information and the operation and maintenance method information required for executing the operation and maintenance task, the processing unit is specifically configured to:
reading parameters required by executing the operation and maintenance task from the task storage unit according to parameter information required by executing the operation and maintenance task, which is obtained by inquiring from the task storage unit;
and instantiating the operation and maintenance method required for executing the operation and maintenance task stored in the method storage unit according to the storage location information of the operation and maintenance method required for executing the operation and maintenance task, which is obtained by querying from the configuration unit.
Preferably, when the processing unit stores the operation and maintenance result of executing the operation and maintenance task into the result storage unit according to the operation and maintenance result storage location information of executing the operation and maintenance task, the processing unit is specifically configured to:
and storing the operation and maintenance result of the operation and maintenance task into the result storage unit according to the operation and maintenance result storage position information of the operation and maintenance task.
An operation and maintenance monitoring method applied to a processing unit of the operation and maintenance monitoring device includes:
acquiring an operation and maintenance task;
inquiring to obtain parameter information and operation and maintenance method information required for executing the operation and maintenance task and operation and maintenance result storage position information for executing the operation and maintenance task;
executing the operation and maintenance task according to the parameter information and the operation and maintenance method information required by executing the operation and maintenance task;
and storing the operation and maintenance result of the operation and maintenance task to the operation and maintenance result storage position.
The operation and maintenance monitoring device provided by the invention comprises: the system comprises a task storage unit, a method storage unit, a result storage unit, a configuration unit and a processing unit; the task storage unit is used for storing all the operation and maintenance tasks, parameters required for executing each operation and maintenance task and operation and maintenance method information required for executing each operation and maintenance task; the method storage unit is used for storing all the operation and maintenance methods; the result storage unit is used for storing the operation and maintenance result of the operation and maintenance task; the configuration unit is used for configuring and storing configuration information of all data of the operation and maintenance monitoring device; the configuration information is configured according to the platform where the operation and maintenance monitoring device is located, so that the operation and maintenance monitoring device is suitable for different platforms; the processing unit runs a processing program written in a cross-platform Python language, is respectively connected with the task storage unit, the method storage unit, the result storage unit and the configuration unit, and is used for reading and executing the operation and maintenance tasks stored in the task storage unit. The operation and maintenance monitoring device provided by the invention can change the data configuration information of the operation and maintenance monitoring device through the configuration unit so that the operation and maintenance monitoring device can be suitable for different platforms, and the processing unit of the operation and maintenance monitoring device runs a processing program written in a cross-platform Python language and can run on any platform. The operation and maintenance monitoring device provided by the invention is applied to the operation and maintenance center, can unify operation and maintenance modes and is convenient for centralized management.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic structural diagram of an operation and maintenance monitoring apparatus according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of an operation and maintenance monitoring method according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and 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.
The embodiment of the invention discloses an operation and maintenance monitoring device, which is shown in figure 1 and comprises:
a task storage unit 101, a method storage unit 102, a result storage unit 103, a configuration unit 104, and a processing unit 105;
the task storage unit 101 is configured to store all operation and maintenance tasks, parameters required for executing each operation and maintenance task, and operation and maintenance method information required for executing each operation and maintenance task;
specifically, for a certain system or a certain operation and maintenance center, the equipment or system platform that needs operation and maintenance monitoring is determined, that is, in an operation and maintenance center, the operation and maintenance monitoring task is determined. Therefore, in the task storage unit 101 of the operation and maintenance monitoring apparatus provided in the embodiment of the present invention, all the operation and maintenance tasks of the monitored whole device or the whole system platform, even the whole operation and maintenance center, the parameters required for executing the operation and maintenance tasks, and the operation and maintenance method information corresponding to each operation and maintenance task for executing the operation and maintenance task are stored. Based on the above processing, when the operation and maintenance monitoring device is applied to devices of different platforms, the operation and maintenance tasks do not need to be specially configured, and when the operation and maintenance monitoring device operates on any platform, the operation and maintenance monitoring device starts to execute the operation and maintenance monitoring tasks by uniformly reading the operation and maintenance monitoring tasks from the task storage unit 101.
The method storage unit 102 is configured to store all operation and maintenance methods;
corresponding to all the operation and maintenance monitoring tasks stored in the task storage unit 101, the method storage unit 102 stores the operation and maintenance methods required for executing each operation and maintenance task. Specifically, the method storage unit 102 is similar to a function library, in which all functions for executing the operation and maintenance task are stored. When the operation and maintenance monitoring device provided by the embodiment of the invention needs to execute the operation and maintenance task, a function for executing the operation and maintenance task is called from the method storage unit 102, and the called function is instantiated to complete the execution of the operation and maintenance task. In addition, a technician may configure a plurality of operation and maintenance monitoring methods for the same operation and maintenance monitoring task and store the operation and maintenance monitoring methods in the method storage unit 102, or continuously update or correct the operation and maintenance methods stored in the method storage unit 102, according to the requirement.
The result storage unit 103 is used for storing an operation and maintenance result of executing the operation and maintenance task;
the configuration unit 104 is configured to configure and store configuration information of all data of the operation and maintenance monitoring apparatus; the configuration information is configured according to the platform where the operation and maintenance monitoring device is located, so that the operation and maintenance monitoring device is suitable for different platforms;
in particular, the data representation or data storage path is different for devices or applications on different platforms. Therefore, for the operation and maintenance monitoring devices of different platforms, a data storage form and a data storage path suitable for the platform need to be adopted. The operation and maintenance monitoring device provided by the embodiment of the invention has the advantage that the configuration unit 104 of the operation and maintenance monitoring device can adjust the data form and the data storage path of the device according to different platforms applied by the operation and maintenance monitoring device, so that the operation and maintenance monitoring device is suitable for the applied platforms. Therefore, the operation and maintenance monitoring device provided by the embodiment of the invention can be suitable for different types of platforms.
The processing unit 105 runs a processing program written in a cross-platform Python language, and is respectively connected to the task storage unit 101, the method storage unit 102, the result storage unit 103, and the configuration unit 104, and is configured to read and execute an operation and maintenance task stored in the task storage unit 101.
Specifically, the processing unit 105 of the operation and maintenance monitoring device according to the embodiment of the present invention is implemented by solidifying a processing program written in a cross-platform Python language. The Python language has good cross-platform performance and can run programs written in any language. Therefore, since the processing program executed by the processing unit 105 itself has a cross-platform characteristic, the processing unit 105 can read any type of program on any platform, and it is further determined that the operation and maintenance monitoring device provided by the embodiment of the present invention can be applied to different application platforms.
In summary, the operation and maintenance monitoring apparatus provided by the present invention includes: the system comprises a task storage unit, a method storage unit, a result storage unit, a configuration unit and a processing unit; the task storage unit is used for storing all the operation and maintenance tasks, parameters required for executing each operation and maintenance task and operation and maintenance method information required for executing each operation and maintenance task; the method storage unit is used for storing all the operation and maintenance methods; the result storage unit is used for storing the operation and maintenance result of the operation and maintenance task; the configuration unit is used for configuring and storing configuration information of all data of the operation and maintenance monitoring device; the configuration information is configured according to the platform where the operation and maintenance monitoring device is located, so that the operation and maintenance monitoring device is suitable for different platforms; the processing unit runs a processing program written in a cross-platform Python language, is respectively connected with the task storage unit, the method storage unit, the result storage unit and the configuration unit, and is used for reading and executing the operation and maintenance tasks stored in the task storage unit. The operation and maintenance monitoring device provided by the invention can change the data configuration information of the operation and maintenance monitoring device through the configuration unit so that the operation and maintenance monitoring device can be suitable for different platforms, and the processing unit of the operation and maintenance monitoring device runs a processing program written in a cross-platform Python language and can run on any platform. The operation and maintenance monitoring device provided by the invention is applied to the operation and maintenance center, can unify operation and maintenance modes and is convenient for centralized management.
Optionally, in another embodiment of the present invention, the processing unit 105 is further configured to:
before the operation and maintenance tasks stored in the task storage unit 101 are read and executed, the type of the platform where the operation and maintenance monitoring device is located is confirmed according to the configuration information of all the data of the operation and maintenance monitoring device stored in the configuration unit 104;
specifically, the Python language program can select a data reading method and a program running method suitable for the platform according to different application platforms, so that the processing program written by the Python language has good cross-platform characteristics. When the operation and maintenance monitoring device provided by the embodiment of the invention is applied to different platforms, a technician performs data configuration on the operation and maintenance monitoring device through the configuration unit 104 according to platform requirements, so that the operation and maintenance monitoring device is suitable for the platform. Correspondingly, after the technician configures the configuration unit 104 according to the platform applied by the operation and maintenance monitoring device, the processing unit 105 firstly queries the data configuration information stored in the configuration unit 104 before executing the operation and maintenance task, and confirms the type of the platform where the operation and maintenance monitoring device is located according to the data type shown by the configuration unit 104.
And selecting a program running method suitable for the platform where the operation and maintenance monitoring device is located according to the type of the platform where the operation and maintenance monitoring device is located, and running a processing program written in a cross-platform Python language by using the selected program running method.
Specifically, after the processing unit 105 confirms the type of the platform where the operation and maintenance monitoring apparatus is located, a program running method and a data reading method suitable for the platform are further selected according to the type of the platform where the operation and maintenance monitoring apparatus is located. That is, the processing unit 105 selects a program running method suitable for the platform according to the characteristics of the platform. Further, when the operation and maintenance monitoring apparatus is applied to another platform, the processing unit 105 adjusts the method for running the program and the data reading method according to the platform, so that the operation and maintenance monitoring apparatus can run on the platform to execute the operation and maintenance monitoring task on the platform.
Optionally, in another embodiment of the present invention, the task storage unit 101 stores all the operation and maintenance tasks, parameters required for executing each operation and maintenance task, and operation and maintenance method information required for executing each operation and maintenance task in the form of an extensible markup language file.
Specifically, Extensible Markup Language (XML) is a Markup Language for marking electronic documents to be structured. The data stored in the form of XML files is convenient to process and view, and is the mainstream file format at present. The embodiment of the invention preferably adopts an XML file form to store all the operation and maintenance tasks, parameters required by executing each operation and maintenance task and operation and maintenance method information required by executing each operation and maintenance task. Obviously, on any platform, for the operated and maintained device, a proper file form can be selected according to requirements to store all the operation and maintenance tasks, parameters required for executing each operation and maintenance task, and operation and maintenance method information required for executing each operation and maintenance task, and the embodiment of the invention does not strictly require.
Optionally, in another embodiment of the present invention, the operation and maintenance method stored in the method storage unit 102 includes: and adopting an operation and maintenance method function set written by a cross-platform Python language.
Specifically, as the Python language has good cross-platform characteristics, a program written by the Python language has good expandability and portability. Based on the purpose of enabling the operation and maintenance monitoring device provided by the embodiment of the present invention to be suitable for different platforms, in the method storage unit 102 of the operation and maintenance monitoring device provided by the embodiment of the present invention, a function script set written in a cross-platform Python language is stored. Before the operation and maintenance monitoring device provided by the embodiment of the invention is used for executing the operation and maintenance task, a technician writes a method for executing the operation and maintenance task into a function script by using a Python language, and each step of operation processing for executing the operation and maintenance task is determined in the function script. When the operation and maintenance task is executed specifically, the processing unit 105 only needs to instantiate the operation and maintenance method corresponding to the operation and maintenance task stored in the method storage unit 102. Not only reduces the actual operation time, but also can reduce the misoperation rate and improve the operation and maintenance working quality.
Optionally, in another embodiment of the present invention, when the processing unit 105 reads and executes the operation and maintenance task stored in the task storage unit 101, the operation and maintenance task is specifically configured to:
reading an operation and maintenance task from the task storage unit 101; inquiring to obtain parameter information and operation and maintenance method information required for executing the operation and maintenance task and operation and maintenance result storage position information for executing the operation and maintenance task; executing the operation and maintenance task according to the parameter information and the operation and maintenance method information required by executing the operation and maintenance task; and storing the operation and maintenance result of the operation and maintenance task into the result storage unit 103 according to the operation and maintenance result storage location information of the operation and maintenance task.
Specifically, the processing unit 105 first reads an unexecuted operation and maintenance task from the task storage unit 101; and then determining parameter information and operation and maintenance method information for executing the operation and maintenance task and storage location information of the operation and maintenance result of executing the operation and maintenance task according to the read operation and maintenance task. When all the information for executing the operation and maintenance task is known, the processing unit 105 calls and instantiates the operation and maintenance method for executing the operation and maintenance task from the method storage unit 102, and executes the operation and maintenance task; and finally, storing the operation and maintenance result of executing the operation and maintenance task to an operation and maintenance result storage position. To this end, the processing unit 105 completes one operation and maintenance task, and then may continue to read other operation and maintenance tasks from the task storage unit 101 and execute them.
Optionally, in another embodiment of the present invention, when the processing unit 105 reads the operation and maintenance task from the task storage unit 101, the operation and maintenance task is specifically configured to:
polling all the operation and maintenance tasks stored in the task storage unit 101, and reading a set number of unexecuted operation and maintenance tasks from the operation and maintenance tasks.
Specifically, when the processing unit 105 reads the operation and maintenance tasks from the task storage unit 101, it first polls all the operation and maintenance tasks stored in the task storage unit 101, and determines which operation and maintenance tasks are unexecuted operation and maintenance tasks. Then, the processing unit 105 selects an unexecuted operation and maintenance task as an operation and maintenance task to be executed from the confirmed unexecuted operation and maintenance tasks. Further, the operation and maintenance monitoring apparatus according to the embodiment of the present invention sets the number of the operation and maintenance tasks read by the processing unit 105 each time according to the processing capability of the processing unit 105. Specifically, the configuration unit 104 may configure the number of operation and maintenance tasks that are simultaneously read and executed by the processing unit 105. The processing unit 105 has parallel processing capability, and can simultaneously execute a set number of operation and maintenance tasks without mutual interference. After the technician configures the number of the operation and maintenance tasks that are read and executed simultaneously for the processing unit 105 through the configuration unit 104, the processing unit 105 generates a set number of processes, and reads the unexecuted operation and maintenance tasks from the task storage unit 101 and executes the unexecuted operation and maintenance tasks.
In addition, if the polling task storage unit of the processing unit 105 that sets the number of times continuously does not poll to the unexecuted operation and maintenance task, the reading operation and maintenance task is cancelled.
Optionally, in another embodiment of the present invention, when the processing unit 105 queries parameter information and operation and maintenance method information required for executing the operation and maintenance task, and operation and maintenance result storage location information for executing the operation and maintenance task, the processing unit is specifically configured to:
parameter information required for executing the operation and maintenance task and operation and maintenance method information required for executing the operation and maintenance task are obtained by inquiring from the task storage unit 101;
specifically, the operation and maintenance tasks, the parameter information required for executing each operation and maintenance task, and the operation and maintenance method information corresponding to each operation and maintenance task are stored in the task storage unit 101. After the processing unit 105 reads the operation and maintenance task from the task storage unit 101, the processing unit can query the operation and maintenance task from the task storage unit 101 to obtain the parameters required for executing the operation and maintenance task and the operation and maintenance method information required for executing the operation and maintenance task.
The configuration unit 104 queries and obtains storage location information of the operation and maintenance method required for executing the operation and maintenance task, and storage location information of the operation and maintenance result for executing the operation and maintenance task.
Specifically, the configuration unit 104 stores the storage path information of the file in the operation and maintenance monitoring device. After obtaining the operation and maintenance method information required for executing the operation and maintenance task from the query, the processing unit 105 queries, according to the obtained operation and maintenance method information, a storage location (a specific storage location in the method storage unit 102) of the operation and maintenance method from the configuration unit 104, and queries, obtains the operation and maintenance result storage location information for executing the operation and maintenance task, that is, confirms a location in the result storage unit for storing the operation and maintenance result for executing the operation and maintenance task.
Optionally, in another embodiment of the present invention, when the processing unit 105 executes the operation and maintenance task according to the parameter information and the operation and maintenance method information required for executing the operation and maintenance task, the processing unit is specifically configured to:
reading parameters required for executing the operation and maintenance task from the task storage unit 101 according to parameter information required for executing the operation and maintenance task, which is obtained by querying from the task storage unit 101;
specifically, when the task storage unit 101 is initialized, parameters for executing the operation and maintenance task are stored in the task storage unit 101. Therefore, the processing unit 105 directly reads the required parameters from the task storage unit 101 according to the parameters required for executing the operation and maintenance task.
According to the storage location information of the operation and maintenance method required for executing the operation and maintenance task, which is obtained by querying from the configuration unit 104, the operation and maintenance method required for executing the operation and maintenance task, which is stored in the method storage unit 102, is instantiated.
Specifically, after querying the storage location information of the operation and maintenance method required for executing the read operation and maintenance task from the configuration unit 104, the processing unit 105 reads the operation and maintenance method from the corresponding storage location in the method storage unit 102, and instantiates the operation and maintenance method, that is, executes the operation and maintenance task. The processing unit 105 stores a set instantiation method for instantiating the operation and maintenance method. When the processing unit 105 needs to instantiate the operation and maintenance method, it is only necessary to directly call an instantiation method for instantiating the operation and maintenance method.
Optionally, in another embodiment of the present invention, when the processing unit 105 stores the operation and maintenance result of executing the operation and maintenance task into the result storage unit 103 according to the operation and maintenance result storage location information of executing the operation and maintenance task, specifically, the processing unit is configured to:
and storing the operation and maintenance result of the operation and maintenance task into the result storage unit 103 according to the operation and maintenance result storage location information of the operation and maintenance task.
Specifically, the operation and maintenance monitoring device provided by the embodiment of the invention stores the operation and maintenance results of the operation and maintenance tasks in a centralized manner, thereby facilitating the analysis of the system according to the time dimension and rapidly determining the system problems in a targeted manner.
The embodiment of the present invention further discloses an operation and maintenance monitoring method applied to the processing unit of the operation and maintenance monitoring device, which is shown in fig. 2, and the method includes:
s201, acquiring an operation and maintenance task;
specifically, the processing unit reads a set number of unexecuted operation and maintenance tasks from the task storage unit by a method of polling the task storage unit of the operation and maintenance monitoring device.
S202, inquiring to obtain parameter information and operation and maintenance method information required for executing the operation and maintenance task, and operation and maintenance result storage position information for executing the operation and maintenance task;
specifically, the processing unit firstly queries and obtains parameter information required for executing the read operation and maintenance task and method information required for executing the operation and maintenance task from the task storage unit; then, the processing unit queries from the configuration unit to obtain the storage location information of the operation and maintenance method required for executing the operation and maintenance task in the method storage unit, and queries from the configuration unit to obtain the storage location information of the operation and maintenance result for executing the operation and maintenance task in the result storage unit 103.
S203, executing the operation and maintenance task according to the parameter information and the operation and maintenance method information required by executing the operation and maintenance task;
specifically, the processing unit firstly reads parameters required for executing the operation and maintenance task from the task storage unit according to parameter information required for executing the operation and maintenance task, which is obtained by querying from the task storage unit; then, the processing unit reads and instantiates the operation and maintenance method from the storage location in the method storage unit according to the storage location information of the operation and maintenance method required for executing the operation and maintenance task, which is obtained by querying from the configuration unit, in the method storage unit, and executes the operation and maintenance task.
And S204, storing the operation and maintenance result of the operation and maintenance task to the operation and maintenance result storage position.
Specifically, the operation and maintenance result storage location for executing the operation and maintenance task, which is obtained by querying from the configuration unit by the processing unit, is a specific storage location of the operation and maintenance result in the result storage unit. After the processing unit executes the operation and maintenance task, the operation and maintenance result of the operation and maintenance task is stored in the result storage unit, and the operation and maintenance result storage position realizes centralized storage and management of data, thereby being beneficial to analyzing the problems of the system according to the stored data and the time dimension.
The operation and maintenance monitoring method provided by the embodiment of the invention is applied to a processing unit of an operation and maintenance monitoring device, wherein the processing unit firstly acquires an operation and maintenance task, then inquires to obtain parameter information and operation and maintenance method information required for executing the operation and maintenance task, and operation and maintenance result storage position information for executing the operation and maintenance task; executing the operation and maintenance task according to the parameter information and the operation and maintenance method information required by executing the operation and maintenance task; and finally, storing the operation and maintenance result of the operation and maintenance task to the operation and maintenance result storage position. When the operation and maintenance monitoring device provided by the embodiment of the invention executes the operation and maintenance monitoring task, the solidified operation and maintenance method is read from the storage device and executed, so that the actual operation time is reduced, and the misoperation rate is reduced.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (9)

1. An operation and maintenance monitoring device, comprising:
the system comprises a task storage unit, a method storage unit, a result storage unit, a configuration unit and a processing unit;
the task storage unit is used for storing all the operation and maintenance tasks, parameters required for executing each operation and maintenance task and operation and maintenance method information required for executing each operation and maintenance task;
the method storage unit is used for storing all operation and maintenance methods, and the operation and maintenance methods comprise operation and maintenance method function sets written by adopting a cross-platform Python language;
the result storage unit is used for storing the operation and maintenance result of the operation and maintenance task;
the configuration unit is used for configuring and storing configuration information of all data of the operation and maintenance monitoring device; the configuration information is configured according to the platform where the operation and maintenance monitoring device is located, so that the operation and maintenance monitoring device is suitable for different platforms;
the processing unit runs a processing program written in a cross-platform Python language, is respectively connected with the task storage unit, the method storage unit, the result storage unit and the configuration unit, and is used for reading and executing the operation and maintenance tasks stored in the task storage unit.
2. The operation and maintenance monitoring device of claim 1, wherein the processing unit is further configured to:
before the operation and maintenance tasks stored in the task storage unit are read and executed, confirming the type of a platform where the operation and maintenance monitoring device is located according to configuration information of all data of the operation and maintenance monitoring device stored in the configuration unit;
and selecting a program running method suitable for the platform where the operation and maintenance monitoring device is located according to the type of the platform where the operation and maintenance monitoring device is located, and running a processing program written in a cross-platform Python language by using the selected program running method.
3. The operation and maintenance monitoring device according to claim 1, wherein the task storage unit stores all the operation and maintenance tasks, parameters required for executing each operation and maintenance task, and operation and maintenance method information required for executing each operation and maintenance task in an extensible markup language file form.
4. The operation and maintenance monitoring device according to claim 1, wherein when the processing unit reads and executes the operation and maintenance task stored in the task storage unit, the processing unit is specifically configured to:
reading the operation and maintenance task from the task storage unit; inquiring to obtain parameter information and operation and maintenance method information required for executing the operation and maintenance task and operation and maintenance result storage position information for executing the operation and maintenance task; executing the operation and maintenance task according to the parameter information and the operation and maintenance method information required by executing the operation and maintenance task; and storing the operation and maintenance result of the operation and maintenance task into the result storage unit according to the operation and maintenance result storage position information of the operation and maintenance task.
5. The operation and maintenance monitoring device according to claim 4, wherein when the processing unit reads the operation and maintenance task from the task storage unit, the processing unit is specifically configured to:
and polling the task storage unit, and reading a set number of unexecuted operation and maintenance tasks from the task storage unit.
6. The operation and maintenance monitoring device according to claim 4, wherein the processing unit is specifically configured to, when obtaining the parameter information and the operation and maintenance method information required for executing the operation and maintenance task and the operation and maintenance result storage location information of executing the operation and maintenance task by querying, perform:
parameter information required by executing the operation and maintenance task and operation and maintenance method information required by executing the operation and maintenance task are obtained by inquiring in the task storage unit;
and inquiring the configuration unit to obtain the storage location information of the operation and maintenance method required for executing the operation and maintenance task and the storage location information of the operation and maintenance result for executing the operation and maintenance task.
7. The operation and maintenance monitoring device according to claim 6, wherein the processing unit is specifically configured to, when executing the operation and maintenance task, according to parameter information and operation and maintenance method information required for executing the operation and maintenance task:
reading parameters required by executing the operation and maintenance task from the task storage unit according to parameter information required by executing the operation and maintenance task, which is obtained by inquiring from the task storage unit;
and instantiating the operation and maintenance method required for executing the operation and maintenance task stored in the method storage unit according to the storage location information of the operation and maintenance method required for executing the operation and maintenance task, which is obtained by querying from the configuration unit.
8. The operation and maintenance monitoring device according to claim 6, wherein when the processing unit stores the operation and maintenance result of executing the operation and maintenance task into the result storage unit according to the operation and maintenance result storage location information of executing the operation and maintenance task, the processing unit is specifically configured to:
and storing the operation and maintenance result of the operation and maintenance task into the result storage unit according to the operation and maintenance result storage position information of the operation and maintenance task.
9. An operation monitoring method applied to the operation monitoring device according to any one of claims 1 to 8, wherein the method is applied to a processing unit of the operation monitoring device, and comprises the following steps:
acquiring an operation and maintenance task;
inquiring to obtain parameter information and operation and maintenance method information required for executing the operation and maintenance task and operation and maintenance result storage position information for executing the operation and maintenance task;
executing the operation and maintenance task according to the parameter information and the operation and maintenance method information required by executing the operation and maintenance task;
and storing the operation and maintenance result of the operation and maintenance task to the operation and maintenance result storage position.
CN201611226670.0A 2016-12-27 2016-12-27 Operation and maintenance monitoring device and operation and maintenance monitoring method Active CN106709578B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611226670.0A CN106709578B (en) 2016-12-27 2016-12-27 Operation and maintenance monitoring device and operation and maintenance monitoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611226670.0A CN106709578B (en) 2016-12-27 2016-12-27 Operation and maintenance monitoring device and operation and maintenance monitoring method

Publications (2)

Publication Number Publication Date
CN106709578A CN106709578A (en) 2017-05-24
CN106709578B true CN106709578B (en) 2021-02-02

Family

ID=58902750

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611226670.0A Active CN106709578B (en) 2016-12-27 2016-12-27 Operation and maintenance monitoring device and operation and maintenance monitoring method

Country Status (1)

Country Link
CN (1) CN106709578B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7665071B1 (en) * 2003-12-11 2010-02-16 Sun Microsystems, Inc. Management object model for performing management of a computer system
CN102739802A (en) * 2012-07-06 2012-10-17 广东电网公司汕头供电局 Service application-oriented IT contralized operation and maintenance analyzing system
CN103888287A (en) * 2013-12-18 2014-06-25 北京首都国际机场股份有限公司 Information system integrated operation and maintenance monitoring service early warning platform and realization method thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7665071B1 (en) * 2003-12-11 2010-02-16 Sun Microsystems, Inc. Management object model for performing management of a computer system
CN102739802A (en) * 2012-07-06 2012-10-17 广东电网公司汕头供电局 Service application-oriented IT contralized operation and maintenance analyzing system
CN103888287A (en) * 2013-12-18 2014-06-25 北京首都国际机场股份有限公司 Information system integrated operation and maintenance monitoring service early warning platform and realization method thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于开源框架Flask的运维监控系统的设计;燕飞宇 等;《信息与电脑》;20161023(第20期);第113-115页 *
数据中心自动化运维平台的设计与实现;王骏翔;《上海船舶运输科学研究所学报》;20160930;第39卷(第3期);第73-77页 *

Also Published As

Publication number Publication date
CN106709578A (en) 2017-05-24

Similar Documents

Publication Publication Date Title
JP2019523462A (en) Multitask scheduling method, system, application server, and computer-readable storage medium
CN107807815B (en) Method and device for processing tasks in distributed mode
CN109002295B (en) Static code scanning method, system, server and storage medium
CN104778124A (en) Automatic testing method for software application
CN111190892B (en) Method and device for processing abnormal data in data backfilling
WO2017198015A1 (en) Software upgrading method and apparatus
CN103246525A (en) Method and client for achieving application operation
CN108810164A (en) Device supporting SaaS application flow customization and operation as required
CN110532559B (en) Rule processing method and device
CN110750453B (en) HTML 5-based intelligent mobile terminal testing method, system, server and storage medium
CN116302708A (en) Data backup method, device, equipment and storage medium based on load balancing
CN108023905B (en) Internet of things application system and method
CN107526584B (en) Data access method and device
CN115113890A (en) Automatic deployment method, system, equipment and medium of terminal software
CN112905225A (en) Method and device for creating continuous integration tool construction task
CN114546588A (en) Task deployment method and device, storage medium and electronic device
CN113420189A (en) Intelligent terminal android App control method and system based on RPA
CN106709578B (en) Operation and maintenance monitoring device and operation and maintenance monitoring method
CN115794355B (en) Task processing method, device, terminal equipment and storage medium
CN112559124A (en) Model management system and target operation instruction processing method and device
CN111368720A (en) Automatic carrying and goods taking system and method
CN110362354A (en) RFID code reader external interface unified driving management system and method
CN111240998A (en) Test case processing method and device
CN113515293B (en) Method and system for managing DevOps toolchain
CN115421847A (en) Management method and equipment for research, development, operation and maintenance platform and CICD (common information carrier) assembly line supporting multiple engines

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant