Nagios Fusion License

This support forum board is for questions relating to Nagios Fusion.
Locked
mccrakem
Posts: 129
Joined: Mon Jun 19, 2017 8:28 am

Nagios Fusion License

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Fusion License

Post 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 sales@nagios.com or your reseller contact at SHI
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
mccrakem
Posts: 129
Joined: Mon Jun 19, 2017 8:28 am

Re: Nagios Fusion License

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Fusion License

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
mccrakem
Posts: 129
Joined: Mon Jun 19, 2017 8:28 am

Re: Nagios Fusion License

Post by mccrakem »

Thanks Scott

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

Thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Fusion License

Post by scottwilkerson »

mccrakem wrote:Thanks Scott

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

Thanks
Great!

Locking
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked