Search found 17 matches

by dsolberg
Thu Jan 21, 2021 8:14 am
Forum: Nagios XI
Topic: nagiosmobile went MIA after migration
Replies: 3
Views: 162

Re: nagiosmobile went MIA after migration

That works perfect, user error! :o

I will update my bookmarks.

Appreciate the response!
by dsolberg
Wed Jan 20, 2021 8:48 am
Forum: Nagios XI
Topic: nagiosmobile went MIA after migration
Replies: 3
Views: 162

nagiosmobile went MIA after migration

Greetings, Not sure where to start on this. Just finished a migration from VM 5.7.5 to VM 5.7.5 using the backup and restore method. All worked well with the exception when I go to http://<server>/nagiosmobile, I get the following error: ----- Not Found The requested URL /nagiosmobile/ was not found...
by dsolberg
Mon Jun 22, 2020 3:30 pm
Forum: Nagios XI
Topic: Mass Acknowledge after upgrade
Replies: 3
Views: 267

Re: Mass Acknowledge after upgrade

Thanks for the update, please let me know if you need any further information.

-Don
by dsolberg
Mon Jun 22, 2020 10:46 am
Forum: Nagios XI
Topic: Mass Acknowledge after upgrade
Replies: 3
Views: 267

Mass Acknowledge after upgrade

Greetings, Just updated to NagiosXI 5.7.1 from 5.6. After upgrading to 5.7.1 noticed when going into Mass Acknowledge, all of the monitored hosts are listed. There are no issues warnings/problems, just the hosts listed. Monitoring server is currently running on a VM client, CentOS 6.10. Please let m...
by dsolberg
Mon Feb 04, 2019 5:04 pm
Forum: Nagios XI
Topic: Backend login to the Core Config Manager failed.
Replies: 3
Views: 329

Re: Backend login to the Core Config Manager failed.

Awesome!

Did the trick, thank you very much for the quick and spot-on response!
by dsolberg
Mon Feb 04, 2019 3:54 pm
Forum: Nagios XI
Topic: Backend login to the Core Config Manager failed.
Replies: 3
Views: 329

Backend login to the Core Config Manager failed.

Greetings, Just updated the OS on our Nagios XI as well as a recent upgrade to 5.5.9 and just noticed the following error when attempting to setup a new host via the Linux SNMP Monitoring Wizard: Backend login to the Core Config Manager failed. #cat /etc/centos-release CentOS release 6.10 (Final) Ha...
by dsolberg
Wed Apr 15, 2015 3:15 pm
Forum: Nagios XI
Topic: Issue with check_snmp_storage.pl and Solaris automount
Replies: 5
Views: 461

Re: Issue with check_snmp_storage.pl and Solaris automount

More in the line of: ./check_snmp_storage.pl -H ta01 -C XXXXXXX -w 85 -c 90 -m ^/u31 -f /u31: 0%used(0MB/59976MB) (<85%) : OK | '/u31'=0MB;50980;53978;0;59976 When I attempt to run the command listed, I receive the following; ./check_snmp_storage.pl -H ta01 -C XXXXXX -m ^/admin -e -w 70 -c 80 ERROR:...
by dsolberg
Wed Apr 15, 2015 2:59 pm
Forum: Nagios XI
Topic: Issue with check_snmp_storage.pl and Solaris automount
Replies: 5
Views: 461

Re: Issue with check_snmp_storage.pl and Solaris automount

Thank you for the reply. I did look at that, I am performing the tests all with the -m parameter, the automount is "/admin", in this case and I am not doing any check on the root volume, just volumes such as "/u30", "/u31", etc... Tracing shows that all mountpoints are ...
by dsolberg
Wed Apr 15, 2015 1:37 pm
Forum: Nagios XI
Topic: Issue with check_snmp_storage.pl and Solaris automount
Replies: 5
Views: 461

Issue with check_snmp_storage.pl and Solaris automount

Greetings, I currently an running volume checks against our Solaris 11 servers using the check_snmp_storage.pl. We currently do not have that many volumes on the servers, less than 10, we also use a number of automounts for mostly home directories. The issue I am running across is that the automount...
by dsolberg
Thu Dec 18, 2014 12:14 pm
Forum: Nagios XI
Topic: Debugging email notifications not comming through
Replies: 3
Views: 350

Re: Debugging email notifications not comming through

I did resolve the issue, it appears that mailx-12.4-7.el6.x86_64 installs the mailer as /usr/bin/Mail (upper case "M"), I created a soft link as /usr/bin/mail (mail with a lower case "m"). Resolved the issue, alerts flowing.

Thanks!