Page 1 of 1

Cant enable service monitoring

Posted: Thu Mar 03, 2016 3:04 am
by systemali
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

Re: Cant enable service monitoring

Posted: Thu Mar 03, 2016 11:22 am
by hsmith
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?

Re: Cant enable service monitoring

Posted: Thu Mar 03, 2016 11:37 pm
by systemali
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

Re: Cant enable service monitoring

Posted: Fri Mar 04, 2016 10:40 am
by hsmith
Can you do an snmpwalk against one of these servers to see if the information you're trying to grab is available?

Re: Cant enable service monitoring

Posted: Sat Mar 05, 2016 8:47 am
by systemali
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

Re: Cant enable service monitoring

Posted: Mon Mar 07, 2016 10:26 am
by lmiltchev
Can you comment out this line:

Code: Select all

#view all    included  .1
in the "/etc/snmp/snmpd.conf" file, so that it would look like this:

Code: Select all

view all    included  .1
Restart snmpd:

Code: Select all

service snmpd restart
Let us know if this fixed the issue.