Page 2 of 2

Re: SNMP-Traps

Posted: Tue Apr 04, 2017 9:14 am
by avandemore
I'm not sure I understand your scenario, are you saying it's like this?

Code: Select all

ss1+
   |     SNMP Traps
   +------------------> XI
   +------------------^
ss2+
Maybe let's start with your profile:

XI > Admin > System Profile > Download Profile

Please include the zip file in your response. You can PM myself or other support personnel if you have privacy concerns.

Also please send /usr/local/nagios/var/nagios.log.

Re: SNMP-Traps

Posted: Wed Apr 05, 2017 3:41 am
by bashar.abed
Hi,

i sent you system profile in private email

about the command i applied it but i see this info

[root@nms ~]# /usr/local/nagios/var/nagios.log
-bash: /usr/local/nagios/var/nagios.log: Permission denied

Thanks

Re: SNMP-Traps

Posted: Wed Apr 05, 2017 1:07 pm
by avandemore
Ok, please run the following command:

Code: Select all

# find /usr/local/nagios/var/ -type f -mtime -3 -name "*.log" -print0 | tar -czvf /tmp/logs.tar.gz --null -T -
Then send me the file /tmp/logs.tar.gz

Re: SNMP-Traps

Posted: Thu Apr 06, 2017 1:25 pm
by avandemore
Ok what I'm seeing is that the host is called the FQDN, not just the short name ss1. So you may have Unconfigured Objects.

Can you see the document:
https://assets.nagios.com/downloads/nag ... ios_XI.pdf

And search for Unconfigured Objects. The inbound trap must referred to the Nagios host object exactly.

Does this resolve your issue?