-
Notifications
You must be signed in to change notification settings - Fork 9
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
Not test SNMP #13
Comments
I'm not sure there is a good way, unless a device that doesn't support SNMP
will respond differently to one that is down. My guess is that they will
both just time out, but if you are seeing something different, it wouldn't
be too hard to add into the poller.
…On Wed, Apr 6, 2022 at 4:21 PM lanhampr ***@***.***> wrote:
Not sure if it's the poller task or Sonar's but I am trying to get
poller/sonar to not give me a false positive on a DOWN device when that
device does not support SNMP.
—
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4QB6BIAQGLMR2LCKELCOTVDX56NANCNFSM5SXLFAGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Simon Westlake | CEO
PGP Key: ***@***.***
|
I have created a Monitoring Template and did not choose an SNMP version hoping that would work, did not. So, I don't know if the poller would recognize that SNMP has not been selected therefore don't poll SNMP and send back whatever Sonar needs or should it be on the Sonar side to recognize no SNMP has been selected and ignore SNMP results as part of the UP/DOWN status. |
If there are no OIDs and community string entered, it shouldn't do any
polling. If you're finding otherwise, please hit up support and they can
assist in figuring it out for you.
…On Thu, Apr 7, 2022 at 9:33 AM lanhampr ***@***.***> wrote:
I have created a Monitoring Template and did not choose an SNMP version
hoping that would work, did not. So, I don't know if the poller would
recognize that SNMP has not been selected therefore don't poll SNMP and
send back whatever Sonar needs or should it be on the Sonar side to
recognize no SNMP has been selected and ignore SNMP results as part of the
UP/DOWN status.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4QB6EE6J5YFZIHUTNPBPTVD3W37ANCNFSM5SXLFAGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Simon Westlake | CEO
PGP Key: ***@***.***
|
If it were enabled at any point in time it keeps that turned on even if you turn it off. I noticed the same behavior. You physically need to remove the device fusing graphql that you cannot monitor. We have some icmp only devices or devices that only periodically respond to SNMP (CTM's) so we turned off SNMP and only used ICMP for those devices and it still regards it as "down" via SNMP. |
Not sure if it's the poller task or Sonar's but I am trying to get poller/sonar to not give me a false positive on a DOWN device when that device does not support SNMP.
The text was updated successfully, but these errors were encountered: