customlogo component bug.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
TBT
Posts: 625
Joined: Wed May 18, 2011 1:26 pm

customlogo component bug.

Post by TBT »

I just downloaded the customlogo component and it returns the following error under Nagios XI 2011R1.9

SQL: SQL Error [nagiosxi] : ERROR: duplicate key value violates unique constraint "xi_options_pkey"
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: customlogo component bug.

Post by lmiltchev »

Try running in terminal as root:

Code: Select all

# cd /usr/local/nagiosxi/tools
# ./fix_postgres_sequences.sh
Be sure to check out our Knowledgebase for helpful articles and solutions!
TBT
Posts: 625
Joined: Wed May 18, 2011 1:26 pm

Re: customlogo component bug.

Post by TBT »

Running that and then reconfiguring worked.

Why causes that error?
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: customlogo component bug.

Post by lmiltchev »

I'm glad I could help!

This is a known issue caused by the Nagios XI installer scripts. We will be fixing it sometime in a near future - it is on our TODO list.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked