Cant enable service monitoring

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
systemali
Posts: 23
Joined: Tue Feb 02, 2016 5:55 am

Cant enable service monitoring

Post 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
Attachments
nag.jpg
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Cant enable service monitoring

Post 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?
Former Nagios Employee.
me.
systemali
Posts: 23
Joined: Tue Feb 02, 2016 5:55 am

Re: Cant enable service monitoring

Post 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
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Cant enable service monitoring

Post by hsmith »

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.
systemali
Posts: 23
Joined: Tue Feb 02, 2016 5:55 am

Re: Cant enable service monitoring

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Cant enable service monitoring

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked