Nagios XI interface

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Muthulinux
Posts: 12
Joined: Tue Sep 15, 2015 2:24 pm

Nagios XI interface

Post by Muthulinux »

Dear Friends,

I have installed nagios XI in redhat linux and i am planning to monitor CPU, MEM, DISK, SWAP of remote host (redhat linux)

I have installed net-snmp and net-snmp-utils packages in the remote machine.

i have edit the /etc/snmp/snmpd.conf file . below are the contents of the file

[root@Nagios-Test ~]# cat /etc/snmp/snmpd.conf | grep -v "^#\|^$"
com2sec notConfigUser default public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
view all included .1
access notConfigGroup "" any noauth exact systemview none none
syslocation Unknown (edit /etc/snmp/snmpd.conf)
syscontact Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
dontLogTCPWrappersConnects yes
[root@Nagios-Test ~]#


i started the snmpd service in the client machine.

now i am not getting the expected output in the nagios XI interface. I have attached the error in this forum

Could you please any one help me on this?
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios XI interface

Post by ssax »

Please go to Configure > Core Config Manager > Services
- Find the service that is erroring and click the little blue floppy disk icon and post the sanitized information here.
- Then edit the service and click the test button and send us the full sanitized output.

Thank you
Locked