Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
fix(neb): anomalydetection header updated to match cbd
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Oct 13, 2021
1 parent 5026ee2 commit ba8e281
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

### Bugs

*Downtime*

Change downtime limits start/end dates to timestamp 2145916799
(31/12/2037 23:59:59) max.

*logs*

There was a possible deadlock in logging::broker due to creation of logs when
Expand Down
1 change: 0 additions & 1 deletion inc/com/centreon/engine/anomalydetection.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#ifndef CCE_ANOMALYDETECTION_HH
#define CCE_ANOMALYDETECTION_HH

#include <nlohmann/json.hpp>
#include <map>
#include <mutex>
#include <tuple>
Expand Down
1 change: 1 addition & 0 deletions src/anomalydetection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <cmath>
#include <cstring>
#include <limits>
#include <nlohmann/json.hpp>

#include "com/centreon/engine/broker.hh"
#include "com/centreon/engine/checks/checker.hh"
Expand Down

0 comments on commit ba8e281

Please sign in to comment.