Search found 14 matches
- Wed Mar 04, 2026 12:31 pm
- Forum: Nagios Network Analyzer
- Topic: Nagios NNA Migration from 2024R2.1 > 2026R1.0.1 Migration SQL Credential Issue
- Replies: 9
- Views: 64217
Re: Nagios NNA Migration from 2024R2.1 > 2026R1.0.1 Migration SQL Credential Issue
Yes the backup was created and transferred using these exact commands. I do have a support case open I am awaiting further help from them. /usr/local/nagiosna/scripts/backup_na.sh mkdir /home/temp mv /store/backups/nagiosna/1771962587.tar.gz /home/temp mysqldump --no-create-info --complete-insert na...
- Wed Mar 04, 2026 9:00 am
- Forum: Nagios Network Analyzer
- Topic: Nagios NNA Migration from 2024R2.1 > 2026R1.0.1 Migration SQL Credential Issue
- Replies: 9
- Views: 64217
Re: Nagios NNA Migration from 2024R2.1 > 2026R1.0.1 Migration SQL Credential Issue
Thanks I made the change and attempted it but it failed with the same. It is ok to use the old backup or should I be generating a new backup each time? root@NAGIOSNETWORKANALYZER:~# vim /usr/local/nagiosna/scripts/filter_sql_dump.py # Match INSERT INTO table line = line.strip() insert_match = re.mat...
- Tue Mar 03, 2026 10:53 am
- Forum: Nagios Network Analyzer
- Topic: Nagios NNA Migration from 2024R2.1 > 2026R1.0.1 Migration SQL Credential Issue
- Replies: 9
- Views: 64217
Re: Nagios NNA Migration from 2024R2.1 > 2026R1.0.1 Migration SQL Credential Issue
It does exist on the source. root@LANNAGIOSNETANALYZER:~# mysql MariaDB [(none)]> SELECT TABLE_NAME, COLUMN_NAME -> FROM INFORMATION_SCHEMA.COLUMNS -> WHERE TABLE_SCHEMA = 'nagiosna' -> AND COLUMN_NAME = 'disable_abnormal'; +------------------+------------------+ | TABLE_NAME | COLUMN_NAME | +------...
- Wed Feb 25, 2026 1:05 pm
- Forum: Nagios Network Analyzer
- Topic: Nagios NNA Migration from 2024R2.1 > 2026R1.0.1 Migration SQL Credential Issue
- Replies: 9
- Views: 64217
Nagios NNA Migration from 2024R2.1 > 2026R1.0.1 Migration SQL Credential Issue
I am trying to migrate my NNA 2024R2.1 environment to 2026R1.0.1 following https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Migrating-from-Network-Analyzer-2024-to-2026.pdf. My source environment is Debian 12 and my target environment is Debian 13. I have installed a fresh NNA 2026 o...
- Wed Feb 25, 2026 12:43 pm
- Forum: Nagios Network Analyzer
- Topic: Can I upgrade or not?
- Replies: 2
- Views: 5405
Re: Can I upgrade or not?
I am working on an upgrade myself. In reading the documentation https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Migrating-from-Network-Analyzer-2024-to-2026.pdf it seems to indicate you must use a new server environment and perform a backup and database dump and then sync them over ...
- Tue Nov 11, 2025 1:34 pm
- Forum: Nagios Network Analyzer
- Topic: Nagios Network Analyzer Display Vlan and Interface
- Replies: 3
- Views: 61389
Re: Nagios Network Analyzer Display Vlan and Interface
Hello,
I think we would like to see this when viewing a source or in a query if possible.
Thanks!
I think we would like to see this when viewing a source or in a query if possible.
Thanks!
- Tue Oct 28, 2025 5:05 pm
- Forum: Nagios Network Analyzer
- Topic: Nagios Network Analyzer Display Vlan and Interface
- Replies: 3
- Views: 61389
Nagios Network Analyzer Display Vlan and Interface
I am wondering if there is a way for the Nagios Network Analyzer web GUI to record/display Vlan and source interface (switch port interface) information. We have Cisco 9200s configured to send this information and it does reach the NNA side I can see it if I view the raw nfcapd info: /usr/local/nagi...
- Wed Sep 17, 2025 1:54 pm
- Forum: Nagios XI
- Topic: NagiosXI 2024R2.1 Deactivated Services Not Applying
- Replies: 10
- Views: 40684
Re: NagiosXI 2024R2.1 Deactivated Services Not Applying
Hello,
I am very pleased to report this appears to have fixed the issue for us!
Thank you so very much for your assistance.
I am very pleased to report this appears to have fixed the issue for us!
Thank you so very much for your assistance.
- Wed Sep 17, 2025 5:04 am
- Forum: Nagios XI
- Topic: NagiosXI 2024R2.1 Deactivated Services Not Applying
- Replies: 10
- Views: 40684
Re: NagiosXI 2024R2.1 Deactivated Services Not Applying
I am starting to suspect some sort of permissions issue perhaps.. It seems there are some permissions correction scripts however in my research it appears these could cause issues with my system as it is Debian12 and not Cent OS/RHEL due to the fact different user accounts are used for the apache se...
- Tue Sep 16, 2025 1:38 pm
- Forum: Nagios XI
- Topic: NagiosXI 2024R2.1 Deactivated Services Not Applying
- Replies: 10
- Views: 40684
Re: NagiosXI 2024R2.1 Deactivated Services Not Applying
We cloned the server, deleted all the old disabled services. I tried adding in a new service and tried to disable it but it will not apply that change. Is there a specific log I should perhaps be checking/tailing when performing the action to see if we can glean why the system is not working properly?