Search found 50 matches

by op-team
Tue Mar 24, 2026 4:35 am
Forum: Nagios XI
Topic: Scheduled Reports not running
Replies: 1
Views: 932

Scheduled Reports not running

Hello, We are running Nagios XI 2026R1.1.1 on a RedHat 9.7 I found that no new cron job is created in /var/spool/cron/apache following the definition of a scheduled reports from the web interface I can see the new definition in the schedulingreporting.log: [root@nagios: ~]# tail -f /usr/local/nagios...
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: 26540

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: 7177

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: 4240

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: 7
Views: 2454

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: 7243

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: 7
Views: 2454

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: 7
Views: 2454

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: 1858

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: 1858

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 &...