There is currently no icinga instance writing to the IDO

24,733

Solution 1

I resolved, need edit the file /etc/icinga2/features-enabled/ido-mysql.conf and insert db/user/passwd

My file is:

library "db_ido_mysql"

object IdoMysqlConnection "ido-mysql" {
  user = "icinga",
  password = "password",
  host = "localhost",
  database = "icinga"
}

Solution 2

On Debian systems, after the default installation and configuration of the IDO package, this file is actually pre-generated in /etc/icinga2/features-available/ido-pgsql.conf or similar, you just need to symlink it into /etc/icinga2/features-enabled/, and restart the icinga2 service.

Share:
24,733

Related videos on Youtube

hellb0y77
Author by

hellb0y77

Updated on September 18, 2022

Comments