BanditBBS wrote:Edit: I love you Scott!
- Added ability for users to just save config to database without Applying Configuration when running wizards -SW
It was your idea, I just implemented it....
BanditBBS wrote:Edit: I love you Scott!
- Added ability for users to just save config to database without Applying Configuration when running wizards -SW
I'll think about how to word this, but XI 5 does have Core 4.1.1 which does include that...BanditBBS wrote:The one item I didn't see in the changelog that you may want to mention:
The new setting for nagios.cfg file to auto reschedule service checks for hosts in a down state(The Trevor Nagios Core patch). Some people may have waited for it to officially come in XI and not patch, so they would need to know.
ENHANCEMENTS
* Promoted JSON CGIs to released status (Eric Stanley)
* New graphical CGI displays: statusmap, trends, histogram (Eric Stanley)
* Make sticky status for acks and comments configurable enhancement #20 (Trevor McDonald / Scott Wilkerson)
* Add host_down_disable_service_checks directive to nagios.cfg #44 (Trevor McDonald / Scott Wilkerson)
* httpd.conf doesn't support Apache versions > 2.3 (DanielB / John Frickson)
FIXES
* Fix for not all service dependencies created (John Frickson)
* Fix SIGSEGV with empty custom variable (orbis / John Frickson)
* Fix contact macros in environment variables (dvoryanchikov)
* Fixed host's current attempt goes to 1 after going to hard state (John Frickson)
* Fixed two bugs/problems: Replace use of %zd in base/utils.c & incorrect va_start() in cgi/jsonutils.c (Peter Eriksson)
* Fixed: Let remove_specialized actually remove all workers (Phil Mayers)
* Fixed log file spam caused when using perfdata command directives in nagios.cfg (shashikanthbussa)
* Fixed off-by-one error in bounds check leads to segfault (Phil Mayers)
* Added links for legacy graphical displays (Eric Stanley)
* Update embedded URL's to https versions of Nagios websites (scottwilkerson)
* Fixed doxygen comments to work with latest doxygen 1.8.9.1 #30 (Trevor McDonald)
* Fixed makefile target "html" to PHONY to fix GitHub issue #28 (Trevor McDonald)
* Fixed typo as per GitHub issue #27 (Trevor McDonald)
* Fixed jsonquery.php 404 not found error, and disabled Send Query button until form populates #43 (Scott Wilkerson)
* Fixed linking in Tactical Overview for several of the Host entries in Featured section #48 (Scott Wilkerson)
* Fixed passing limit and sort options to pagination and sort links #42 (Scott Wilkerson)
* Added form field for icon URL and clean-up when it changes in CGI Status Map. (Eric Stanley)
* Added options to cgi.cfg to uncheck sticky and send when acknowledging a problem (Trevor McDonald)
* Low impact changes to automate the generation of RPMs from nagios.spec file. (T.J. Yang)
* Update index.php (Trevor McDonald)
* Fixed escaping of corewindow parameter to account for possible XSS injection (Scott Wilkerson)
* Typo correction (T.J. Yang)
* Make getCoreStatus respect cgi_base_url (Moritz Schlarb)
* Adjusted map layout to work within frames (Eric Stanley)
* Fixed map displays are now the full size of browser window (Eric Stanley)
* Fixed labels and icons on circular markup no longer scale on zoom (Eric Stanley)
* Got all maps except circular markup working with icons (Eric Stanley)
* Fixes to make legacy CGIs work again. (Eric Stanley)
* Fixes to make all/html target tolerant of being run multiple times (Eric Stanley)
* For user-supplied maps, converted node group to have transform (Eric Stanley)
* Fixed issue transitioning from circular markup map to other maps (Eric Stanley)
* Fix displayForm to trigger on the buttom press (Scott Wilkerson)
* Fix fo getBBox crash on Firefox (Eric Stanley)
* Fixed map now resets zoom when form apply()'d (Eric Stanley)
* Fixed so close box on dialogs actually closes dialog (Eric Stanley)
* Corrected directive in trends display (Eric Stanley)
* Fixed minor issue with link in trends linkes (Eric Stanley)
* Fixed issue with map displaying on Firefox (Eric Stanley)
* Added exclusions for ctags generation (Eric Stanley)
* Update map-popup.html (Scott Wilkerson)
* Initial commit of new graphical CGIs (Eric Stanley)
* Fixed Github bug #18 - archivejson.cgi returns wrong host for state change query (Eric Stanley)
* Status JSON: Added next_check to service details (Eric Stanley)
* Fixed escaping of keys for scalar values in JSON CGIs (Eric Stanley)
* build: Include <sys/loadavg.h> if it exists. (Eric J. Mislivec)
* lib-tests: test-io{cache|broker} need -lsocket to link. (Eric J. Mislivec)
* lib-tests: test-runcmd assumes GNU echo. (Eric J. Mislivec)
* lib-tests: Signal handlers don't return int on most platforms, and using a cast was the wrong way to resolve this. (Eric J. Mislivec)
* Fix some type/format mismatch warnings for pid_t. (Eric J. Mislivec)
* Fix build on Solaris. (Eric J. Mislivec)
* runcmd: Fix build when we don't HAVE_SETENV. (Eric J. Mislivec)
* Fixed checkresult output processing (Eric Mislivec)
* Corrected escaping of long output macros (Eric Mislivec)
* Fixed null pointer dereferences in archive JSON (Eric Stanley)
* Fixed memory overwrite issue in JSON string escaping (Eric Stanley)
* JSON CGI: Now escaping object and array keys (Eric Stanley)
is working.. Does this mean http://outsideit.net/naf-reconfigure-na ... ostgroups/ will become obsolete?Added new REST API with objects, config, and system sections which allows adding host/services
You beat me to the post by like 15 seconds :)WillemDH wrote:Include the changelog of Core 4.1.1 ?
This will still work, but we are working toward an actual API to make the calls, in addition to leaving the ability to use what you have created for Reactor...WillemDH wrote:Include the changelog of Core 4.1.1 ?
Very curious at howis working.. Does this mean http://outsideit.net/naf-reconfigure-na ... ostgroups/ will become obsolete?Added new REST API with objects, config, and system sections which allows adding host/services
The REST API only has basic functionality right now but it allows passing all variables you normally would if you did a define host { } in the core configs.WillemDH wrote:Include the changelog of Core 4.1.1 ?
Very curious at howis working.. Does this mean http://outsideit.net/naf-reconfigure-na ... ostgroups/ will become obsolete?Added new REST API with objects, config, and system sections which allows adding host/services
Well to be honest this script I released on the Exchange to reconfigure hostgroups is just one small part of more scripts. I have a giant PS script making a complete Nagios inventory ,reconfiguring each host's hostgroups automatically, so they each have the actual location, os, infrastructure, priority and role hostgroup, the correct services and templates, nsclient version, config, eventlog exclusions and more.This will still work, but we are working toward an actual API to make the calls, in addition to leaving what you have created for Reactor...
I really hope this means I can start using reports, as currently I have to run a report three times in order to be able to export to pdf AND running a report chokes my XI server..- Updated all reports to now use asynchronous loading of report information -JO
- Updated all reports to have a new layout -JO
- Added numbers of saved reports and scheduled reports to left hand menu section -JO