Page 1 of 1

NETWORK ANALYZER ADMIN USER NAME

Posted: Mon Nov 02, 2020 4:15 am
by Manento
Greetings to you Support

I would like to know how to change nagios network Anlyzer User admin to NagiosNA,

Regards
Manento

Re: NETWORK ANALYZER ADMIN USER NAME

Posted: Mon Nov 02, 2020 2:01 pm
by ssax
You should be able to do this:

Code: Select all

mysql -h 127.0.0.1 -unagiosna -pnagiosna nagiosna -e "update nagiosna_users set username = 'NagiosNA' where username = 'nagiosadmin';"

Re: NETWORK ANALYZER ADMIN USER NAME

Posted: Mon Nov 02, 2020 3:23 pm
by ssax
Locking thread, ticket received, we will continue support through the ticket.

Thank you!