Method and system for scheduling and monitoring services of a refueling facility
By generating scheduling and monitoring configuration information and utilizing Systemd units and the zabbix system, the automated scheduling and monitoring of electric vehicle charging facilities are realized, solving the complex service scheduling and monitoring problems in existing technologies and ensuring the integrity and reliability of services.
Patent Information
- Application Number
- CN202111247499.2
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2021-10-26
- Publication Date
- 2026-02-10
- Estimated Expiration
- 2041-10-26
AI Technical Summary
Existing methods for scheduling and monitoring electric vehicle charging facilities are complex, require manual code modification, and cannot monitor the integrity and status of service operation in real time, resulting in long development cycles and unreliability.
The system generates scheduling configuration information based on service operation mode, utilizes the Systemd unit and timers of the Linux system to achieve automatic scheduling, and combines the Zabbix system to monitor resource usage and anomaly notifications to achieve automated and integrated service scheduling and monitoring.
It enables 24/7 automated scheduling and monitoring of energy replenishment facilities, reducing the need for human resources, ensuring the integrity and reliability of service execution, and triggering timely anomaly notifications.
Smart Images

Figure CN113971084B_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The present application relates to the technical field of computer technology, and more particularly to a method, system, computer storage medium and computer device for scheduling and monitoring services of a power supplementing facility. BACKGROUND
[0002] With the rapid development of electric vehicles, power supplementing facilities (e.g., charging facilities and battery swapping facilities, etc.) of electric vehicles also develop rapidly.
[0003] The power supplementing facilities of electric vehicles need to perform a plurality of services in the process of operation, which can be an algorithm script or a software that has been developed. At present, many repeated services need to be performed manually or a timer is set in the software code.
[0004] However, each time the timing strategy is modified, the service deployment process of the entire code also needs to be modified, and after the service deployment is completed, the service running integrity and the running state of the running host of the service executed at a fixed time cannot be monitored. In addition, the current service scheduling and monitoring method basically uses a large amount of code logic for judgment, resulting in complex logic, large development amount and long development cycle. SUMMARY
[0005] In order to solve or at least alleviate one or more of the above problems, the following technical solutions are provided.
[0006] According to a first aspect of the present application, a method for scheduling and monitoring services of a power supplementing facility is provided, which comprises: generating scheduling configuration information based on a service running mode, the scheduling configuration information being used for scheduling between services of the power supplementing facility; generating monitoring configuration information based on power supplementing facility information to be monitored and service process information; monitoring the services of the power supplementing facility based on the generated monitoring configuration information; and triggering a notification mechanism in response to monitoring that an exception occurs in the services of the power supplementing facility.
[0007] According to an embodiment of the present application, the method for scheduling and monitoring services of a power supplementing facility, wherein the service running mode comprises instant running, timing running and interval running, and generating the scheduling configuration information based on the service running mode further comprises: when the service running mode is instant running, generating scheduling configuration information for directly scheduling between the services of the power supplementing facility; and when the service running mode is timing running or interval running, creating a timing in the scheduling configuration information for the service whose service running mode is timing running or interval running, so that the service is automatically scheduled according to the created timing.
[0008] According to one embodiment or any of the above embodiments of the present invention, the method for scheduling and monitoring services for power replenishment facilities, wherein the monitoring configuration information is used to configure the CPU and memory resource usage of the monitoring service process and to configure the anomaly notification policy.
[0009] According to one embodiment or any of the above embodiments of the present invention, the method for scheduling and monitoring services of a power replenishment facility, wherein monitoring the services of the power replenishment facility based on the generated monitoring configuration information further includes monitoring one or more of the following: resource usage during service operation, integrity of service operation, and status after service operation ends.
[0010] According to one embodiment or any of the above embodiments of the present invention, the method for scheduling and monitoring services of a power replenishment facility, wherein triggering a notification mechanism in response to detecting an anomaly in the service of the power replenishment facility further includes: notifying the service operation status and service operation log based on the anomaly notification strategy, wherein the anomaly notification strategy includes a notification method and contact information for the notification personnel.
[0011] The method for scheduling and monitoring services of a power replenishment facility according to one embodiment or any of the above embodiments of the present invention, wherein the scheduling between services of the power replenishment facility is performed using the Systemd unit in a Linux system.
[0012] According to one embodiment or any of the above embodiments of the present invention, a method for scheduling and monitoring services for power replenishment facilities is provided, wherein a timer in the Systemd unit of a Linux system is used to create a timer in the scheduling configuration information for services whose operation mode is scheduled to run at regular intervals or at intervals.
[0013] The method for scheduling and monitoring services of energy replenishment facilities according to one embodiment or any of the above embodiments of the present invention, wherein the energy replenishment facilities are battery swapping facilities or charging facilities.
[0014] According to a second aspect of the present invention, a system for scheduling and monitoring services of a power replenishment facility is provided, comprising: a scheduling configuration information generation module configured to generate scheduling configuration information based on a service operation mode, the scheduling configuration information being used for scheduling between services of the power replenishment facility; a monitoring configuration information generation module configured to generate monitoring configuration information based on information of the power replenishment facility to be monitored and service process information; a monitoring module configured to monitor the services of the power replenishment facility based on the generated monitoring configuration information; and a notification module configured to trigger a notification mechanism in response to monitoring an anomaly in the services of the power replenishment facility.
[0015] According to an embodiment of the present invention, a system for scheduling and monitoring services of a power replenishment facility is provided, wherein the service operation mode includes immediate operation, timed operation, and interval operation. The scheduling configuration information generation module is further configured to: generate scheduling configuration information for direct scheduling among services of the power replenishment facility when the service operation mode is immediate operation; and create a timer in the scheduling configuration information for the service with the timed or interval operation mode, so that the service is automatically scheduled according to the created timer.
[0016] According to one embodiment or any of the above embodiments of the present invention, the system for scheduling and monitoring services of power replenishment facilities, wherein the monitoring configuration information is used to configure the monitoring module to monitor the CPU and memory resource usage of the service process and to configure anomaly notification policies.
[0017] According to one embodiment or any of the above embodiments of the present invention, the system for scheduling and monitoring services of power replenishment facilities, wherein the monitoring module is further configured to monitor one or more of the following: resource usage during service operation, integrity of service operation, and status after service operation ends.
[0018] According to one embodiment or any of the above embodiments of the present invention, the system for scheduling and monitoring services of power replenishment facilities, wherein the notification module is further configured to notify service operation status and service operation logs based on the anomaly notification policy, wherein the anomaly notification policy includes notification method and contact information of notification personnel.
[0019] The system for scheduling and monitoring services of a power replenishment facility according to one embodiment or any of the above embodiments of the present invention, wherein the scheduling between services of the power replenishment facility is performed using the Systemd unit in the Linux system.
[0020] According to one embodiment or any of the above embodiments of the present invention, a system for scheduling and monitoring services of power replenishment facilities is provided, wherein a timer in the Systemd unit of the Linux system is used to create a timer in the scheduling configuration information for services whose operation mode is scheduled to run at regular intervals or at intervals.
[0021] The system for scheduling and monitoring services of energy replenishment facilities according to one embodiment or any of the above embodiments of the present invention, wherein the energy replenishment facilities are battery swapping facilities or charging facilities.
[0022] According to a third aspect of the present invention, a computer storage medium is provided, the computer storage medium including instructions that, when executed, perform the steps of the method for scheduling and monitoring services of a power replenishment facility according to a first aspect of the present invention.
[0023] According to a fourth aspect of the present invention, a computer device is provided, including a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the processor executes the computer program to implement the steps of the method for scheduling and monitoring services for power replenishment facilities according to a first aspect of the present invention.
[0024] The scheme for scheduling and monitoring services of power replenishment facilities according to one or more embodiments of the present invention can automate and integrate the deployment, scheduling, and monitoring of power replenishment facility services, enabling uninterrupted, 24 / 7 automated scheduling and monitoring of power replenishment facility services without the need for manual monitoring of service operation, thereby saving human resources. Furthermore, by monitoring resource usage, service integrity, and the status after service completion, the operational status of the power replenishment facility services can be obtained at any time and a timely notification mechanism can be triggered, effectively ensuring the integrity and reliability of service execution. Attached Figure Description
[0025] The above and / or other aspects and advantages of the present invention will become clearer and more readily understood from the following description taken in conjunction with the accompanying drawings, in which the same or similar elements are denoted by the same reference numerals. In the drawings:
[0026] Figure 1 This is a flowchart of a method for scheduling and monitoring services for energy replenishment facilities according to an embodiment of the present invention.
[0027] Figure 2 This is a schematic diagram of a system for scheduling and monitoring services for energy replenishment facilities according to an embodiment of the present invention.
[0028] Figure 3 This is a block diagram of a computer device according to an embodiment of the present invention. Detailed Implementation
[0029] The following detailed description is merely exemplary in nature and is not intended to limit the disclosed technology or its application and use. Furthermore, it is not intended to be bound by any express or implied theory presented in the foregoing technical fields, background art, or the following detailed description.
[0030] In the following detailed description of the embodiments, numerous specific details are set forth in order to provide a more thorough understanding of the disclosed technology. However, it will be apparent to those skilled in the art that the disclosed technology can be practiced without these specific details. In other instances, well-known features have not been described in detail to avoid unnecessarily complicating the description.
[0031] Terms such as "comprising" and "including" indicate that, in addition to the units and steps that are directly and explicitly stated in the specification, the technical solution of the present invention does not exclude the presence of other units and steps that are not directly or explicitly stated. Terms such as "first" and "second" do not indicate the order of the units in terms of time, space, size, etc., but are merely used to distinguish the units.
[0032] It should be noted that, in the context of this invention, the term "energy replenishment facility" refers to battery swapping and charging facilities for electric vehicles, such as battery swapping stations and charging piles. The term "service" refers to a set of data processing tasks, such as receiving, processing, and destroying data, formed through programming. The term "Systemd unit" is a management unit in a Linux system that starts various services, supporting parallel tasks, on-demand daemon startup, and precise control based on dependencies between services.
[0033] In the following, various exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
[0034] Figure 1 This is a flowchart of a method for scheduling and monitoring services for energy replenishment facilities according to an embodiment of the present invention.
[0035] like Figure 1As shown, in step 101, scheduling configuration information is generated based on the service operation mode. This scheduling configuration information is used for scheduling between services of the power replenishment facility. Optionally, the service operation mode includes immediate operation, scheduled operation, and interval operation. Generating scheduling configuration information based on the service operation mode further includes: when the service operation mode is immediate operation, generating scheduling configuration information for direct scheduling between services of the power replenishment facility; and when the service operation mode is scheduled operation or interval operation, creating a timer in the scheduling configuration information for services with scheduled operation or interval operation modes, so that the service is automatically scheduled according to the created timer. It can be understood that immediate operation means running the service directly after service deployment, scheduled operation means running the service at a predetermined time after service deployment, and interval operation means running the service at predetermined intervals after service deployment. In one embodiment, the scheduling between services of the power replenishment facility can be implemented using the Systemd unit in the Linux system. For example, when the service is determined to run on demand, a simple Systemd service model can be created; when the service is determined to run periodically or at intervals, a Systemd service configured with a timer can be created, allowing multiple services to be scheduled through this timer. In one embodiment, a timer in the Systemd unit of a Linux system can be used to create a timer in the aforementioned scheduling configuration information for services running on demand or at intervals, so that the service can be automatically scheduled according to the created timer.
[0036] By utilizing timers in the Systemd unit to create timers for services whose service operation mode is scheduled or interval-based in the above scheduling configuration information, the automated scheduling process can be implemented among multiple services in a more flexible and precise manner, without having to modify the entire service deployment process of the code every time the timing policy is modified, which significantly saves human and material resources.
[0037] In step 103, monitoring configuration information is generated based on the information of the power replenishment facility to be monitored and the service process information. This monitoring configuration information is used to configure the CPU and memory resource usage of the monitoring service process and to configure anomaly notification policies. Optionally, the anomaly notification policy may include, but is not limited to, notification methods (e.g., SMS, email, voice, etc.), contact information of the notifying personnel, notification time, and notification content.
[0038] Optionally, during the service scheduling and monitoring configuration processes in steps 101 and 103 above, data tables can be created to store various information associated with the service. For example, service-related information may include, but is not limited to: service name, Git link, service operation mode, monitoring method, exception notification policy, monitoring item ID, deployment ID, deployment result, etc. Additionally, another data table can be created to store the service execution history. For example, the service execution history may include, but is not limited to: service name, execution time, execution result, and whether relevant personnel have been notified. It is understood that both of these data tables can be dynamically updated based on service execution. Once the service scheduling and monitoring configuration is complete, the scheduling and monitoring of the power supply facility services will begin.
[0039] In step 105, the service of the power replenishment facility is monitored based on the monitoring configuration information generated in step 103. Optionally, monitoring the service of the power replenishment facility based on the generated monitoring configuration information further includes monitoring one or more of the following: resource usage during service operation, service integrity, and the status after service operation ends. In one embodiment, the Zabbix system can be used to monitor the service of the power replenishment facility. For example, the Zabbix interface can be called with the power replenishment facility information and service process information to be monitored as parameters to create a monitoring item for the service in Zabbix, configure the monitoring of the CPU and memory resource usage of the service process, and configure the exception notification policy. After configuration, Zabbix can return the monitoring item ID. It will be understood by those skilled in the art that the Zabbix system described above is only an example to describe a specific implementation of monitoring the service of the power replenishment facility. Without departing from the spirit and scope of the present invention, those skilled in the art can also use other systems with monitoring functions to monitor the service of the power replenishment facility.
[0040] In step 107, a notification mechanism is triggered in response to a detected anomaly in the power supply facility's service. Optionally, triggering the notification mechanism in response to a detected anomaly in the power supply facility's service further includes sending service operation status and service operation logs to relevant personnel based on an anomaly notification policy, enabling relevant personnel to handle service anomalies in a timely manner. Optionally, even when the power supply facility's service is not experiencing anomalies, one or more of the following can also be sent to relevant personnel: resource usage status of service operation, integrity of service operation, and status after service operation ends. This allows relevant personnel to be aware of the operational status of the power supply facility's service at any time, thereby effectively ensuring the integrity and reliability of service execution.
[0041] The method for scheduling and monitoring services of power replenishment facilities according to one aspect of the present invention automates and integrates the deployment, scheduling, and monitoring of services for power replenishment facilities. This enables uninterrupted, 24 / 7 automated scheduling and monitoring of services without the need for manual monitoring, thus saving human resources. Furthermore, by monitoring resource usage, service integrity, and the status after service completion, the method allows for real-time awareness of the operational status of the power replenishment facilities and timely triggering of notification mechanisms, effectively ensuring the integrity and reliability of service execution.
[0042] Figure 2 This is a schematic diagram of a system for scheduling and monitoring services for energy replenishment facilities according to an embodiment of the present invention.
[0043] like Figure 2 As shown, the system 20 for scheduling and monitoring services for energy replenishment facilities includes a scheduling configuration information generation module 201, a monitoring configuration information generation module 203, a monitoring module 205, and a notification module 207.
[0044] The scheduling configuration information generation module 201 is configured to generate scheduling configuration information based on the service operation mode. This scheduling configuration information is used for scheduling services within the power replenishment facility. Optionally, the service operation mode includes immediate operation, scheduled operation, and interval operation. The scheduling configuration information generation module 201 is further configured to: generate scheduling configuration information for direct scheduling between services within the power replenishment facility when the service operation mode is immediate operation; and create timers in the scheduling configuration information for services with scheduled or interval operation modes, so that the services are automatically scheduled according to the created timers. It is understood that immediate operation means running the service directly after deployment; scheduled operation means running the service at a predetermined time after deployment; and interval operation means running the service at predetermined intervals after deployment. In one embodiment, the Systemd unit in a Linux system can be used to implement the scheduling between services within the power replenishment facility. For example, when the service is determined to run on demand, a simple Systemd service model can be created; when the service is determined to run periodically or at intervals, a Systemd service configured with a timer can be created, allowing multiple services to be scheduled through this timer. In one embodiment, a timer in the Systemd unit of a Linux system can be used to create a timer in the aforementioned scheduling configuration information for services running on demand or at intervals, so that the service can be automatically scheduled according to the created timer.
[0045] By utilizing timers in the Systemd unit to create timers for services whose service operation mode is scheduled or interval-based in the above scheduling configuration information, the automated scheduling process can be implemented among multiple services in a more flexible and precise manner, without having to modify the entire service deployment process of the code every time the timing policy is modified, which significantly saves human and material resources.
[0046] The monitoring configuration information generation module 203 is configured to generate monitoring configuration information based on the information of the power replenishment facility to be monitored and the service process information. This monitoring configuration information is used to configure the CPU and memory resource usage of the monitoring service process and to configure anomaly notification strategies. Optionally, the anomaly notification strategy may include, but is not limited to, notification methods (e.g., SMS, email, voice, etc.), contact information of the notifying personnel, notification time, and notification content.
[0047] Optionally, during the service scheduling and service monitoring configuration process executed by the scheduling configuration information generation module 201 and the monitoring configuration information generation module 203, data tables can be created to store various information associated with the service. For example, service-related information may include, but is not limited to: service name, Git link, service operation mode, monitoring method, exception notification policy, monitoring item ID, deployment ID, deployment result, etc. Furthermore, another data table can be created to store the service execution history. For example, the service execution history may include, but is not limited to: service name, execution time, execution result, and whether relevant personnel have been notified. It is understood that both data tables can be dynamically updated based on service execution. Once the service scheduling and service monitoring configuration is complete, the scheduling and monitoring of the power supply facility services will begin.
[0048] The monitoring module 205 is configured to monitor the services of the power replenishment facility based on the monitoring configuration information generated by the monitoring configuration information generation module 203. Optionally, the monitoring module 205 is further configured to monitor one or more of the following: resource usage during service operation, service integrity, and the status after service operation ends. In one embodiment, the Zabbix system can be used to implement the monitoring module 205 for monitoring the services of the power replenishment facility. For example, the Zabbix interface can be called with the power replenishment facility information and service process information to be monitored as parameters to create a monitoring item for the service in Zabbix, configure the monitoring of the CPU and memory resource usage of the service process, and configure the exception notification policy. After configuration, Zabbix can return the monitoring item ID. It will be understood by those skilled in the art that the above Zabbix system is only an example to describe a specific implementation of monitoring the services of the power replenishment facility. Without departing from the spirit and scope of the present invention, those skilled in the art can also use other systems with monitoring functions to monitor the services of the power replenishment facility.
[0049] The notification module 207 is configured to trigger a notification mechanism in response to the monitoring module 205 detecting an anomaly in the power replenishment facility's service. Optionally, the notification module 207 is further configured to send service operation status and service operation logs to relevant personnel based on an anomaly notification policy, enabling them to handle service anomalies promptly. Optionally, even when the power replenishment facility's service is not experiencing anomalies, the notification module 207 can also send one or more of the following to relevant personnel: resource usage during service operation, service integrity, and the status after service completion. This allows relevant personnel to be aware of the power replenishment facility's service operation status at any time, effectively ensuring the integrity and reliability of service execution.
[0050] According to one aspect of the present invention, a system for scheduling and monitoring services of power replenishment facilities can automate and integrate the deployment, scheduling, and monitoring of services for power replenishment facilities. This enables uninterrupted, 24 / 7 automated scheduling and monitoring of services without the need for manual monitoring, thus saving human resources. Furthermore, by monitoring resource usage, service integrity, and the status after service completion, the system allows for real-time awareness of the operational status of power replenishment facilities and timely triggering of notification mechanisms, effectively ensuring the integrity and reliability of service execution.
[0051] Figure 3 This is a block diagram of a computer device according to an embodiment of the present invention. Figure 3As shown, the computer device 300 includes a memory 310, a processor 320, and a computer program 330 stored in the memory 310 and executable on the processor 320. When the processor 320 executes the computer program 330, it implements, for example... Figure 1 The steps of a method for scheduling and monitoring services for energy replenishment facilities according to one aspect of the invention are shown.
[0052] Additionally, as described above, the present invention can also be implemented as a computer storage medium storing a program for causing a computer to execute a method for scheduling and monitoring services of a power supply facility according to one aspect of the present invention.
[0053] Here, computer storage media can be various types, such as disks (e.g., hard disks, optical disks, etc.), cards (e.g., memory cards, optical cards, etc.), semiconductor memory (e.g., ROM, non-volatile memory, etc.), and tapes (e.g., magnetic tape, cassette tape, etc.).
[0054] Where applicable, the various embodiments provided by this disclosure may be implemented using hardware, software, or a combination of hardware and software. Furthermore, where applicable, without departing from the scope of this disclosure, the various hardware and / or software components described herein may be combined into composite components comprising software, hardware, and / or both. Where applicable, without departing from the scope of this disclosure, the various hardware and / or software components described herein may be divided into sub-components comprising software, hardware, or both. Additionally, where applicable, it is contemplated that software components may be implemented as hardware components, and vice versa.
[0055] The software (such as program code and / or data) according to this disclosure can be stored on one or more computer storage media. It is also contemplated that the software identified herein can be implemented using one or more networked and / or otherwise general-purpose or special-purpose computers and / or computer systems. Where applicable, the order of the various steps described herein can be changed, combined into compound steps, and / or divided into sub-steps to provide the features described herein.
[0056] The embodiments and examples presented herein are provided to best illustrate embodiments of the invention and its particular applications, thereby enabling those skilled in the art to practice and use the invention. However, those skilled in the art will understand that the above description and examples are provided merely for ease of illustration and example. The descriptions presented are not intended to cover all aspects of the invention or to limit the invention to the precise forms disclosed.
Claims
1. A method for scheduling and monitoring services of energy replenishment facilities, characterized in that, The method includes: Scheduling configuration information is generated based on the service operation mode, and the scheduling configuration information is used for scheduling between the services of the energy replenishment facility; Monitoring configuration information is generated based on the information of the energy replenishment facilities to be monitored and the service progress information. The service of the energy replenishment facility is monitored based on the generated monitoring configuration information; and The notification mechanism is triggered in response to the detection of a service anomaly at the power replenishment facility. The service operation modes include immediate operation, scheduled operation, and interval operation. Generating the scheduling configuration information based on the service operation modes further includes: When the service operates in real-time mode, scheduling configuration information is generated for direct scheduling between services of the power replenishment facility; and When the service is run in a scheduled or intermittent mode, a timer is created in the scheduling configuration information for the service that is run in a scheduled or intermittent mode, so that the service is automatically scheduled according to the created timer. The scheduling between the services of the power replenishment facility is performed using the Systemd unit in the Linux system.
2. The method according to claim 1, wherein the monitoring configuration information is used to configure the CPU and memory resource usage of the monitoring service process and to configure the exception notification policy.
3. The method according to claim 1, wherein monitoring the services of the power replenishment facility based on the generated monitoring configuration information further includes monitoring one or more of the following: resource usage during service operation, integrity of service operation, and status after service operation ends.
4. The method of claim 2, wherein triggering the notification mechanism in response to a detected service anomaly of the power replenishment facility further comprises: The service operation status and service operation logs are notified based on the aforementioned anomaly notification policy, which includes the notification method and the contact information of the notification personnel.
5. The method according to claim 1, wherein a timer in the Systemd unit of the Linux system is used to create a timer in the scheduling configuration information for the service whose service operation mode is scheduled to run at regular intervals or at intervals.
6. The method according to claim 1, wherein the energy replenishment facility is a battery swapping facility or a charging facility.
7. A system for scheduling and monitoring services of energy replenishment facilities, characterized in that, The system includes: The scheduling configuration information generation module is configured to generate scheduling configuration information based on the service operation mode. The scheduling configuration information is used for scheduling between the services of the energy replenishment facility. The monitoring configuration information generation module is configured to generate monitoring configuration information based on the information of the energy replenishment facilities to be monitored and the service process information. A monitoring module, configured to monitor the services of the power replenishment facility based on the generated monitoring configuration information; and The notification module is configured to trigger a notification mechanism in response to a detected service anomaly at the power replenishment facility. The service operation modes include immediate operation, scheduled operation, and interval operation, and the scheduling configuration information generation module is further configured to: When the service operates in real-time mode, scheduling configuration information is generated for direct scheduling between services of the power replenishment facility; and When the service is run in a scheduled or intermittent mode, a timer is created in the scheduling configuration information for the service that is run in a scheduled or intermittent mode, so that the service is automatically scheduled according to the created timer. The scheduling between the services of the power replenishment facility is performed using the Systemd unit in the Linux system.
8. The system according to claim 7, wherein the monitoring configuration information is used to configure the monitoring module to monitor the CPU and memory resource usage of the service process and to configure anomaly notification policies.
9. The system according to claim 7, wherein the monitoring module is further configured to monitor one or more of the following: resource usage during service operation, integrity of service operation, and status after service operation ends.
10. The system according to claim 8, wherein the notification module is further configured to notify the service operation status and service operation log based on the anomaly notification policy, wherein the anomaly notification policy includes notification method and contact information of the notification personnel.
11. The system of claim 7, wherein a timer in the Systemd unit of the Linux system is used to create a timer in the scheduling configuration information for services whose service operation mode is scheduled to run at regular intervals or at intervals.
12. The system according to claim 7, wherein the energy replenishment facility is a battery swapping facility or a charging facility.
13. A computer storage medium, characterized in that, The computer storage medium includes instructions that, when executed, perform the method according to any one of claims 1 to 6.
14. A computer device, characterized in that, The computer device includes a memory, a processor, and a computer program stored in the memory and executable on the processor, characterized in that the processor executes the program to implement the method of any one of claims 1 to 6.
Citation Information
Patent Citations
Configuration method and apparatus for scheduling resources, user equipment and enodeb
CN108370579A
Server monitoring method and system
CN112346924A