Files
nagios/nagios-random_data.patch
Lars Vogdt 074bedf889 - update to 4.5.1
* Fix text rendering in Configuration -> Command Expansion when the 
    command ends in whitespace 
    (Thanks Joran LEREEC for reporting this issue)
- from 4.5.0
  Note: this release is backward-compatible, but does include updates 
  to the header files.
  If you are using any NEB modules in your monitoring solution, you will 
  need to recompile them with the new nagios-4.5.0 headers to avoid 
  segmentation faults.
  ENHANCEMENTS
  * Add event_handler_period configuration option to hosts and services (#913)
  * Add external commands CHANGE_HOST_EVENT_HANDLER_TIMEPERIOD 
    and CHANGE_SVC_EVENT_HANDLER_TIMEPERIOD (#913)
  * Added support for separating your build directory from your 
    source directory (#867)
- from older versions:
  * Fix missing macros when running performance data commands (#904)
  * Fix broken logo images in status pages (regression from 4.4.12) (#917)
  * Clean up most compiler warnings on GCC and clang (#901)
  * Fix incorrect HTML entity escaping in CGIs (#907, #902)
  * Fix issue where predictive dependency checks were not being scheduled for services (#908)
  * Fix several typos (#898, #884)
  * Fix incorrect error message in preflight check (#865)
  * Fix use-after-free in qh_deregister_handler (#866)
  * Fix memory leak in qh_deregister_handler (#866)
  * Fix mismatched host/service behavior when changing from SOFT to HARD state (#891)
  * Minor performance improvements in CGI utility functions (#866)
  * Fix memory leak in nagiostats.c when using -c, -s, -d, or -D multiple times (#888)
  * Improve service scheduling at startup (#887)

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/nagios?expand=0&rev=301
2024-04-16 22:26:42 +00:00

13 lines
398 B
Diff

Index: nagios-4.5.1/worker/ping/worker-ping.c
===================================================================
--- nagios-4.5.1.orig/worker/ping/worker-ping.c
+++ nagios-4.5.1/worker/ping/worker-ping.c
@@ -84,6 +84,7 @@ int main( int argc, char **argv, char **
if( worker( worker_socket)) {
exit( 1);
}
+ return 1;
}
void parse_worker_command_line( int argc, char **argv, char **env,