CN109495331B - System monitoring method and device of network management system - Google Patents

System monitoring method and device of network management system Download PDF

Info

Publication number
CN109495331B
CN109495331B CN201710811225.9A CN201710811225A CN109495331B CN 109495331 B CN109495331 B CN 109495331B CN 201710811225 A CN201710811225 A CN 201710811225A CN 109495331 B CN109495331 B CN 109495331B
Authority
CN
China
Prior art keywords
server
network management
management system
trap information
system monitoring
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
CN201710811225.9A
Other languages
Chinese (zh)
Other versions
CN109495331A (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.)
Datang Mobile Communications Equipment Co Ltd
Original Assignee
Datang Mobile Communications Equipment 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 Datang Mobile Communications Equipment Co Ltd filed Critical Datang Mobile Communications Equipment Co Ltd
Priority to CN201710811225.9A priority Critical patent/CN109495331B/en
Publication of CN109495331A publication Critical patent/CN109495331A/en
Application granted granted Critical
Publication of CN109495331B publication Critical patent/CN109495331B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0817Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0213Standardised network management protocols, e.g. simple network management protocol [SNMP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/04Processing captured monitoring data, e.g. for logfile generation

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Environmental & Geological Engineering (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The embodiment of the invention provides a system monitoring method and a device of a network management system, in the method, a server carries a real-time value of a current system monitoring item in a trap message and sends the real-time value to a network management system service process arranged in the server, the process carries out adaptive trap analysis according to the types of different system monitoring items, and then sends the analyzed data to a client, so that the client can obtain the state of the current monitored item of the server in time. Therefore, the original flow of the system monitoring function in the prior art is changed, the conversion from the query mode to the report mode is realized by means of the circulation of data streams in the push mode, the architecture realization of the system monitoring function is redesigned, the original tightly-coupled system monitoring flow is changed into the existing loosely-coupled architecture, the interface dependence of the system monitoring function on the bottom query state is reduced, and the condition that the function of the whole system monitoring module is abnormal due to the existence of a bottom interface is avoided.

Description

System monitoring method and device of network management system
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a system monitoring method and device of a network management system.
Background
In a network management system, a system monitoring module is generally included, which is responsible for monitoring the server states such as the memory, the disk space, the CPU utilization rate, and the like of a server. The existing system monitoring implementation flow is shown in fig. 1. After an OMT (Operation maintenance terminal), that is, an Operation maintenance terminal, is started, first, initialization setting of a system monitoring module, such as a monitoring period, a monitoring granularity, and setting of monitoring data items, is performed. Then, the state monitoring of the server (OMC, operation and maintenance Center) is called, and the state data returned by the server is received, and finally, the data display result is rendered on the interface. And judging whether the monitoring times meet the set requirements in the calling process, and if not, circulating.
However, in the course of implementing the invention, the inventor finds that, in the conventional system monitoring module, it is general to use the relevant interface provided by polling jdk for querying the status of the host to obtain real-time data of the status of the host, so as to monitor the status of the host. The traditional implementation method is a "pull" implementation from the perspective of the client, that is, the client actively pulls the state data of the server from the server. By adopting the mode, the system monitoring function depends on the interface of the bottom layer query state, if the bottom layer interface has problems, the function of the whole system monitoring module is abnormal, namely the traditional method causes the tight coupling of the bottom layer implementation details and the upper layer interface.
Disclosure of Invention
The embodiment of the invention aims to provide a system monitoring method and device for a network management system.
In a first aspect, an embodiment of the present invention provides a system monitoring method for a network management system, including:
carrying real-time values of different types of system monitoring items of the server in corresponding types of trap information according to a preset sending rule of trap information trap, and sending the real-time values to a network management system service process arranged in the server;
the network management system service process carries out corresponding analysis operation on the trap information according to the type of the trap information to obtain real-time data of a system monitoring item corresponding to a server, wherein the real-time data can be identified by a client monitoring the server;
and sending the real-time data to the client.
Optionally, the preset sending rule of the trap information trap is: and sending trap information in a timing cycle.
Optionally, before the step of carrying the real-time value of the system monitoring item corresponding to the server in the trap information and sending the real-time value to the network management system service process set in the server, the method further includes:
and when a preset trap information sending switch is turned on, the network management system service process sends a trap information sending request to the server, wherein the trap information sending request is used for indicating the server to start sending trap information to the network management system service process.
Optionally, the step of performing, by the network management system service process, a corresponding parsing operation on the trap information according to the type of the system monitoring item includes:
and the network management system service process calls different analysis processors according to different types of the system monitoring items, and converts the real-time values of the system monitoring items corresponding to the servers in the trap information into Java bean data structures identified by Java by using the analysis processors.
In a second aspect, an embodiment of the present invention provides a system monitoring apparatus for a network management system, including:
a trap information sending unit, configured to carry real-time values of different types of system monitoring items of the server in corresponding types of trap information according to a preset sending rule of a trap of the self-trapping information, and send the real-time values to a network management system service process set in the server;
the analysis unit is used for carrying out corresponding analysis operation on the trap information according to the type of the trap information to acquire real-time data of a system monitoring item corresponding to the server, wherein the real-time data can be identified by a client monitoring the server;
and the communication unit is used for sending the real-time data to the client.
Optionally, the preset sending rule of the trap information trap is: and sending trap information in a timing cycle.
Optionally, the apparatus further comprises:
and the switch unit is arranged in the service process of the network management system and used for sending a trap information sending request to the server when a preset trap information sending switch is turned on, wherein the trap information sending request is used for indicating the server to start sending the trap information to the service process of the network management system.
Optionally, the parsing unit is further configured to:
and the network management system service process calls different analysis processors according to different types of the system monitoring items, and converts the real-time values of the system monitoring items corresponding to the servers in the trap information into Java bean data structures identified by Java by using the analysis processors.
In a third aspect, a further embodiment of the present invention provides a network management system server, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, and when the processor executes the computer program, the steps of the method according to the first aspect are implemented.
In a fourth aspect, a further embodiment of the invention provides a computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the steps of the method according to the first aspect.
The embodiment of the invention provides a system monitoring method and a device of a network management system, in the method, a server carries a real-time value of a current system monitoring item in a trap message and sends the real-time value to a network management system service process arranged in the server, the process carries out adaptive trap analysis according to the types of different system monitoring items, and then sends the analyzed data to a client, so that the client can obtain the state of the current monitored item of the server in time. Therefore, the original flow of the system monitoring function in the prior art is changed, the conversion from the query mode to the report mode is realized by means of the circulation of data streams in the push mode, the architecture realization of the system monitoring function is redesigned, the original tightly-coupled system monitoring flow is changed into the existing loosely-coupled architecture, the interface dependence of the system monitoring function on the bottom query state is reduced, and the condition that the function of the whole system monitoring module is abnormal due to the existence of a bottom interface is avoided.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a prior art interaction diagram of a network management system;
fig. 2 is a flowchart of a system monitoring method of a network management system according to an embodiment of the present invention;
fig. 3 is a complete flowchart of a system monitoring method of a network management system according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an embodiment of a system monitoring device of a network management system according to the present invention;
fig. 5 is a block diagram of an embodiment of a server device in a network management system according to 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.
In a first aspect, an embodiment of the present invention provides a system monitoring method for a network management system, as shown in fig. 2, including:
s101, according to a preset sending rule of the trap information trap, carrying real-time values of different types of system monitoring items of the server in corresponding types of trap information, and sending the real-time values to a network management system service process arranged in the server;
s102, the network management system service process carries out corresponding analysis operation on the trap information according to the type of the trap information to obtain real-time data of a system monitoring item corresponding to a server, wherein the real-time data can be identified by a client monitoring the server;
s103, sending the real-time data to the client.
The embodiment of the invention provides a system monitoring method of a network management system, in the method, a server carries a real-time value of a current system monitoring item in a trap message and sends the real-time value to a network management system service process arranged in the server, the process carries out adaptive trap analysis according to the types of different system monitoring items, and then sends the analyzed data to a client, so that the client can obtain the state of the current monitored item of the server in time. Therefore, the original flow of the system monitoring function in the prior art is changed, the conversion from the query mode to the report mode is realized by means of the circulation of data streams in the push mode, the architecture realization of the system monitoring function is redesigned, the original tightly-coupled system monitoring flow is changed into the existing loosely-coupled architecture, the interface dependence of the system monitoring function on the bottom query state is reduced, and the condition that the function of the whole system monitoring module is abnormal due to the existence of a bottom interface is avoided.
The network management monitoring system is a network management monitoring system. The system is a Simple Network Management Protocol (SNMP) Protocol, which is a group of Network Management standards and includes an application layer Protocol (application layer Protocol), a database model (database schema) and a group of resource objects. The protocol can support a network management system to monitor devices connected to the network for any regulatory concerns. The method provided by the embodiment of the invention is realized based on the SNMP protocol.
The preset sending rule of the trap information trap may specifically be a timing cycle sending.
In addition, the system monitoring item corresponding to the server may specifically refer to parameters such as a memory of the server, a disk space of the server, or a CPU utilization of the server. The system monitoring item can be set according to the actual situation, if the memory of the server needs to be regularly monitored, the actual value of the current memory of the server can be periodically and circularly carried in the trap message for the network management system service process to analyze and obtain the actual value of the current memory of the server which can be identified by the client.
For the sake of understanding, the method provided by the embodiment of the invention is described in detail below with reference to the accompanying drawings.
Fig. 3 shows a flow chart of a method provided by the embodiment of the invention. For convenience of explaining the interaction process therein, fig. 3 illustrates a network management system service process (i.e., the OMC service process in fig. 3) built in a server (i.e., the OMC server in fig. 3) separately from the server.
In order to avoid the repeated development of the network management monitoring system, the method provided by the embodiment of the invention adopts various interfaces which are provided by the network management monitoring system and used for monitoring the host and the self service state. In particular, the SNMP protocol described above and the basic generic interface supported by the protocol are used. It is understood that, in order to enable each device of the network management monitoring system to interact based on the protocol, the configuration of the SNMP protocol needs to be performed on the server side first. The specific configuration process is as follows:
the monitored host, i.e. the OMC server, needs to have software implementing the SNMP protocol installed, e.g. a net-SNMP, to send a trap message. In the embodiment of the present invention, taking net-snmp as an example, a process of specifically sending a trap is as follows:
1. configure snmpd. conf file (maybe directory/etc/snmp,/usr/local/share/snmp /) on monitored host, add content as:
trap2sink 127.0.0.1:162
wherein, the trap2sink is a configuration command; 127.0.0.1 denotes the management side IP, i.e. the IP of the server; the port number 162 after the colon represents the port number of the service process of the network management system receiving the trap data, for the SNMP protocol, the SNMP is based on the UDP protocol, and the fixed used port numbers are 161 and 162, which are not described herein again. It is through port 162 that the server sends a trap message to the network management system service process.
After the snmpd. conf file adds this line, it means that the server will actively send the event to the network management system service process whose IP is also 127.0.0.1 through port 162.
2. And writing a script so that the server can periodically and circularly send trap information, wherein the trap information carries the real-time value of the monitoring item.
For example: snmptrap-v 2 c-c public host IP address "".1.3.6.1.2.1.25.2.3,
wherein, -v represents the SNMP protocol version, -c is the Community Name, i.e. the access password; the host is a server; 1.3.6.1.2.1.25.2.3 are OIDs (Object identifiers), and also names of trap nodes, which may represent different types of traps. The trap message of the specified OID can only carry the real-time value of the system monitoring item of the specified type, for example, the trap message carries the real-time value of the size of the memory of the server, or the trap message carries the real-time value of the utilization rate of the CPU of the server, thereby facilitating different parsing operations according to the types in different trap messages in the later period.
Wherein, 1.3.6.1.2.1.25.2.3 is the host memory trap node in the custom mib file. In the embodiment of the present invention, since the categories of different system monitoring items are processed in a differentiated manner, a notification data structure needs to be written in the custom mib for each system monitoring item. The writing of custom mib files is not expanded here.
After the server is configured through the steps, the service process of the network management system can also be configured. A trap information sending switch capable of triggering the server to send the trap information in a timing cycle mode can be configured in the service process of the network management system. When the switch is configured to be in the on state, at this time, as shown in fig. 3, the network management system service process may send a trap information sending request to the server. The server starts a timed loop sending the trap information upon receiving the request. And at this moment, the network management system service process monitors 162 the port constantly and receives the trap information.
After the service process of the network management system successfully receives the trap information, the preset processor for processing different system monitoring items can be called according to different types corresponding to the OID of the trap information. In each process, the real-time values of the system monitoring items corresponding to the server in the trap information are converted into Java bean data structures recognized by Java, and such data structures are recognized by the client.
Finally jms is used to send the corresponding Javabean data to the client, i.e. the OMT end in FIG. 3. After receiving the corresponding data, the OMT terminal may render an interface, and push and display jms messages of the system monitoring data published by the OMC server subscribed by the OMT on the interface in real time, so that a worker can obtain the real-time system monitoring data of the OMC server through the display interface.
In a second aspect, an embodiment of the present invention provides a system monitoring device for a network management system, which is applied to a server side of the network management system, and as shown in fig. 4, the system monitoring device includes:
a trap information sending unit 201, configured to carry real-time values of different types of system monitoring items of the server in corresponding types of trap information according to a preset sending rule of a trap information trap, and send the real-time values to a network management system service process set in the server;
the analyzing unit 202 is configured to perform corresponding analyzing operation on the trap information according to the type of the trap information, and obtain real-time data of a system monitoring item corresponding to a server, where the real-time data can be identified by a client monitoring the server;
a communication unit 203, configured to send the real-time data to the client.
Optionally, the preset sending rule of the trap information trap is: and sending trap information in a timing cycle.
Optionally, the apparatus further comprises:
and the switch unit is arranged in the service process of the network management system and used for sending a trap information sending request to the server when a preset trap information sending switch is turned on, wherein the trap information sending request is used for indicating the server to start sending the trap information to the service process of the network management system.
Optionally, the parsing unit 202 is further configured to:
and the network management system service process calls different analysis processors according to different types of the system monitoring items, and converts the real-time values of the system monitoring items corresponding to the servers in the trap information into Java bean data structures identified by Java by using the analysis processors.
Since the system monitoring device of the network management system described in this embodiment is a device that can execute the system monitoring method of the network management system in the embodiment of the present invention, based on the system monitoring method of the network management system described in the embodiment of the present invention, a person skilled in the art can know the specific implementation manner and various variations of the system monitoring device of the network management system in this embodiment, so how to implement the system monitoring method of the network management system in the embodiment of the present invention by the system monitoring device of the network management system is not described in detail here. As long as those skilled in the art implement the apparatus used in the system monitoring method of the network management system in the embodiment of the present invention, the apparatus is within the scope of the present application.
Fig. 5 shows a block diagram of a network management system server device according to an embodiment of the present invention.
Referring to fig. 5, the network management system server includes: a processor (processor)301, a memory (memory)302, a bus 303, and a bus interface 304;
the processor 301 and the memory 302 complete mutual communication through the bus 303, and the bus interface 304 is used for information interaction with external devices;
the processor 301 is configured to call program instructions in the memory 302 to perform the methods provided by the above-described method embodiments.
Embodiments of the present invention also disclose a computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions, which when executed by a computer, enable the computer to perform the methods provided by the above-mentioned method embodiments.
Embodiments of the present invention also provide a non-transitory computer-readable storage medium, which stores computer instructions, and the computer instructions cause the computer to execute the methods provided by the above method embodiments.
In the description provided herein, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments may be used in any combination.
Some component embodiments of the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that a microprocessor or Digital Signal Processor (DSP) may be used in practice to implement some or all of the functionality of some or all of the components of a gateway, proxy server, system according to embodiments of the present invention. The present invention may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present invention may be stored on computer-readable media or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.

Claims (8)

1. A system monitoring method of network management system is applied to a server side of the network management system, and is characterized in that the method comprises the following steps:
carrying real-time values of different types of system monitoring items of the server in corresponding types of trap information according to a preset sending rule of trap information trap, and sending the real-time values to a network management system service process arranged in the server;
the network management system service process carries out corresponding analysis operation on the trap information according to the type of the trap information to obtain real-time data of a system monitoring item corresponding to a server, wherein the real-time data can be identified by a client monitoring the server;
sending the real-time data to the client;
the step of the network management system service process performing corresponding analysis operation on the trap information according to the type of the system monitoring item comprises the following steps:
and the network management system service process calls different analysis processors according to different types of the system monitoring items, and converts the real-time values of the system monitoring items corresponding to the servers in the trap information into Java bean data structures identified by Java by using the analysis processors.
2. The method according to claim 1, wherein the preset trap information trap is sent according to a rule that: and sending trap information in a timing cycle.
3. The method according to claim 1, wherein before the step of carrying the real-time value of the system monitoring item corresponding to the server in trap information and sending the trap information to the network management system service process provided in the server, the method further comprises:
and when a preset trap information sending switch is turned on, the network management system service process sends a trap information sending request to the server, wherein the trap information sending request is used for indicating the server to start sending trap information to the network management system service process.
4. A system monitoring device of network management system is applied to a server side of the network management system, and is characterized in that the system monitoring device comprises:
a trap information sending unit, configured to carry real-time values of different types of system monitoring items of the server in corresponding types of trap information according to a preset sending rule of a trap of the self-trapping information, and send the real-time values to a network management system service process set in the server;
the analysis unit is used for carrying out corresponding analysis operation on the trap information according to the type of the trap information to acquire real-time data of a system monitoring item corresponding to the server, wherein the real-time data can be identified by a client monitoring the server;
the communication unit is used for sending the real-time data to the client;
and the network management system service process calls different analysis processors according to different types of the system monitoring items, and converts the real-time values of the system monitoring items corresponding to the servers in the trap information into Java bean data structures identified by Java by using the analysis processors.
5. The apparatus according to claim 4, wherein the preset trap information trap is sent according to a rule that: and sending trap information in a timing cycle.
6. The apparatus of claim 4, further comprising:
and the switch unit is arranged in the service process of the network management system and used for sending a trap information sending request to the server when a preset trap information sending switch is turned on, wherein the trap information sending request is used for indicating the server to start sending the trap information to the service process of the network management system.
7. A network management system server comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any of claims 1-3 when executing said program.
8. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 3.
CN201710811225.9A 2017-09-11 2017-09-11 System monitoring method and device of network management system Active CN109495331B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710811225.9A CN109495331B (en) 2017-09-11 2017-09-11 System monitoring method and device of network management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710811225.9A CN109495331B (en) 2017-09-11 2017-09-11 System monitoring method and device of network management system

Publications (2)

Publication Number Publication Date
CN109495331A CN109495331A (en) 2019-03-19
CN109495331B true CN109495331B (en) 2020-09-11

Family

ID=65687545

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710811225.9A Active CN109495331B (en) 2017-09-11 2017-09-11 System monitoring method and device of network management system

Country Status (1)

Country Link
CN (1) CN109495331B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113132127A (en) * 2019-12-30 2021-07-16 中兴通讯股份有限公司 Network equipment management method, system and network equipment
CN114598585A (en) * 2022-03-07 2022-06-07 浪潮云信息技术股份公司 Method and system for monitoring hardware through snmptrapd

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004071014A1 (en) * 2003-02-06 2004-08-19 Fujitsu Limited Snmp proxy agent and management information relay method
CN101094103A (en) * 2007-07-26 2007-12-26 中兴通讯股份有限公司 Alarming synchronization method and device of network management system in SNMP protocol
CN101635730A (en) * 2009-08-28 2010-01-27 深圳市永达电子股份有限公司 Method and system for safe management of internal network information of small and medium-sized enterprises
CN103888287A (en) * 2013-12-18 2014-06-25 北京首都国际机场股份有限公司 Information system integrated operation and maintenance monitoring service early warning platform and realization method thereof
CN104009883A (en) * 2014-05-09 2014-08-27 烽火通信科技股份有限公司 Computer resource centralized remote real-time monitoring system and method
CN107070692A (en) * 2017-01-16 2017-08-18 中国联合网络通信有限公司广东省分公司 A kind of cloud platform monitoring service system analyzed based on big data and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004071014A1 (en) * 2003-02-06 2004-08-19 Fujitsu Limited Snmp proxy agent and management information relay method
CN101094103A (en) * 2007-07-26 2007-12-26 中兴通讯股份有限公司 Alarming synchronization method and device of network management system in SNMP protocol
CN101635730A (en) * 2009-08-28 2010-01-27 深圳市永达电子股份有限公司 Method and system for safe management of internal network information of small and medium-sized enterprises
CN103888287A (en) * 2013-12-18 2014-06-25 北京首都国际机场股份有限公司 Information system integrated operation and maintenance monitoring service early warning platform and realization method thereof
CN104009883A (en) * 2014-05-09 2014-08-27 烽火通信科技股份有限公司 Computer resource centralized remote real-time monitoring system and method
CN107070692A (en) * 2017-01-16 2017-08-18 中国联合网络通信有限公司广东省分公司 A kind of cloud platform monitoring service system analyzed based on big data and method

Also Published As

Publication number Publication date
CN109495331A (en) 2019-03-19

Similar Documents

Publication Publication Date Title
WO2016184175A1 (en) Database processing method and apparatus
CN108989136B (en) Business end-to-end performance monitoring method and device
RU2636112C1 (en) Object of interface management service, function service object and method of control of elements
WO2017084450A1 (en) Method and system for cloud management
CN104935621A (en) Remote monitoring system and remote monitoring method
CN109586962B (en) Device and method for processing HTTPS (hypertext transfer protocol secure) outer chain problem of upgrading IPv4 to IPv6 and electronic equipment
CN108363653B (en) Deployment method and device of monitoring system, computer equipment and storage medium
CN112783672B (en) Remote procedure call processing method and system
CN109495331B (en) System monitoring method and device of network management system
CN104967644A (en) Message push method, apparatus and system
CN108664316A (en) A kind of method and apparatus for the interface message obtaining API
CN100359865C (en) Detecting method
CN113254227B (en) Method and system for remote method call across data centers
CN112600842A (en) Cluster shell method and device, electronic equipment and computer readable storage medium
CN114615285B (en) Physical machine deployment method and device, electronic equipment and storage medium
CN111130948A (en) Network quality detection method and device
CN115023919A (en) Firewall rule updating method and device, server and storage medium
CN115499432A (en) Family terminal computing resource management system and computing resource scheduling method
CN106533716B (en) A kind of management method and system of northbound interface
CN105827567B (en) Service management and control method and capability opening platform
CN114979157A (en) Load balancing method, system, storage medium and computer based on SOME/IP protocol
CN114338347A (en) Ampere platform-based fault information out-of-band acquisition method and device
CN114661312B (en) OpenStack cluster nesting deployment method and system
KR101702583B1 (en) A system for monitoring a network performance using xmpp and method thereof
CN114157725B (en) Method, device, server, electronic equipment and storage medium for equipment linkage

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
GR01 Patent grant
GR01 Patent grant