]> granicus.if.org Git - icinga2/shortlog
icinga2
2015-02-14 Gunnar BeutnerFix a case where NetString::ReadStringFromStream might...
2015-02-14 Gunnar BeutnerFix unit tests for the Stream class
2015-02-14 Gunnar BeutnerDon't use separate threads for each ApiClient object
2015-02-14 Gunnar BeutnerMove most of the socket I/O to a separate thread
2015-02-13 Gunnar BeutnerUpdate documentation links
2015-02-13 Gunnar BeutnerFix incorrect file name
2015-02-13 Michael FriedrichValidate configured TimePeriod ranges
2015-02-13 Gunnar BeutnerWrap IPv6 addresses in udp6:[<addr>] for check_snmp
2015-02-13 Gunnar BeutnerFall back to using address6 when the address attribute...
2015-02-13 Michael FriedrichMake the argments for the stats functions const-ref
2015-02-13 Gunnar BeutnerBuild fix for OpenBSD
2015-02-13 Gunnar BeutnerFix exception handler for --library on OS X
2015-02-12 James PharaohMake checks using 'command_endpoint' work inside HA...
2015-02-12 Gunnar BeutnerAdd the changelog.py script
2015-02-12 Michael FriedrichDon't spam the log with reminder notifications not...
2015-02-12 Michael FriedrichDB IDO: Require schema version 1.13.0
2015-02-12 Michael FriedrichDB IDO: Fix header in sql files
2015-02-12 Michael FriedrichDB IDO: Fix duplicate entries in scheduleddowntime...
2015-02-12 Michael FriedrichDB IDO: Fix duplicate entries in {host,service}depencen...
2015-02-12 Gunnar BeutnerUpdate documentation
2015-02-12 Gunnar BeutnerFix incorrect macro name in the disk check command
2015-02-12 Gunnar BeutnerAdd a few more file system types which are ignored...
2015-02-11 Michael FriedrichDocumentation: Update Configuring Icinga 2
2015-02-11 Michael FriedrichDocumentation: Move Debug from Troubleshooting into...
2015-02-11 Michael FriedrichImplement {EN,DIS}ABLE_HOST_SVC_NOTIFICATIONS commands
2015-02-11 Michael FriedrichMove ValidateMacroString into the MacroProcessor class
2015-02-11 Michael FriedrichResolve macros in dictionary values
2015-02-11 Michael FriedrichFix compiler warning
2015-02-11 Gunnar BeutnerReplace if( with if (
2015-02-11 Michael FriedrichAdd macro config validator for command args, env, custo...
2015-02-11 Gunnar BeutnerUpdate documentation
2015-02-11 Gunnar BeutnerAdd missing file
2015-02-11 Gunnar BeutnerUpdate documentation
2015-02-11 Gunnar BeutnerUpdate documentation
2015-02-11 Gunnar BeutnerAdd documentation for the 'icinga2 console' command
2015-02-10 Gunnar BeutnerFix a crash in yyerror()
2015-02-10 Gunnar BeutnerFix off-by-one mistake for error reporting
2015-02-10 Gunnar BeutnerAdd documentation for the object accessor functions
2015-02-10 Gunnar BeutnerImprove error reporting for "icinga2 console"
2015-02-10 Gunnar BeutnerImplement line continuation for "icinga2 console"
2015-02-10 Gunnar BeutnerAllow funcs in the 'env' dictionary
2015-02-10 Gunnar BeutnerIgnore the -X option for check_disk (on Windows)
2015-02-10 Gunnar BeutnerAdd another missing directory
2015-02-10 Gunnar BeutnerAdd missing directory in the Windows setup wizard
2015-02-10 Gunnar BeutnerAdd missing spaces in some error messages
2015-02-10 Gunnar BeutnerUpdate validators for CustomVarObject
2015-02-10 Gunnar BeutnerImplement argument auto-completion for short options
2015-02-09 Michael Friedrichnode update-config: Check node name against blacklist too
2015-02-09 Gunnar BeutnerFix timestamp format for the .timestamp file
2015-02-09 Gunnar Beutnerconsole: Don't repeat line when we're reporting an...
2015-02-09 Gunnar BeutnerImprove error message for setgroups/initgroups/setuid
2015-02-09 Gunnar BeutnerDisable flapping detection by default
2015-02-09 Gunnar BeutnerSet LC_NUMERIC=C for all processes on *NIX
2015-02-09 Michael FriedrichCreate certificate backups in 'node setup'
2015-02-09 Gunnar BeutnerDon't set up instance variables for fields which have...
2015-02-09 Michael FriedrichBuild fix for Windows
2015-02-09 Gunnar BeutnerAdd documentation for runtime attributes
2015-02-09 Gunnar BeutnerMake sure all fields in the Field class are initialized
2015-02-09 Gunnar BeutnerBuild fix for Windows
2015-02-09 Jean FlachFix output of check_ping
2015-02-09 Gunnar BeutnerImplement additional attributes for the Host class
2015-02-09 Gunnar BeutnerImplement the Json.encode and Json.decode methods
2015-02-09 Gunnar BeutnerConfig sync: Open config files in binary mode
2015-02-08 Gunnar BeutnerRelax the validator for Notification::users/Notificatio...
2015-02-07 Michael FriedrichAdd host/service runtime macro downtime_depth
2015-02-07 Michael FriedrichTrigger added downtimes immediately if checkable is...
2015-02-07 Michael FriedrichFix authoritative zones in config sync
2015-02-07 Michael FriedrichFix missing persistent_comment, notify_contact columns...
2015-02-07 Michael FriedrichRequire at least one user for notification objects...
2015-02-07 Michael FriedrichStatusDataWriter: Fix wrong host notification filters
2015-02-07 Michael FriedrichRemove name and return value for stats functions
2015-02-07 Michael FriedrichFix User::ValidateFilters isn't being used
2015-02-07 Michael FriedrichImprove error message on missing included config files
2015-02-07 Michael FriedrichFix notify flag is ignored in ACKNOWLEDGE_*_PROBLEM...
2015-02-07 Michael Friedrichicinga2 node wizard: Create backups of certificates
2015-02-07 Michael FriedrichAdd file mode support for NodeUtility::CreateBackupFile()
2015-02-07 Michael FriedrichImprove error messages on Endpoint not belonging to...
2015-02-07 Michael FriedrichFix last_hard_state missing in StatusDataWriter
2015-02-06 Gunnar BeutnerUpdate documentation
2015-02-06 Gunnar BeutnerAdd timestamp support for Graphite
2015-02-06 Gunnar BeutnerDocument the `name` and `type` attributes
2015-02-05 Michael FriedrichLivestatus: Fix case-insensitive comparison operator
2015-02-05 Gunnar BeutnerAdd command definition for check_icmp
2015-02-05 Gunnar BeutnerReport failed agent checks to the master
2015-02-05 Gunnar BeutnerSend check result even when accept_commands is not set
2015-02-05 Gunnar BeutnerAdd path information for objects in objects file
2015-02-05 Gunnar BeutnerRelease version 2.2.4
2015-02-05 Gunnar BeutnerUpdate the ZoneName constant in "node wizard"
2015-02-05 Gunnar BeutnerRemove single quote in "node wizard" output
2015-02-05 Gunnar BeutnerUse the %build_icinga_org RPM macro for package depende...
2015-02-04 Michael FriedrichSchedule a host downtime for command SCHEDULE_HOST_SVC_...
2015-02-04 Gunnar BeutnerImplement support for updating the program_end_time...
2015-02-03 Gunnar BeutnerImplement a unit test for nullary lambdas
2015-02-03 Gunnar BeutnerUpdate repository URL for SLES 11
2015-02-03 Jean FlachAdd check_memory, update check_swap, thresholds
2015-02-02 Jean FlachFix check_swap returning wrong status without thresholds.
2015-02-02 Jean FlachFix check_uptime faulty behavior when using -u
2015-02-02 Gunnar BeutnerDocument operator precedence
2015-02-02 Jean FlachChange how check_swap works and a debug line in check_disk
2015-02-02 Gunnar BeutnerAdd a check command for check_hpjd
next