Icinga is currently not up and running

Hello,
I Installed LAMP on one server which is my master with icinga and icingaweb …It went all good and also the web gui showed the server up and running.
Next i installed LAMP on second server which would be my satellite and after doing configuration as per the document(how-to-set-up-high-availability-masters/) the web complained backend not running, so after googling i removed the time by using delete from icinga_programstatus; after which it is now showing icinga is currently not up and running…can some one help me …I am basically trying to setup 2 HA masters so that if one fails the other take over.
ido-mysql.conf from master server
/**

  • The db_ido_mysql library implements IDO functionality
  • for MySQL.
    */

library “db_ido_mysql”

object IdoMysqlConnection “ido-mysql” {
user = “icinga2”,
password = “test”,
host = “localhost”,
database = “icinga2”
}

Enabled features: api checker icingadb ido-mysql mainlog notification

ido-mysql.conf from satellite server
/**

  • The db_ido_mysql library implements IDO functionality
  • for MySQL.
    */

library “db_ido_mysql”

object IdoMysqlConnection “ido-mysql” {
user = “icinga2”,
password = “test”,
host = “localhost”,
database = “icinga2”
}
Enabled features: api checker icingadb ido-mysql mainlog

If anything needed i will share