Not able to add the network devices

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Mahesh786
Posts: 30
Joined: Mon Apr 05, 2021 9:21 am

Not able to add the network devices

Post by Mahesh786 »

Hi Team,

While adding network devices using Network Switch /Router configuration wizard, not able to add.

Once we have selected the IP , required ports and clicked on next page it is going back to configuration wizard page.

Please check and let me know what is the issue.

Below are the logs:

[root@gmsnxap01[GMS Managed Security]: ~]# tail /var/log/httpd/error_log -f
--base: snmpget yb#5Lyb4@[email protected]:161::::2:v4only for ifHCInOctets.769 -> unknown
--base: check for HighspeedCounters failed ... Dropping back to V1
--base: snmpget yb#5Lyb4@[email protected]:161::::2:v4only for ifHighSpeed.16777217 -> unknown Mb/s
--base: snmpget yb#5Lyb4@[email protected]:161::::2:v4only for ifHCInOctets.16777217 -> unknown
--base: check for HighspeedCounters failed ... Dropping back to V1
--base: snmpget yb#5Lyb4@[email protected]:161::::2:v4only for ifHighSpeed.268435456 -> unknown Mb/s
--base: snmpget yb#5Lyb4@[email protected]:161::::2:v4only for ifHCInOctets.268435456 -> unknown
--base: check for HighspeedCounters failed ... Dropping back to V1
[Thu May 06 00:52:31.291659 2021] [php7:warn] [pid 9469] [client 10.160.113.209:54978] PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory. in Unknown on line 0, referer: http://10.160.113.239/nagiosxi/config/m ... wizard.php
[Thu May 06 00:52:31.291682 2021] [php7:warn] [pid 9469] [client 10.160.113.209:54978] PHP Warning: Unknown: POST data can't be buffered; all data discarded in Unknown on line 0, referer: http://10.160.113.239/nagiosxi/config/m ... wizard.php
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Not able to add the network devices

Post by ssax »

PHP Warning: Unknown: Unable to create temporary file, Check permissions in temporary files directory
What is the output of these commands:

Code: Select all

ls -ld /usr/local/nagiosxi
ls -ld /usr/local/nagiosxi/tmp
ls -l /usr/local/nagiosxi/tmp
Locked