Hello all,
I have added my Servers to Nagios and the Ping is reflecting fine and i am using SNMP to monitor services on my host, But can't get it to work.
I am getting errors like these :- SNMP TABLE ERROR : Requested table is empty or does not exist.
Can somebody let me know, What do i need to edit on my host and server to get them reflecting in my nagios interface ?
Thank you for your time
Cant enable service monitoring
Re: Cant enable service monitoring
Can we get some information? What kind of host are you trying to check with SNMP? What plugin are you using to check the host?
Former Nagios Employee.
me.
me.
Re: Cant enable service monitoring
Hello Smith,
Appreciate your revert, I was using SNMP to monitor my hosts as i am not allowed to install any software on the servers.
SNMP is installed on my hosts
And i am trying to monitor my Linux and AIX servers
Thank you
Appreciate your revert, I was using SNMP to monitor my hosts as i am not allowed to install any software on the servers.
SNMP is installed on my hosts
And i am trying to monitor my Linux and AIX servers
Thank you
Re: Cant enable service monitoring
Can you do an snmpwalk against one of these servers to see if the information you're trying to grab is available?
Former Nagios Employee.
me.
me.
Re: Cant enable service monitoring
Hello Smith,
Yes, I can do "SNMPWALK" on host computers and fetch their partitions via the CLI mode on my Nagios server
I am not in the office, else i could have given you a snapshot of the same !!
Thank you for your time
Yes, I can do "SNMPWALK" on host computers and fetch their partitions via the CLI mode on my Nagios server
I am not in the office, else i could have given you a snapshot of the same !!
Thank you for your time
Re: Cant enable service monitoring
Can you comment out this line:
in the "/etc/snmp/snmpd.conf" file, so that it would look like this:
Restart snmpd:
Let us know if this fixed the issue.
Code: Select all
#view all included .1Code: Select all
view all included .1Code: Select all
service snmpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!