Nagios v4.4.4 Release Notes

Release Date: 2019-07-29 // over 4 years ago
  • ๐Ÿ›  FIXES

    • ๐Ÿ›  Fixed log rotation logic to not repeatedly schedule rotation on a DST change (#610, #626) (Jaroslav Jindrak & Sebastian Wolf)
    • ๐Ÿ›  Fixed $SERVICEPROBLEMID$ to be reset after service recovery (#621) (Sebastian Wolf)
    • ๐Ÿ›  Fixed defunct worker processes appearing after nagios was reloaded (#441, #620) (Sebastian Wolf)
    • ๐Ÿ›  Fixed main nagios thread to release nagios.qh on a closed connection (#635) (Sebastian Wolf)
    • ๐Ÿ›  Fixed semicolon escaping to remove prepended backslash () (#643) (Sebastian Wolf)
    • ๐Ÿ›  Fixed 'Checks of this host have been disabled' message showing on passive-only hosts (#632) (Vojtฤ›ch ล irลฏฤek & Sebastian Wolf)
    • Fixed last_hard_state showing the current hard state when service status is brokered (#633) (Sebastian Wolf)
    • ๐Ÿ›  Fixed long plugin output (>8KB) occasionally getting truncated (#625) (Sebastian Wolf)
    • ๐Ÿ›  Fixed check scheduling for objects with large check_intervals and small timeperiods (#647) (Sebastian Wolf)
    • ๐Ÿ›  Fixed SOFT recoveries sending when services had HARD recovery some time after host recovery (#651) (Sebastian Wolf)
    • ๐Ÿ›  Fixed incorrect permissions on debugging builds of FreeBSD (#420) (Sebastian Wolf)
    • ๐Ÿ›  Fixed NEB callback lists being partially orphaned when multiple modules subscribe to one callback (#590) (Sebastian Wolf)
    • Fixed memory leaks in run_async_service_check(), run_async_host_check() when checks are brokered (#664) (Sebastian Wolf)
    • ๐Ÿ›  Fixed potential XSS in main.php, map.php (#671, #672) (Jak Gibb)
    • โœ‚ Removed NEB brokering for nagios daemonization, since daemonization occurs before NEB initialization (#591) (Sebastian Wolf)