Page 2 of 2

Re: Installation manual

Posted: Tue Sep 28, 2010 2:22 am
by tairline
This will not fix your problem as the .cfg's are generated from the nagiosQL database. Next time you try to generate the cfg's, XI will fail to startup again.

Delete the "d" from service_notification_options in the tbl_contact in the QL database (nagiosql). We found this fixes it (untill they start messing with this table again in a future release). Contacts.cfg is then generated correctly.

I've posted under my own name in the General support forum for we ran into the same issue.

Re: Installation manual

Posted: Tue Sep 28, 2010 2:54 am
by diegosiassb
Ok

command for this problem

mysql --password=nagiosxi


use nagiosql;

show tables;
describe tbl_contact;


select id,service_notification_options from tbl_contact;

update tbl_contact set service_notification_options = 'w,u,c,r,f,s' where id = 1

after restart and nagios i ok

We hope

Re: Installation manual

Posted: Tue Sep 28, 2010 2:56 am
by diegosiassb
Thanks tairline

Re: Installation manual

Posted: Tue Sep 28, 2010 9:22 am
by mguthrie
Yeah, we've got this up on our bug tracker as of yesterday. We're working on getting it resolved.

http://tracker.nagios.com/view.php?id=89

Re: Installation manual

Posted: Wed Sep 29, 2010 1:15 am
by diegosiassb
how do I get into that site? not have the credentials
Thanks

Diego

mguthrie wrote:Yeah, we've got this up on our bug tracker as of yesterday. We're working on getting it resolved.

http://tracker.nagios.com/view.php?id=89

Re: Installation manual

Posted: Wed Sep 29, 2010 9:57 am
by mguthrie
You just have to register and create a new account.

Re: Installation manual

Posted: Tue Oct 19, 2010 4:06 am
by diegosiassb
I tried to do a new recording with two different mail but have not received a confirmation email to activate your account. Can you help me
thanks

Re: Installation manual

Posted: Fri Oct 22, 2010 11:37 am
by mguthrie
I tried creating a new user-level account, I'm currently waiting for the confirmation email. We'll see if we have an issue with the emails being sent.

Re: Installation manual

Posted: Tue Oct 26, 2010 2:40 pm
by mguthrie
There does appear to be an issue with our tracker sending confirmation emails. We hope to have it fixed shortly.