Search found 28 matches
- Wed Jan 06, 2021 2:50 pm
- Forum: Nagios XI
- Topic: Nagios XI Migration
- Replies: 2
- Views: 283
Nagios XI Migration
Hi, We purchased and installed Nagios XI about nine years ago. The version is 2011R3.2. OS is RHEL 6.10 on a physical machine. Now we plan to migrate to a VMWare VM with RHEL 7 and upgrade Nagios XI to the latest version. I checked backup and restore document. It looks like the backup and restore to...
- Fri Jul 12, 2019 9:37 am
- Forum: Nagios XI
- Topic: Solaris 11 agent
- Replies: 3
- Views: 846
Re: Solaris 11 agent
Hello hqin , Try following the instructions for compiling NRPE on Solaris 11 from this page, and let me know if you have any issues. NRPE - How To Install NRPE v3 From Source Thanks. Thank you very much for your help. Now I successfully installed Nagios Agent on Solaris11 by following instructions.
- Thu Jul 11, 2019 10:07 am
- Forum: Nagios XI
- Topic: Solaris 11 agent
- Replies: 3
- Views: 846
Solaris 11 agent
I wonder where I can find latest Nagios agent for Solaris 11. I got one from http://assets.nagios.com/downloads/nagiosxi/agents/. But when I extracted the tarball and run fullinstall command, I got the following error ./fullinstall ================================= Nagios XI Solaris Agent Installer ...
- Thu Jun 20, 2019 9:20 am
- Forum: Nagios XI
- Topic: Can not apply configuration changes
- Replies: 12
- Views: 1097
Re: Can not apply configuration changes
Thank you. Opened a ticket. Thank you for the profile! It's been shared with our Support team. I haven't done any hardening on the server. Not sure why something is missing . Perhaps someone on your team made some changes to the server. Ask your sysadmin if anything was changed. Should I reinstall N...
- Wed Jun 19, 2019 10:24 am
- Forum: Nagios XI
- Topic: Can not apply configuration changes
- Replies: 12
- Views: 1097
Re: Can not apply configuration changes
profile zip file has been PMed. I haven't done any hardening on the server. Not sure why something is missing. Should I reinstall Nagios XI? I didn't see any uninstall script under Nagios source installation files folder
- Tue Jun 18, 2019 4:33 pm
- Forum: Nagios XI
- Topic: Can not apply configuration changes
- Replies: 12
- Views: 1097
Re: Can not apply configuration changes
Looks like /home/nagios doesn't exist. Could that be the cause? Do I need to manually create it?
- Tue Jun 18, 2019 4:15 pm
- Forum: Nagios XI
- Topic: Can not apply configuration changes
- Replies: 12
- Views: 1097
Re: Can not apply configuration changes
Not of the "expected" logs are in that directory... There could be a few reasons for that: 1. crond is not running or it is not allowed to run as nagios user. Run the following commands and show the output in code wraps: service crond status service crond restart ps -ef | grep cron tail -...
- Tue Jun 18, 2019 12:18 pm
- Forum: Nagios XI
- Topic: Can not apply configuration changes
- Replies: 12
- Views: 1097
Re: Can not apply configuration changes
There is not such log file. This is very strange... Did you install Nagios XI, using some custom (non-default) paths? The "cmdsubsys.log" file should be in the "/usr/local/nagiosxi/var" directory... Can you run the following commands, and show the output? ls -la /usr/local/nagio...
- Tue Jun 18, 2019 9:14 am
- Forum: Nagios XI
- Topic: Can not apply configuration changes
- Replies: 12
- Views: 1097
Re: Can not apply configuration changes
Please run this tail command (and leave it running): tail -F /usr/local/nagiosxi/var/cmdsubsys.log Then try to apply configuration through the web interface and once it completes/errors/goes for more than 5 minutes send me the full output from the tail command above. There is not such log file. tai...
- Mon Jun 17, 2019 2:36 pm
- Forum: Nagios XI
- Topic: Can not apply configuration changes
- Replies: 12
- Views: 1097
Can not apply configuration changes
I just installed latest Nagios XI in our Oracle Linux 7.6 system(Oracle VM). When I tried to make some changes in XI web interface, for example, adding some new contacts, and click on "apply configuration", it shows "Waiting for configuration verification..." forever. Not sure wh...