Search found 36 matches
- Wed Mar 31, 2021 2:03 pm
- Forum: Nagios XI
- Topic: Part of dashboard only displaying for admin user
- Replies: 5
- Views: 466
Re: Part of dashboard only displaying for admin user
Hi, By the logs, It looks like you have configured SSL on this system? Please make sure you set the following option in /usr/local/nagiosxi/html/config.inc.php , and re-start apache after making the change $cfg['use_https'] = true; Done. Also, please PM the following files to check the Apache setup...
- Tue Mar 30, 2021 10:40 am
- Forum: Nagios XI
- Topic: Part of dashboard only displaying for admin user
- Replies: 5
- Views: 466
Re: Part of dashboard only displaying for admin user
Profile sent.ssax wrote:Please PM me a copy of your profile, you can download it from Admin > System Profile by clicking the Download Profile button.
- Mon Mar 29, 2021 11:08 am
- Forum: Nagios XI
- Topic: Part of dashboard only displaying for admin user
- Replies: 5
- Views: 466
Part of dashboard only displaying for admin user
We have created a map that is part of a larger dashboard. This one dashlet is only displaying if you are logged in as the admin user, the rest of the dashboard displays fine. If I log in with my user, it displays a message on that part of the dashboard that says, "To protect your security, nagi...
- Fri May 22, 2020 5:07 pm
- Forum: Nagios XI
- Topic: Cannot add switch using wizard - error
- Replies: 6
- Views: 601
Re: Cannot add switch using wizard - error
Please go to Configure > Core Config Manager > Tools > Config File Management : - Click the Delete Files button (don't worry, it's safe, they will be rewritten) - Then click the Write Configs button - Then click the Verify Files button, if it verifies properly, please try to Apply Configuration Tha...
- Fri May 22, 2020 3:44 pm
- Forum: Nagios XI
- Topic: Cannot add switch using wizard - error
- Replies: 6
- Views: 601
Re: Cannot add switch using wizard - error
Thanks for your reply. There were no files in /usr/local/nagios/etc/import/ so there was nothing there to move. I increased the php.ini limits as instructed, and added the line to the Apache config, then restarted it. However, still getting the same error as before when trying to enter the switch. A...
- Fri May 22, 2020 1:18 pm
- Forum: Nagios XI
- Topic: Cannot add switch using wizard - error
- Replies: 6
- Views: 601
Re: Cannot add switch using wizard - error
Version: Nagios XI 5.6.10
Red Hat Enterprise Linux Server release 7.7 (Maipo)
64-bit
Manual Install
No special configurations
Red Hat Enterprise Linux Server release 7.7 (Maipo)
64-bit
Manual Install
No special configurations
- Fri May 22, 2020 12:46 pm
- Forum: Nagios XI
- Topic: Cannot add switch using wizard - error
- Replies: 6
- Views: 601
Cannot add switch using wizard - error
We are unable to add a switch to Nagios XI, it errors out on the last step when we try to apply the configuration. My co-worker, who adds switches all the time using the "Network Switch/Router Monitoring Wizard", noticed that it stopped working a couple of days ago. Today I attempted to ad...
- Mon Apr 20, 2020 3:39 pm
- Forum: Nagios Log Server
- Topic: Checking for a particular log
- Replies: 2
- Views: 348
Re: Checking for a particular log
Attempting to answer my own question here, regarding my second question (how to send the log) would I do something like this?
Code: Select all
# bash setup-linux.sh -s logservername -p 5544 -f /opt/app/apache-tomcat-8.5.43/logs/idmadap.log -t idmadap- Mon Apr 20, 2020 3:20 pm
- Forum: Nagios Log Server
- Topic: Checking for a particular log
- Replies: 2
- Views: 348
Checking for a particular log
I have a log file that is apparently not being sent from a Linux server to my Nagios Log Server:
/opt/app/apache-tomcat-8.5.43/logs/idmadap.log
1. How do I verify if this particular log is being sent?
2. If it is not being sent, how do I add it?
/opt/app/apache-tomcat-8.5.43/logs/idmadap.log
1. How do I verify if this particular log is being sent?
2. If it is not being sent, how do I add it?
- Wed Feb 19, 2020 12:32 pm
- Forum: Nagios Log Server
- Topic: Oracle audit logs
- Replies: 9
- Views: 1762
Re: Oracle audit logs
That looks about right. But you should definitely go through your existing logs and make sure nothing else is submitting the first 3 letters of the day. Unless you want those rolled into multiline as well. I thought it would only apply this multiline to the Oracle audit log, or whatever log I tagge...