Search found 11 matches

by phred
Mon Nov 06, 2023 3:37 pm
Forum: Nagios XI
Topic: Upgrading php to 8.1
Replies: 4
Views: 7755

Re: Upgrading php to 8.1

Hey BenCowan : PHP 8 introduced many non backward compatible changes requiring numerous changes to XI. XI v5.9.0 was the first version to support PHP 8+, but many PHP 8 related issues have been found and fixed since v5.9.1, the version you are running. I would try upgrading your XI to the latest ver...
by phred
Fri Nov 03, 2023 5:01 pm
Forum: Nagios XI
Topic: ncpa on deb11
Replies: 2
Views: 2796

Re: ncpa on deb11

Hey nagnerd : NCPA v3 supports Debian v9+. The beta, which is actually quite solid, can be downloaded here: https://www.nagios.org/ncpa/#downloads Scroll down to the bottom of the page to see the beta downloads. The production version should be out within a few weeks, plus or minus, as I understand ...
by phred
Tue Oct 31, 2023 5:21 pm
Forum: Nagios XI
Topic: Customised message - Whilst login to Nagios xi.
Replies: 6
Views: 10573

Re: Customised message - Whilst login to Nagios xi.

Hey MasaNagios : cnorell covered it pretty well, but just to clarify... The message simply means that you were logged out and your session ended and was invalidated. This is a necessary security precaution for any website with a login, (though our choice of message isn't very helpful!). Nobody wants...
by phred
Mon Oct 30, 2023 11:10 am
Forum: Nagios XI
Topic: Changing Alert Threshold On Monitored Disk
Replies: 10
Views: 19059

Re: Changing Alert Threshold On Monitored Disk

Hey brandont : Hopefully the sage advice of jsimon got you sorted out. Let us know if you are still having difficulties with this. This might be helpful, if you haven't already had a chance to review it already: https://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Email-And-Text-Notificatio...
by phred
Thu Oct 26, 2023 4:24 pm
Forum: Nagios XI
Topic: NCPA Windows Unquoted Service Path Enumeration
Replies: 2
Views: 8308

Re: NCPA Windows Unquoted Service Path Enumeration

Hey @WVUhealth

Thanks you for bringing this to our attention. We will look into it.

Can you tell me which version of NCPA you are using?

Thanks, Phred
by phred
Mon Sep 11, 2023 4:35 pm
Forum: Nagios XI
Topic: Graph data for some nagiosxi checks are missing.
Replies: 5
Views: 4004

Re: Graph data for some nagiosxi checks are missing.

Hey bseuser : What did you rename from and to? We've recently discovered that you can't embed plus signs (+) in host names, or the performance data won't show in the performance graphs. The solution seems to be rename the host, via the CCM in XI. Did you try renaming the hosts in XI, before renaming...
by phred
Mon Aug 14, 2023 4:15 pm
Forum: Nagios XI
Topic: How to configure Nagios to monitor power consumption and temperature on rack servers?
Replies: 2
Views: 4408

Re: How to configure Nagios to monitor power consumption and temperature on rack servers?

Hey adamsmithad : You may be able to monitor these things via SNMP. This will depend on whether the device supports SNMP and provides an interface for these attributes. The rough approach: 1. Find Mfr product MIBs files (SNMP management information base files) to determine if the desired attributes ...
by phred
Thu Aug 10, 2023 2:34 pm
Forum: Nagios XI
Topic: Nagios XI sound dont work after upgrade to 5.11.1
Replies: 2
Views: 4110

Re: Nagios XI sound dont work after upgrade to 5.11.1

Hey vappukuttan : This looks like you found a bug, actually. In newer php, probably php8+, but maybe in later versions of 7, it is returning a deprecated warning in the ajax response preventing the browser from reading the json. We will add this to our issues list. Meanwhile, if you are comfortable ...
by phred
Wed Aug 09, 2023 4:37 pm
Forum: Nagios XI
Topic: Ubuntu 22.04 arm deb build fails
Replies: 1
Views: 15920

Re: Ubuntu 22.04 arm deb build fails

Hey @fullsail:

The first error seems to be: platform_python_implementation != '"'"'PyPy'"'"''

This could be due to an out of date installation of pip. All the rest are probably due to this first failure.

Upgrade pip and try again.

Let me know how it goes.