forked from naemon/naemon-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
21 lines (20 loc) · 938 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Unreleased
=================
* External commands are now validated
* Query handler supports commands now
* Added shadownaemon tool to locally shadow a remote core via livestatus
* Naemon now starts after reboot on Debian
0.8 - Feb 13 2014
=================
* Based on nagios 4.0.2
* Rename a lot of things, replace build system, etc.
* The CGIs are gone - use Thruk instead.
* Remove the upstream version check - use your package manager instead.
* New NEB callback, NEBATTR_CHECK_ALERT, when a check generates an alert.
* Allow contactgroups without members but having contactgroup_members.
* No longer spam Naemon log when checks time out.
* All positive values for ACKNOWLEDGE_{HOST,CHECK} means TRUE.
* Check output parsing rewritten.
- Fixes crashes, bugs, and improves performance.
* Log rotation is done by logrotate instead of in-core log rotation.
* Fix misc crashes, speed up misc areas, and other bug fixes.