Search found 9 matches

by dais
Wed Aug 08, 2018 12:02 am
Forum: Nagios Network Analyzer
Topic: Forgot nagiosna password
Replies: 5
Views: 1149

Re: Forgot nagiosna password

Your default shell may not be bash and we need to change the script to use it. Edit the reset_nagiosadmin_password.sh script and change the top line from #!/bin/sh to #!/bin/bash Save it out and try and reset the password again. The new password is set after modifying in reset_nagiosadmin_password....
by dais
Tue Aug 07, 2018 6:40 am
Forum: Nagios Network Analyzer
Topic: Forgot nagiosna password
Replies: 5
Views: 1149

Re: Forgot nagiosna password

There is a script you can use to reset the password. Login to the NNA server as root and go to this folder. /usr/local/nagiosna/scripts Run this script below, replacing newpassword with your new password. ./reset_nagiosadmin_password.sh -p newpassword Then you should be able to login to the NNA GUI...
by dais
Sat Aug 04, 2018 5:41 am
Forum: Nagios Network Analyzer
Topic: Forgot nagiosna password
Replies: 5
Views: 1149

Forgot nagiosna password

I've tried to login to http://localhost/nagiosna/login
But I forgot password and tried to reset,

It keeps loading after giving Username nna and it shows:
Screenshot from 2018-08-04 16-08-03.png
I've entered correct Username. How to reset password?
by dais
Thu Jul 26, 2018 4:56 am
Forum: Nagios Network Analyzer
Topic: install on CentOS 7 - The step that failed was: 'db'
Replies: 12
Views: 3512

Re: install on CentOS 7 - The step that failed was: 'db'

I was getting the same error but in Ubuntu...
(because mysql-server was not preinstalled and root password given was wrong)

Resolution is uninstall and install database server again properly with root password.
by dais
Thu Jul 26, 2018 4:39 am
Forum: Nagios Network Analyzer
Topic: Uninstall nagios network analyzer on Linux
Replies: 8
Views: 2477

Re: Uninstall nagios network analyzer on Linux

Okay.. I've done sudo rm -rf /usr/local/nagiosna sudo rm -rf /var/www/html/nagiosna/ and sudo rm /etc/init.d/nagiosna also delete extracted nagiosna folder and follow installation guide again. It is installed successfully !! NOTE: mysql-server should be installed correctly with root password.
by dais
Wed Jul 25, 2018 3:34 am
Forum: Nagios Network Analyzer
Topic: Uninstall nagios network analyzer on Linux
Replies: 8
Views: 2477

Re: Uninstall nagios network analyzer on Linux

So basically, there is no way to uninstall it?
by dais
Sat Jul 21, 2018 12:09 am
Forum: Nagios Network Analyzer
Topic: Uninstall nagios network analyzer on Linux
Replies: 8
Views: 2477

Re: Uninstall nagios network analyzer on Linux

Why do I need to do a fresh minimal install system?
by dais
Fri Jul 20, 2018 10:34 pm
Forum: Nagios Network Analyzer
Topic: Uninstall nagios network analyzer on Linux
Replies: 8
Views: 2477

Re: Uninstall nagios network analyzer on Linux

Why not on the same system?
by dais
Fri Jul 20, 2018 5:14 am
Forum: Nagios Network Analyzer
Topic: Uninstall nagios network analyzer on Linux
Replies: 8
Views: 2477

Uninstall nagios network analyzer on Linux

I have installed nagios following this guide: https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Network_Analyzer_Manual_Installation_Instructions.pdf#_ga=2.178588643.658431633.1532076035-410334664.1532076035 I have also tried to uninstall it with script uninstall_xi.sh downloaded from...