Hi,
After I got all of my remote servers added in and checks being done via snmp. I am now getting a notification that Backend Icinga is not running.
The Icinga2 service is started and running. I noticed some threads are mentioning some things regarding the mysql database but I have deployed with psql.
Below is the contents of /etc/icinga2/features-enabled/ido-pgsql.conf I am not sure if this is related to the issue? any help is appreciated.
/**
* The db_ido_pgsql library implements IDO functionality
* for PostgreSQL.
*/
library "db_ido_pgsql"
object IdoPgsqlConnection "ido-pgsql" {
//user = "icinga"
//password = "icinga"
//host = "localhost"
//database = "icinga"
}
After I got all of my remote servers added in and checks being done via snmp. I am now getting a notification that Backend Icinga is not running.
The Icinga2 service is started and running. I noticed some threads are mentioning some things regarding the mysql database but I have deployed with psql.
Below is the contents of /etc/icinga2/features-enabled/ido-pgsql.conf I am not sure if this is related to the issue? any help is appreciated.
/**
* The db_ido_pgsql library implements IDO functionality
* for PostgreSQL.
*/
library "db_ido_pgsql"
object IdoPgsqlConnection "ido-pgsql" {
//user = "icinga"
//password = "icinga"
//host = "localhost"
//database = "icinga"
}