Page 1 of 1

Nagios Fusion License

Posted: Fri Sep 06, 2019 2:46 am
by mccrakem
Hi

Our install of Nagios Fusion 2014r1.0 has crashed and the web gui is no longer available
I want to see if there is a file on the Operating System were I can extract the license key for Fusion
I have installed the latest version of fusion on a CentOS 7 server but to complete the install I need the license key

Thanks

Re: Nagios Fusion License

Posted: Fri Sep 06, 2019 10:21 am
by scottwilkerson
It's not in a file but is in the database the following may get it, but if you changed the root password for the mysql DB you would need to modify the command

Code: Select all

echo "select value from options where name='license_key';"|mysql -pfusion fusion
Alternately you can reach out to [email protected] or your reseller contact at SHI

Re: Nagios Fusion License

Posted: Mon Sep 09, 2019 3:14 am
by mccrakem
Hi Scott

I tried the command you provided but all I get back is

-bash: mysql: command not found

Could it be a different database type and not mysql

Thanks

Re: Nagios Fusion License

Posted: Mon Sep 09, 2019 6:14 am
by scottwilkerson
Sorry, forgot the previous version used postgresql

Code: Select all

echo "select value from fusion_options where name='license_key';"|psql nagiosfusion nagiosfusion

Re: Nagios Fusion License

Posted: Mon Sep 09, 2019 8:29 am
by mccrakem
Thanks Scott

I was able to retrieve the licence key
consider this post closed

Thanks

Re: Nagios Fusion License

Posted: Mon Sep 09, 2019 8:31 am
by scottwilkerson
mccrakem wrote:Thanks Scott

I was able to retrieve the licence key
consider this post closed

Thanks
Great!

Locking