06 Jun 2019 09:58 AM - last edited on 19 May 2021 09:03 AM by MaciejNeumann
On several servers we have a process called "stunnel".
Here are the properties and tags:
This process creates a SSL tunnel from A to B, nothing spectacular. But sometimes it drops its connection as you can see in the screenshot at 04:00 till 06:00:
The stunnel proces does not stop working, it just goes dormant for no apparent reason. There is a log file created by this process but it just stops logging whenever the network drops. Location B is not monitored.
This is what I came up with to get a notification but does not work:
I am trying to figure out how to get a notification whenever the network traffic for this process drops like 80% or more. I cannot figure it out, please help me.
Solved! Go to Solution.
06 Jun 2019 10:31 AM
Try creating Custom Alerts for this process (all instances, not process group):
Use measure Bytes received per second and Bytes send per second. Both should be violating when such situation happens. Check it in network metrics to pick right thresholds.
Sebastian
06 Jun 2019 11:08 AM
@Sebastian K. Thanks for the answer, created a custom alert and now testing to see if it works . I will update this post with the result.