Monitoring with SNMP
-
ednaldojta
- Posts: 103
- Joined: Tue Apr 07, 2015 7:52 am
Monitoring with SNMP
Good morning friends,
once again I'm here asking for the help of you!
Friends, I need to monitor some machines with SNMP, how can I do this?
once again I'm here asking for the help of you!
Friends, I need to monitor some machines with SNMP, how can I do this?
Re: Monitoring with SNMP
Are the included SNMP wizards for Nagios XI able to do what you need?
You do not have the required permissions to view the files attached to this post.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
ednaldojta
- Posts: 103
- Joined: Tue Apr 07, 2015 7:52 am
Re: Monitoring with SNMP
I saw these workers, however I need to know if I have to set something in /etc/snmp/snmpd.conf file.
The following image attached my snmpd.conf file
The following image attached my snmpd.conf file
You do not have the required permissions to view the files attached to this post.
Re: Monitoring with SNMP
snmpd is used for responding to SNMP requests, and is not needed by any of our agents in order to actually make them. If you use the SNMP Walk wizard for example, it will query the remote machine for all available SNMP information it has access to according to the community string.
Former Nagios employee
Re: Monitoring with SNMP
From what you posted, it looks like a standard snmpd.conf file.
If the remote system is a Linux server, you can run the Linux SNMP wizard against that host using public as the community string and you should get some results from it.
That is if the snmp daemon is running on that host.
If the remote system is a Linux server, you can run the Linux SNMP wizard against that host using public as the community string and you should get some results from it.
That is if the snmp daemon is running on that host.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
ednaldojta
- Posts: 103
- Joined: Tue Apr 07, 2015 7:52 am
Re: Monitoring with SNMP
I can perform the test starting the remote machine to Nagios, but Nagios for the remote machine informs that does not have permission snmpwalk.
What would be the problem?
The following configuration screens.
What would be the problem?
The following configuration screens.
You do not have the required permissions to view the files attached to this post.
Re: Monitoring with SNMP
From the output in your post, it looks like either the remote server isn't running SNMP, or that the server's firewall is blocking the XI server.
Check the remote server and see if that is true.
What is the remote system?
Check the remote server and see if that is true.
What is the remote system?
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
ednaldojta
- Posts: 103
- Joined: Tue Apr 07, 2015 7:52 am
Re: Monitoring with SNMP
My server is not able to access my remote machine, however, when the command of my machine to be monitored for Nagios, I get response from the MIBs.
Command: snmpwalk -c public -v2c 10.10.60.51 ----- IP my Nagios ..
And yes SNMP is running on both servers, and the iptables the two are disabled.
Command: snmpwalk -c public -v2c 10.10.60.51 ----- IP my Nagios ..
And yes SNMP is running on both servers, and the iptables the two are disabled.
Re: Monitoring with SNMP
Can you run the following command on the Nagios XI server and post the output? Replace xxx.xxx.xxx.xxx with the IP address of the remote host you want to monitor.
Then login to the remote server, run the following and post that as well.
Code: Select all
nmap xxx.xxx.xxx.xxx -sU -p 161Code: Select all
netstat -an |grep 161
ps -ef |grep snmpBe sure to check out our Knowledgebase for helpful articles and solutions!
-
ednaldojta
- Posts: 103
- Joined: Tue Apr 07, 2015 7:52 am
Re: Monitoring with SNMP
Follows as requested.
You do not have the required permissions to view the files attached to this post.