Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Latency monitoring #622

Open
kennykentaur opened this issue Oct 5, 2022 · 1 comment
Open

Feature request: Latency monitoring #622

kennykentaur opened this issue Oct 5, 2022 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@kennykentaur
Copy link

Problem
In our current tool (Cacti) for trending SNMP metric data every device has a connectivity check that also stores the latency between the system and the polled device.
I'm currently missing that functionality SC4SNMP.

Latency is an important metric for us, but also a good first indicator that if no connectivity exists then thats the reason for failing SNMP polls.
It's also easier in Splunk to raise an alert for a event that fails with a message than a search that evaluates if data is missing.

Wanted feature
Be able to poll host using either PING or SNMP connect and store the latency to Splunk
Perhaps this could also be used to prime the poller - i.e Do not attempt a poll/walk if connectivity test fails.

@Tulfen
Copy link

Tulfen commented Jan 18, 2023

How would you calculate latency based on UDP?
Currently I get 9 hits on Splunkbase if I search for PING - perhaps one of them would suit your need.
Also realise that PING is a totally different protocol (ICMP) and actually only tells you that power is on the NIC. It says nothing about the services behind. If you need a check on that, I'd suggest doing synthetic checks every X seconds/minutes.

@ajasnosz ajasnosz added enhancement New feature or request wontfix This will not be worked on labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants