Skip to content

Commit

Permalink
Merge pull request #45 from nook24/watchdog
Browse files Browse the repository at this point in the history
Watchdog
  • Loading branch information
nook24 authored Sep 6, 2018
2 parents e234866 + 3247b3b commit 7d9aa45
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 74 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ statusengine-naemon-1-0-3.o
statusengine-nagios.o
statusengine-naemon.o
._*
.nfs*
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ Check the documentation for the [migration guide](https://statusengine.org/getti
- PHP7.2

## Changelog
**2.2.0**
- Restart dead childs in case of database errors [#44](https://github.com/nook24/statusengine/pull/44)
- Fix restart through systemd
- Thanks to [dhoffend](https://github.com/dhoffend)

**2.1.5**
- Remove bulk insert debug messages
- Fix a bug where downtimes got reset on nagios/naemon restart in downtimehistory table
Expand Down
2 changes: 1 addition & 1 deletion cakephp/app/Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
CakePlugin::load('BoostCake');

//Define versions
define('STATUSENIGNE_VERSION', '2.1.5');
define('STATUSENIGNE_VERSION', '2.2.0');
define('PERFDATA_VERSION', '1.2.0');


Expand Down
1 change: 1 addition & 0 deletions cakephp/app/Config/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
CakeLog::config('default', array(
'engine' => 'Syslog',
'prefix' => 'statusengine',
'flag' => LOG_ODELAY | LOG_PID,
'types' => array('emergency', 'alert', 'critical', 'error', 'warning', 'notice', 'info'),
));

Expand Down
Loading

0 comments on commit 7d9aa45

Please sign in to comment.