Revisions of nagios

Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 302)
  * nagios-exec-start-post - obsolete (fixes bsc#1202929)
  * nagios-exec-start-pre  - obsolete (fixes bsc#1202929)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 301)
- 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)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 300)
trigger service run
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 299)
Modified via webui
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 297)
- remove some old rpmlintrc entries
- remove old (< 12.0) SUSE macros from spec file
- nagios-dch and nagios-contrib can be noarch
- use autopatch macro
- set right permission and ownership for /var/log/nagios/config.err
  even if this file is just a ghost file in RPM
- use /run/nagios instead of /var/run/nagios for pid file
- get rid of really old (SLE9) fix for nagios command group (was 
  group www at that time). Since SLE10, we use and own group 
  (nagcmd) instead. As we do not support to migrate from SLE9 to 
  SLE11 and beyond directly, this migration should have been done 
  long time ago already
Ansgar Esztermann's avatar Ansgar Esztermann (aeszter) accepted request 1145110 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 296)
- Do not provide user/group symbols and actually stop generating
  those users/groups alltogether. The package system-user-nagios is
  taking care of the user setup.
Ansgar Esztermann's avatar Ansgar Esztermann (aeszter) accepted request 1144491 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 295)
- provide user(nagios), group(nagios), group(wwwrun), user(nagcmd)
  bsc#1219600
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 294)
- do not change ownership of resource_file (/etc/nagios/resource.cfg) 
  during (re-)start: nagios does not have enough permissions to do 
  it anyway. 
  Fixes bsc#1192316 - thanks to Kai Lappalainen
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 977081 from Andre Klärner's avatar Andre Klärner (klaernie) (revision 293)
- 4.4.7 - 2022-04-14
  FIXES
  * Fixed checkboxes in jsonquery.html (#778) (Rfferrao87)
  * Added SSL support for version update check (Sebastian Wolf)
  * Note: NEB modules using the priority/scheduling queues in libnagios may need to update headers due to symbol conflicts with OpenSSL.
  * Fixed XSS in homepage when displaying update check results (Sebastian Wolf)
  * Fixed allocation error in getcgi.c (#820) (Ariadne Conill)
  * Fixed Error: NULL variable for lines of spaces in resource.cfg (#814) (Ralf Herrmann)
  * Fixed crash when handling large check output (#825, #828) (Kilvador)
  * Update packaging instructions for RPM/EPEL (#850) (T.J. Yang)
  * Include packaging instructions for DEB (#842) (Catfriend1)
  * Fixed CGI object processing when names end in \ (#819) (Sebastian Wolf)
  * $SERVICEPROBLEMID$ now accessible when notifications are sent (#688) (Sebastian Wolf)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 925377 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 292)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 291)
add missing SUSE bugzilla number bsc#989759
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 290)
fix CVE number:  (CVE-2020-13977, bsc#1172794)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 289)
just adding missing SUSE bugzilla numbers
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 288)
- new nagios-exec-start-post script to fix bsc#1003362
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 287)
fix the man page as well....
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 286)
- fix nagios_upgrade.sh writing to log file in user controlled 
  directory (bsc#1182398). The nagios_upgrade.sh script writes the 
  logfile directly below /var/log/
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 811168 from Stefan Botter's avatar Stefan Botter (jsjhb) (revision 285)
- 4.4.6
* Fixed Map display in Internet Explorer 11 (#714)
* Fixed duplicate properties appearing in statusjson.cgi (#718)
* Fixed NERD not building when enabled in ./configure (#723)
* Fixed build process when using GCC 10 (#721)
* Fixed postauth vulnerabilities in histogram.js, map.js, trends.js 
  (CVE-2020-1408)
* When using systemd, configuration will be verified before
  reloading (#715)
* Fixed HARD OK states triggering on the maximum check attempt (#757)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 792345 from Robert Frohl's avatar Robert Frohl (rfrohl) (revision 284)
add missing bug numbers, found in Leap submission
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 283)
- enable build for SLE11 by excluding some special macros and 
  directories via 'sles_version != 11' condition
- add nagios-archive.service and nagios-archive.timer as replacement 
  for the script in cron.weekly: no need for cron on systemd systems
- run set_permissions and verifyscript for /etc/cron.weekly on those
  distributions that need it
- enhance rpmlint: ignore empty htpasswd file
- enable php apache module and not php5 on newer distributions
- try to harden the rcnagios script
Displaying revisions 1 - 20 of 302
openSUSE Build Service is sponsored by