Search found 49 matches

by op-team
Fri Jan 16, 2026 3:35 am
Forum: Nagios XI
Topic: Error missing table SSO mappings after 2026R1.1
Replies: 8
Views: 13521

Re: Error missing table SSO mappings after 2026R1.1

Hi, I'm experiencing the same issue after upgrading from XI2024R2 to 2026R1.1 on REDHAT 9 -> https://support.nagios.com/forum/viewtopic.php?t=76767 As suggested here, i have tried to manually apply the schema file: [root@nagios: /tmp/nagiosxi]# mysql -u nagiosxi -p nagiosxi < nagiosxi/nagiosxi-db/mo...
by op-team
Tue Jan 13, 2026 8:17 am
Forum: Nagios XI
Topic: SQL Error [nagiosxi] : Table 'nagiosxi.xi_sso_mappings' doesn't exist
Replies: 1
Views: 3679

SQL Error [nagiosxi] : Table 'nagiosxi.xi_sso_mappings' doesn't exist

Hi,

Since i have upgraded Nagios XI 2024R2 to 2026R1.1, we have "SQL Error [nagiosxi] : Table 'nagiosxi.xi_sso_mappings' doesn't exist" after clicking on "Manage Users" from web interface

How can I solved this?
Many thanks
by op-team
Thu Jul 10, 2025 5:09 am
Forum: Nagios XI
Topic: Reports - Howto schedule a Page
Replies: 1
Views: 4021

Reports - Howto schedule a Page

Hi, I would like to schedule a page based on the url: https://nagios/nagiosxi/includes/components/xicore/status.php?show=services&serviceattr=4 After navigating to the page, I don't have the icon of the three dots as indicated in the documentation https://assets.nagios.com/downloads/nagiosxi/doc...
by op-team
Thu Feb 27, 2025 7:31 am
Forum: Nagios XI
Topic: monitor the ESX / ESXi host
Replies: 3
Views: 1251

Re: monitor the ESX / ESXi host

Any idea?
by op-team
Thu Feb 27, 2025 6:44 am
Forum: Nagios XI
Topic: NET::SNMP supports SHA256 authentication ?
Replies: 2
Views: 5309

NET::SNMP supports SHA256 authentication ?

Hi, I'm running NagiosXI 2024R1.3.4 on redhat 9.5 Which module NET::SNMP supports SHA256 authentication ? I'm Trying to set up SNMP v3 checks with SHA256 authentication, but seems like net-snmp 5.9.1 don't supported. currently installed: [root@nvs-nagios-01: ~]# rpm -q net-snmp-perl net-snmp-perl-5....
by op-team
Mon Feb 24, 2025 3:25 pm
Forum: Nagios XI
Topic: monitor the ESX / ESXi host
Replies: 3
Views: 1251

Re: monitor the ESX / ESXi host

This is the result: [root@nagios-01: ~]# python3 -m pip show pyvmomi Name: pyvmomi Version: 7.0.3 Summary: VMware vSphere Python SDK Home-page: https://github.com/vmware/pyvmomi Author: VMware, Inc. Author-email: jhu@vmware.com License: License :: OSI Approved :: Apache Software License Location: /u...
by op-team
Mon Feb 24, 2025 12:16 pm
Forum: Nagios XI
Topic: monitor the ESX / ESXi host
Replies: 3
Views: 1251

monitor the ESX / ESXi host

Hi, I'm running NagiosXI 2024R1.3.4 on a RedHat9.5 I have installed the required packages without issue [root@nagios-01: ~]# pip list | egrep "setuptools|wheel" setuptools 75.8.0 wheel 0.45.1 [root@nagios-01: ~]# rpm -q python3-pyvmomi python3-pyvmomi-7.0.3-6.el9.noarch But running the Vsp...
by op-team
Mon Feb 24, 2025 11:57 am
Forum: Nagios XI
Topic: AttributeError: module 'meraki' has no attribute 'DashboardAPI'
Replies: 3
Views: 1665

Re: AttributeError: module 'meraki' has no attribute 'DashboardAPI'

The installed meraki version:

[root@nvs-nagios-01: ~]# pip list|grep meraki
meraki 1.53.0
by op-team
Mon Feb 24, 2025 10:54 am
Forum: Nagios XI
Topic: AttributeError: module 'meraki' has no attribute 'DashboardAPI'
Replies: 3
Views: 1665

AttributeError: module 'meraki' has no attribute 'DashboardAPI'

Hi, in order to API query our meraki dashboard. I have installed the module meraki (pip install meraki) [nagios@nvs-nagios-01 ~]$ python Python 3.9.21 (main, Dec 5 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or &...
by op-team
Tue Feb 18, 2025 7:10 am
Forum: Nagios XI
Topic: check_snmp - Invalid privacy protocol specified after -3x flag: DES
Replies: 1
Views: 688

check_snmp - Invalid privacy protocol specified after -3x flag: DES

Hi, I got the following error when querying a host with snmpV3 and privacy protocol DES: [nagios@NAGIOS-01N ~]$ /usr/local/nagios/libexec/check_snmp -H x.x.x.x -P 3 -L authPriv -a MD5 -x DES -A xxxx -X xxx -U xxx -o .1.3.6.1.4.1.5624.1.2.73.1.14.0 --rate -l "NacIPResolutionFailures" Extern...