Hi,
I installed Nagios XI and trying to add an IBM i Node for the monitoring. When I try to do it. I get the following error.
Register profile error:
java.io.IOException: Permission denied
java.io.UnixFileSystem.createFileExclusively(Native Method)
java.io.File.createNewFile(File.java:1012)
com.ibm.nagios.config.HostConfig.load(HostConfig.java:179)
com.ibm.nagios.config.HostConfig.Insert(HostConfig.java:126)
com.ibm.nagios.config.HostConfig.main(HostConfig.java:60)
Insert host failed
Adding an IBM i host
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Adding an IBM i host
What steps did you follow to add the host?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
Nagios_IBMi
- Posts: 2
- Joined: Tue Mar 31, 2020 4:10 pm
Re: Adding an IBM i host
I log in to Nagios and select Configure option - > Configuration Wizard -> search for IBM i and provided the IP address of my host. And selected some of the options to monitor and add. I also provide the credential to authenticate to the host.Box293 wrote:What steps did you follow to add the host?
Let me know if I missed a step.
Thanks,
Re: Adding an IBM i host
Please run this tail command (and leave it running):
The replicate the issue again and see if we get any relevant errors.
It looks like it's a permissions issue, we need to find out where that is.
Code: Select all
tail -Fn0 /var/log/messages /var/log/httpd/error_log /var/log/httpd/ssl_error_logIt looks like it's a permissions issue, we need to find out where that is.