Agent Event Push Mode
When the callback address is pushed in HTTPS mode, certificate authentication is used by default.
eventpush.ssl.trustAll=false //Whether to trust all certificates. The default value is false, indicating that certificate authentication is used. eventpush.ssl.cert.file= //Trust certificate directory in event push mode. It can only be a relative path of the user home directory. eventpush.ssl.cert.type= //Certificate type.
If eventpush.ssl.trustAll is set to true, all certificates are trusted, which may cause security risks. Exercise caution when using this value. The default value false is recommended.
EVENT_PUST_WHILTELIST_CALLBACKURI = //Callback URLs. Use semicolons (;) to separate multiple URLs.
Configure the push failure interval and total failure time in the agentgateway/WEB-INF/config/basic.properties file as follows:
EVENT_PUSH_FAIL_INTERVALTIME = 10000 //Interval at which an event fails to be pushed. EVENT_PUSH_FAIL_TOTALTIME = 120000 //Total time of event push failures.
If the event fails to be pushed, the system pushes the event again when the interval expires. If the event fails to be pushed all the time, the system accumulates the failure duration and forces the agent to sign out when the failure duration exceeds the total time. If the push is successful, the failure duration is cleared and accumulated again upon the next failure.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot