Page 1 of 1
customlogo component bug.
Posted: Mon Dec 19, 2011 4:09 pm
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"
Re: customlogo component bug.
Posted: Mon Dec 19, 2011 4:16 pm
by lmiltchev
Try running in terminal as root:
Code: Select all
# cd /usr/local/nagiosxi/tools
# ./fix_postgres_sequences.sh
Re: customlogo component bug.
Posted: Mon Dec 19, 2011 4:22 pm
by TBT
Running that and then reconfiguring worked.
Why causes that error?
Re: customlogo component bug.
Posted: Mon Dec 19, 2011 4:52 pm
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.