Search found 349 matches

by sgardil
Wed Feb 04, 2026 5:04 pm
Forum: Nagios Network Analyzer
Topic: NagiosNA-2026R1 Fresh Install (Dashlets)
Replies: 5
Views: 15851

Re: NagiosNA-2026R1 Fresh Install (Dashlets)

Interesting, thats good to know. I wouldn't have thought that rrdtool would be included in the tooling that you can include in the install options. Guess I underestimate how much its still used. Glad you were able to find this out and for sharing.
by sgardil
Fri Jan 30, 2026 11:36 am
Forum: Nagios Network Analyzer
Topic: NagiosNA-2026R1 Fresh Install (Dashlets)
Replies: 5
Views: 15851

Re: NagiosNA-2026R1 Fresh Install (Dashlets)

Resolved - built a server image using "minmal" versus Server with GUI. Noticed that the rrdtool is built specific to the nagiosna build. Dashlets now work My bad, hope this helps somebody who stumbles on this issue. Ah yeah that would do it having differing versions. Did you install rrdto...
by sgardil
Fri Jan 30, 2026 11:05 am
Forum: Nagios Network Analyzer
Topic: NagiosNA 2026R1 fresh install issue
Replies: 3
Views: 10044

Re: NagiosNA 2026R1 fresh install issue

Resolved - built a server image using "minmal" versus Server with GUI. Data sources now work. My bad, hope this helps somebody who stumbles on this issue. Good to know, I will take a look at the time issue however we do recommend using minimal installs. My guess to the no data displaying ...
by sgardil
Fri Jan 16, 2026 10:25 am
Forum: Nagios Network Analyzer
Topic: Nagios Network Analyzer fresh install issues
Replies: 14
Views: 78582

Re: Nagios Network Analyzer fresh install issues

Sorry just seeing this now... The license information was complaining that I was both licensed fine with 147 or so days remaining, and that I also needed to activate my license (saying that I was not activated). After changing the .env back to only use the ip address, the problem went away. Hm got ...
by sgardil
Thu Jan 08, 2026 5:09 pm
Forum: Nagios Network Analyzer
Topic: Nagios Network Analyzer fresh install issues
Replies: 14
Views: 78582

Re: Nagios Network Analyzer fresh install issues

I saw a few more weird things happening when using http://nagiosna.mysite.com so I've reverted .env to use only the ip address and not the fqdn, and will access it only using http://<ip address>. Got it, good to know. What were the weird things you noticed happening when using the FQDN btw if you d...
by sgardil
Thu Jan 08, 2026 12:04 pm
Forum: Nagios Network Analyzer
Topic: Nagios Network Analyzer fresh install issues
Replies: 14
Views: 78582

Re: Nagios Network Analyzer fresh install issues

ok. Along with the static ip, I had a DNS host A record for the name nagiosna.mysite.com to resolve to the static ip address I was using. I was using that to access the web page, which worked fine for the initial web page, for the licensing info, and nagiosadmin password, etc.... Once I updated APP...
by sgardil
Thu Jan 08, 2026 11:20 am
Forum: Nagios Network Analyzer
Topic: Nagios Network Analyzer fresh install issues
Replies: 14
Views: 78582

Re: Nagios Network Analyzer fresh install issues

Seems like the error is related to me changing the eth0 ip address from dhcp to static before running the installation. I used nmtui to change my ip address, and see the error both when this is done both before the installation is performed as well as after the installation was performed. Are stati...
by sgardil
Wed Jan 07, 2026 3:54 pm
Forum: Nagios Network Analyzer
Topic: Nagios Network Analyzer fresh install issues
Replies: 14
Views: 78582

Re: Nagios Network Analyzer fresh install issues

Can you run this in the terminal to make sure you have the proper ip address for your apache config and see if it fixes the issue.

Code: Select all

sed -i "s|^\s*ServerName .*|ServerName $(hostname -I | awk '{print $1}')|" "/etc/httpd/conf.d/nna.conf"
by sgardil
Wed Jan 07, 2026 11:38 am
Forum: Nagios Network Analyzer
Topic: Nagios Network Analyzer fresh install issues
Replies: 14
Views: 78582

Re: Nagios Network Analyzer fresh install issues

Can you check a few things for me. It sounds like the session storage path that laravel uses is missing or might have the wrong permissions. Can you run this command and see what it returns?

Code: Select all

ls -ld /var/www/html/nagiosna/storage/framework/sessions
by sgardil
Thu Nov 13, 2025 4:50 pm
Forum: Nagios Network Analyzer
Topic: Nagios Network Analyzer Display Vlan and Interface
Replies: 3
Views: 40204

Re: Nagios Network Analyzer Display Vlan and Interface

smithjor wrote: Tue Nov 11, 2025 1:34 pm Hello,

I think we would like to see this when viewing a source or in a query if possible.

Thanks!
Got it, I made an issue for tracking this. I can't give a time frame for when it will be done but it will be listed under issue number 131.