Search found 6 matches
- Wed Dec 04, 2024 12:09 pm
- Forum: Nagios XI
- Topic: Migration from RHEL7 to RHEL9 - DNF no longer finds nagiosxi
- Replies: 1
- Views: 830
Re: Migration from RHEL7 to RHEL9 - DNF no longer finds nagiosxi
Why is it that you find the solution as soon as you pose the question? Anyway, I found I had excluded the nagiosxi packages in /etc/dnf/dnf.conf after I had prepped it so our automation system wouldn't update the package on me. In /etc/dnf/dnf.conf: exclude = nagiosxi* I found it by looking at dnf's...
- Wed Dec 04, 2024 12:02 pm
- Forum: Nagios XI
- Topic: Migration from RHEL7 to RHEL9 - DNF no longer finds nagiosxi
- Replies: 1
- Views: 830
Migration from RHEL7 to RHEL9 - DNF no longer finds nagiosxi
Built a new server running RHEL 9 and installed nagiosxi-2024R1.1.5 using the Nagios repos to match the original system. Backed up original system (installed from source), restored to new without any issue. Ran "restore_repair.sh" (probably a bad move). Everything works fine, except I can ...
- Thu Jun 13, 2024 2:41 pm
- Forum: Nagios XI
- Topic: Invalid max_check_attempts after 2024R1.1.3 upgrade
- Replies: 3
- Views: 609
Re: Invalid max_check_attempts after 2024R1.1.3 upgrade
Yep, saw this just now. Upgraded to 2024R1.1.4 and tested successfully.
- Tue Jun 11, 2024 9:24 am
- Forum: Nagios XI
- Topic: Did you move from Nagios Core to Nagios XI?
- Replies: 2
- Views: 624
Re: Did you move from Nagios Core to Nagios XI?
I started out with NetSaint, then Nagios (pre XI days). Eventually I moved to XI, simply because hand editing files can introduce errors easily, especially with teams that don't have Linux experience, but need to help with monitoring. Additionally, it helps support the effort. No product is perfect,...
- Tue Jun 11, 2024 7:56 am
- Forum: Nagios XI
- Topic: Issue with Switch Port Status (Showing WARNING instead of CRITICAL)
- Replies: 1
- Views: 612
Re: Issue with Switch Port Status (Showing WARNING instead of CRITICAL)
According to the help page:
Looks like you should set the following:
I would test the following in your check:
Code: Select all
/usr/local/nagios/libexec/check_ifoperstatus -hCode: Select all
-D (--admin-down =i|w|c) same for administratively down interfaces (default warning)Code: Select all
--admin-down=c- Tue Jun 11, 2024 6:53 am
- Forum: Nagios XI
- Topic: Invalid max_check_attempts after 2024R1.1.3 upgrade
- Replies: 3
- Views: 609
Invalid max_check_attempts after 2024R1.1.3 upgrade
I have two separate installations of Nagios XI, version 2024R1.1.3. After updating to the latest version, if I edit a host and leave max_check_attempts = 3, I receive the following error: Error: Invalid max_check_attempts value for host '<hostname>' If I update to 2 or 4, it applies successfully. If...