This support forum board is for support questions relating to
Nagios XI, our flagship commercial network monitoring solution.
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Post
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.
Previous Nagios employee
-
bashar.abed
- Posts: 153
- Joined: Tue Oct 11, 2016 1:34 am
- Location: Ramallah West Bank Palestine
-
Contact:
Post
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
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Post
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
Previous Nagios employee
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Post
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?
Previous Nagios employee