Search found 858 matches

by dchurch
Thu Sep 02, 2021 3:48 pm
Forum: Nagios XI
Topic: Getting a random crash, some log files attached
Replies: 8
Views: 988

Re: Getting a random crash, some log files attached

If you PM me a system profile I can diagnose further. Get one by going to Admin (top menu) => System Profile (in the left menu), then clicking the blue button. If you're unable to generate the the profile through the web interface, please try generating it from the command line by running these comm...
by dchurch
Tue Aug 24, 2021 4:38 pm
Forum: Nagios XI
Topic: Nagios Host/Service Check Timeouts
Replies: 22
Views: 1894

Re: Nagios Host/Service Check Timeouts

The nagios user account's password is probably setup to expire and it cannot be set that way. That account cannot have its password expire because the system uses that account to run processes automatically and when it expires, it cannot do so. Please login as root and run the following commands to ...
by dchurch
Tue Aug 24, 2021 4:04 pm
Forum: Nagios XI
Topic: Error during upgrade - backup phase
Replies: 8
Views: 646

Re: Error during upgrade - backup phase

Please try running the following commands:

Code: Select all

cp -a /var/lib/mysql/nagios/nagios_notifications.* /tmp
mv /var/lib/mysql/nagios/nagios_notifications.TMM /var/lib/mysql/nagios/nagios_notifications.MYI
/usr/local/nagiosxi/scripts/repair_databases.sh
by dchurch
Tue Aug 24, 2021 1:54 pm
Forum: Nagios XI
Topic: check_nagios_mailq not working
Replies: 3
Views: 326

Re: check_nagios_mailq not working

I can't find a copy of check_nagios_mailq.py as installed by default in Nagios XI. Is this a custom script? What version of Nagios XI are you running?

Have you tried using /usr/local/nagios/libexec/check_mailq? This plugin ships with Nagios XI and is likely better-supported.
by dchurch
Tue Aug 24, 2021 1:51 pm
Forum: Nagios XI
Topic: I/O Wait Checks
Replies: 1
Views: 307

Re: I/O Wait Checks

check_xi_nagiosxiserver ultimately queries the recorded value in the database (xi_systat table). IO Wait is collected on a delay and stored in a single record in the database that gets overwritten. How this is collected can be seen in /usr/local/nagiosxi/cron/sysstat.php around line 232: /usr/bin/io...
by dchurch
Tue Aug 24, 2021 11:44 am
Forum: Nagios XI
Topic: Error during upgrade - backup phase
Replies: 8
Views: 646

Re: Error during upgrade - backup phase

Please try running the database repair script, and let me know if that is successful. Run the following as root from the terminal.

Code: Select all

/usr/local/nagiosxi/scripts/repair_databases.sh
See Repairing The Nagios XI Database for complete instructions
by dchurch
Mon Aug 23, 2021 4:02 pm
Forum: Nagios XI
Topic: Error during upgrade - backup phase
Replies: 8
Views: 646

Re: Error during upgrade - backup phase

What is the output from the following command?

Code: Select all

ls -la /var/lib/mysql/nagios
by dchurch
Mon Aug 23, 2021 9:11 am
Forum: Nagios XI
Topic: Exclude EventID Check_WMI
Replies: 10
Views: 2652

Re: Exclude EventID Check_WMI

Can you try a different way of excluding (events.ini):

Code: Select all

# LSL -------------------------------------------------------------------
[id_10028]

ei=10028
# -----------------------------------------------------------------------
by dchurch
Mon Aug 23, 2021 9:00 am
Forum: Nagios XI
Topic: Exclude EventID Check_WMI
Replies: 10
Views: 2652

Re: Exclude EventID Check_WMI

What is the output from

Code: Select all

check_wmi_plus.pl --debug -H 192.168.1.132 -A /etc/authfile -t 45 -m checkeventlog System -w 50 -4 id_10028
by dchurch
Thu Aug 19, 2021 9:23 am
Forum: Nagios XI
Topic: Unable to install Nagios on Suse Linux 15 SP3
Replies: 5
Views: 629

Re: Unable to install Nagios on Suse Linux 15 SP3

No problem! If you do find out it's easier to install Nagios XI on SUSE than I've encountered, perhaps you can report back here and I can relay the information to the development team and/or update our KB with steps to install on SUSE. However this might be simply a waste of your time. Simplest solu...