Pantelis Birokas
Pantelis Birokas
Previously I was using the precompiled ipmi_exporter-1.6.1.linux-amd64.tar.gz from your releases. I tried to give some more output and modified the sources. After building it from source it worked out and...
Like I wrote, I just clone and build the exporter by myself. Before used the prebuild binary (ipmi_exporter-1.6.1.linux-amd64.tar.gz ) that causes the problem. I did not change anything to make...
Hi, I can also confirm on a S21 FE. Disabling the com.sec.sve app, breaks the VoWifi.
CLA is signed.
Hi @edocod1, I have a question about your success of booting your wdmc ex2 (non Ultra). Did you boot it From a USB drive or From Internal disk? I was...
We Setup this installation directly with icingadb. So, there was no migration. You mean if a Downtime event in the database exists without an comment, this may cause this error?...
I got ~103K entries out of this query. It looks like this: ``` downtime_history_id downtime_id £ÚJ¼Ô Ãÿ^X ^E^PN\0>¦Èó NULL ÍnM£¼)°^QX`|Y^T+÷ NULL ¥^\xñ8&B^S^Yl¥ê0w¼ë NULL ¡¤J¼4ñuµ^B^V¥a^Q&^[^W` NULL J·Ã^UU,¯^C¡þ^VvJîѯ NULL YÄ®¢°¢DO!¬>Lý^]^K¶ Eb^U NULL...
``` MariaDB [icingadb]> SHOW CREATE TABLE history; +---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table | +---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | history | CREATE TABLE `history` ( `id` binary(20) NOT NULL COMMENT 'sha1(environment.name + event_type...
We Are running a single Maria DB instance. ``` [root@icinga ~]# mysql --version mysql Ver 15.1 Distrib 10.3.39-MariaDB, for Linux (x86_64) using readline 5.1 ```
Here are the part from icingadb/config.yml ``` retention: history-days: 90 sla-days: 90 options: acknowledgement: 90 comment: 90 downtime: 90 flapping: 90 notification: 90 state: 90 ``` All icinga related DBs...