Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/it-novum/openITCOCKPIT
Browse files Browse the repository at this point in the history
… into development
  • Loading branch information
nook24 committed Nov 16, 2020
2 parents f9569fc + 09cc30f commit 0013920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

if (!defined('OPENITCOCKPIT_VERSION')) {
define('OPENITCOCKPIT_VERSION', '4.1.1');
define('OPENITCOCKPIT_VERSION', '4.1.2');
}

return [];
Original file line number Diff line number Diff line change
Expand Up @@ -2515,6 +2515,7 @@ public function returnAfterExportCommand() {
}

public function deleteHostPerfdata() {
return true; // @todo fix me
$basePath = Configure::read('rrd.path');

/** @var $DeletedHostsTable DeletedHostsTable */
Expand Down Expand Up @@ -2551,6 +2552,7 @@ public function deleteHostPerfdata() {
}

public function deleteServicePerfdata() {
return true; // @todo fix me
$basePath = Configure::read('rrd.path');

/** @var $DeletedServicesTable DeletedServicesTable */
Expand Down

0 comments on commit 0013920

Please sign in to comment.