Daniel

Results 160 comments of Daniel

Interesting idea. In case you want to group the state of an "Provided Service" such as "E-Mail Server" you could create an [Event Correlation](https://docs.openitcockpit.io/en/monitoring/eventcorrelation/) You can configure notifications for each...

Could you please provide more information about what you have done? What OS are you using? Also because of #1797 have you modified or force overwritten any dependencies?

Honestly, don't expect this to work :) openITCOCKPIT expected systems to follow the distributions standards. This means: - on Ubuntu 22.04 we expected php 8.1 - on Ubuntu 24.04 we...

We are trying to keep in sync with the Ubuntu release cycle. Our goal is to support openITCOCKPIT for the standard support cycle (5 years). Also openITCOCKPIT does only support...

In case you mean these messages: ``` deprecated: 16384 :: As of 4.5.0, using newQuery() is deprecated. Instead, use `insertQuery()`, `deleteQuery()`, `selectQuery()` or `updateQuery()`. The query objects returned by these...

Nothing to worry about. The entire sudo_server is deprecated anyway and will be removed soon. It is not used by openITCOCKPIT anymore.

The upcoming version openITCOCKPIT 5.1.0 uses CakePHP 5 in the Backend and resolves all deprecated PHP messages. It also introduced official support for PHP8.4 and Debian 13. Feel free to...

> **Deleted hosts not removed** > I removed two hosts, but they do not disappear from the deleted hosts section. Their status remains pending. This is a known issue/limitation/bug. In...

Your system is probably failing while migrating the table `statusengine_servicechecks` with the error ``` ERROR 1206 (HY000) at line 1: The total number of locks exceeds the lock table size...

`ALTER TABLE … CONVERT TO CHARACTER SET` will change the collation of all existing columns in the table and will also update the default character set. `ALTER TABLE … DEFAULT...