Hi Team,
We are using nagios xi as central and mod gearman as distributor to check the end point status. We got a requirement to monitoring islion storage devices through OIDs. When we are given the command from the worker we are getting the excepted output. But when we configure the same on the nagios xi we are getting the below issues. Please find the attached screenshot for your reference.
#External command error: Error in packet\nReason: (noSuchName) There is no such variable name in this MIB.\nFailed objec
check_snmp issue for OID base monitoring
-
sandeep.endla
- Posts: 16
- Joined: Sat Jan 27, 2018 10:15 pm
check_snmp issue for OID base monitoring
You do not have the required permissions to view the files attached to this post.
Re: check_snmp issue for OID base monitoring
I assume you installed the MIBs on the gearman worker, correct? What are the permissions on the MIBs and where did you put them? What is the exact command that the check is running?
Re: check_snmp issue for OID base monitoring
I see that your community string has a $ in it and that you escaped it with a backslash \.
Dollar signs are especially troublesome in how they need to be escaped and the most consistent way I found it to do the following to escape it.
Change the community string from
to
Save the changes and see if the GUI starts to report the correct information
Dollar signs are especially troublesome in how they need to be escaped and the most consistent way I found it to do the following to escape it.
Change the community string from
Code: Select all
"I\$ilonpublic"Code: Select all
"I$"$"ilonpublic"Be sure to check out our Knowledgebase for helpful articles and solutions!
-
sandeep.endla
- Posts: 16
- Joined: Sat Jan 27, 2018 10:15 pm
Re: check_snmp issue for OID base monitoring
Hi Tgriep,
Thanks for the update. the issue is resloved now after changing the community string to "I$"$"ilonpublic".
Thanks
Sandeep endla
Thanks for the update. the issue is resloved now after changing the community string to "I$"$"ilonpublic".
Thanks
Sandeep endla
Re: check_snmp issue for OID base monitoring
That is good news that it is working now. I'll close and lock the post for you but feel free to open a new post in the future if needed.
Be sure to check out our Knowledgebase for helpful articles and solutions!