Hi,
I've been using Solarwinds for some time now and just can't get my head around how to set up packet loss monitoring so that I get meaningful alerts (i.e. there is a problem that I need to look at). I've done a fair bit of digging and after reading a few articles here and in the knowledge base, i think i have an understanding of how Solarwinds works out packet loss but i can't figure out how to alert based on X% of packet loss without getting alerts when there isn't an issue. I guess i'm looking for both confirmation that what I've put below is correct and also what I could do to get some meaningful alerts. Apologies if this information is out there but I can't find it.
So how I believe it works:
NPM polls the node based on the polling interval you configure (120 seconds by default), i set mine to 15 seconds. This sends 1 ICMP packet/ping???
If this ping doesn't receive a response, or a response from however many retries you have configured it for, then it goes into 'fast polling' mode which will send one ping every 10 seconds for 120 seconds??? - Fast Polling
NPM calculates its packet loss based on the average of the last 10 pings so if 1 of these pings drops, that is immediately 10% loss??? - How is % Packet Loss calculated?
Now, my alert is configured to tell me if packet loss goes above 5% and remains above that for 3 minutes which i think is more than reasonable. Anything above 3% packet loss is too much for me when pinging from a Windows OS. I've changed the ICMP data that NPM sends so it should be the same packet size that any Windows OS should send by default, just so we are playing by the same rules - https://support.solarwinds.com/Success_Center/Orion_Platform/Knowledgebase_Articles/Packet_Loss_on_Orion_ping_command_does_not_have_packet_loss
If everything above is correct, how I am supposed to get alerted when there is actual sustained packet loss of 5%, not just when a single ping during fast polling is dropped? Can you change how many pings it sends in fast poll mode and how many pings it calculates the packet loss from? From the sounds of this article, you cannot - Orion Fast Poll and Node Statuses Explained - SolarWinds Worldwide, LLC. Help and Support
Many thanks for any help/advice you can give