]> granicus.if.org Git - icinga2/shortlog
icinga2
2015-04-24 Michael FriedrichAdd timestamp option for checkresult test script
2015-04-24 Jean FlachDo not create syslog.conf on Windows
2015-04-24 Gunnar BeutnerUpdate AUTHORS
2015-04-24 Lee ClemensTerminate string literals
2015-04-22 Gunnar BeutnerFix style for command-nscp-local.conf
2015-04-22 Tobias von... Add arguments to "tcp" CheckCommand
2015-04-22 Tobias von... Add attributes to the "ftp" CheckCommand.
2015-04-22 Tobias von... Add attributes to the "dns" CheckCommand
2015-04-22 Gunnar BeutnerFix another potential deadlock in DB IDO
2015-04-21 Jean-Marcel... Improve compatibility with sles11
2015-04-21 Gunnar BeutnerFix incorrect boost package path for RHEL 6
2015-04-21 Gunnar BeutnerDisable (unused) build tests for RPM-based distros
2015-04-21 Gunnar BeutnerBuild fix for RHEL 6
2015-04-21 Michael FriedrichUpdate AUTHORS
2015-04-21 Lennart BetzAdd 'check_drivesize' as nscp-local check command
2015-04-21 Michael FriedrichDocumentation: Fix missing parenthesis
2015-04-20 Michael FriedrichUpdate release checklist
2015-04-20 Gunnar BeutnerFix deadlock in the IDO
2015-04-20 Michael FriedrichCLI: Be less verbose in 'node update-config'
2015-04-20 Dirk GoetzITL: Add 'SHOWALL' command argument for 'nscp'
2015-04-20 Michael FriedrichFix compiler warnings w/ config validators
2015-04-20 Jean-Marcel... Make --version work with systemd
2015-04-20 Jean-Marcel... Refactor code
2015-04-20 Jean-Marcel... Change node wizard flow
2015-04-20 Gunnar BeutnerRelease version 2.3.4
2015-04-20 Gunnar Beutnerlogrotate: Check whether the PID file exists
2015-04-20 Michael FriedrichFix logrotate install
2015-04-17 Michael FriedrichConfiguration: Default max_check_attempts should be...
2015-04-17 Michael FriedrichFix custom attributes with recursive macro function...
2015-04-17 Michael FriedrichFix acknowledgement with expire time not added as comme...
2015-04-16 Jean-Marcel... Fix troubleshooht command truncating crash logs
2015-04-16 Michael FriedrichDocumentation: set_if usage with boolean values and...
2015-04-16 Gunnar BeutnerImplement sandbox mode for the config parser
2015-04-15 Louis SautierFix order of check_disk's ignored paths arguments
2015-04-15 Gunnar BeutnerMake sure that the web.conf file gets installed
2015-04-15 Gunnar BeutnerRemove the ScopeCurrent constant
2015-04-15 Paul RichardsFix: demo module can not be built
2015-04-14 Gunnar BeutnerRemove deadlock in db_ido
2015-04-12 Paul RichardsUpdate PGSQL driver to reflect changes in MySQL driver
2015-04-12 Michael FriedrichChange log level to 'notice' for 'Attempting to send...
2015-04-12 Michael FriedrichTrigger downtimes for NOT-OK states after OnDowntimeAdded()
2015-04-11 Michael FriedrichDB IDO: Fix status table scheduled_downtime_depth colum...
2015-04-11 Andrew MeyerVim syntax: Match groups before host/service/user objects
2015-04-08 Michael FriedrichDon't update scheduleddowntime table w/ trigger_time...
2015-04-08 Michael FriedrichDocumentation: Fix graphite feature enable typo
2015-04-03 Louis SautierFix typo
2015-04-02 Dirk GoetzAdd database plugins check_mysql_health, check_mssql_he...
2015-04-01 Paul RichardsFix crash in VMOps::FunctionCall
2015-03-31 Gunnar BeutnerAvoid setting up unnecessary stack frames for dictionar...
2015-03-31 Jean-Marcel... Fix logrotate configuration
2015-03-31 Gunnar BeutnerAvoid unnecessary dictionary lookups
2015-03-31 Gunnar BeutnerFix complexity class for Dictionary::Get
2015-03-31 Jean-Marcel... Make node wizard only accept y/Y and n/N
2015-03-31 Paul RichardsMake flex detection on Windows more robust
2015-03-31 Gunnar BeutnerAvoid setting up unnecessary stack frames for function...
2015-03-30 Gunnar BeutnerFix incorrect validator for strings
2015-03-30 Gunnar BeutnerFix permissions for agent CheckResult messages
2015-03-30 Jean-Marcel... Add accept config/commands option to node setup
2015-03-30 Jean-Marcel... Update AUTHORS
2015-03-30 Max ZhangAdd explanation on the blacklist feature
2015-03-29 Gunnar BeutnerAvoid unnecessary allocations in ScriptFrame::SetCurren...
2015-03-29 Gunnar BeutnerImprove timeperiod validation error messages
2015-03-29 Gunnar BeutnerFix validation errors for time ranges which span the...
2015-03-28 Gunnar BeutnerRemove unused #includes
2015-03-28 Gunnar BeutnerRemove unused prototypes in the THPP files
2015-03-28 Gunnar BeutnerAvoid most other unnecessary PLT indirections
2015-03-28 Gunnar BeutnerAvoid some unnecessary PLT indirections for constructor...
2015-03-28 Gunnar BeutnerBuild fix for db_ido_mysql
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-28 Louis SautierFix missing whitespace in the documentation
2015-03-27 Gunnar BeutnerFix incorrect macro string
2015-03-27 Louis SautierAdd all missing UPS check parameters
2015-03-27 Louis SautierReword documentation for check_address
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-03-26 Jean FlachAdd CheckCommands and documentation on Windows plugins
2015-03-26 Gunnar BeutnerRelease version 2.3.3
2015-03-26 Gunnar BeutnerFix arrays in command arguments
2015-03-26 Gunnar BeutnerFix crash in MakeX509CSR when using ancient versions...
2015-03-26 Gunnar BeutnerFix incorrect perfdata templates in the documentation
2015-03-26 Gunnar BeutnerFix assertion failure in IdoMysqlConnection::FieldToEsc...
2015-03-25 Michael FriedrichFix wrong 'dns_lookup' custom attribute default
2015-03-23 Gunnar BeutnerFix incorrect variable values for apply+for
2015-03-23 Jean FlachAdd check_perfmon
2015-03-23 Jean FlachRefactor plugin code
2015-03-23 Gunnar BeutnerAdd support for the C++11 keyword 'override'
2015-03-22 Gunnar BeutnerAdd missing include in loader.cpp
2015-03-21 Gunnar BeutnerFix: 'return' keyword doesn't work inside for loops
2015-03-21 Gunnar BeutnerImplement constructor-style casts
2015-03-21 Gunnar BeutnerFix copyright header indentation
2015-03-21 Gunnar BeutnerFix style violations
2015-03-20 Michael FriedrichFix missing config validator for command arguments...
2015-03-20 Louis SautierMake default notifications include users from host...
2015-03-20 Gunnar BeutnerAllow using more than one %validator rule for the same...
2015-03-20 Gunnar BeutnerMove release info in INSTALL.md into a separate file
2015-03-20 Gunnar BeutnerFlush stderr in Application::Exit
2015-03-20 Michael FriedrichDocumentation: Fix missing url
2015-03-20 Gunnar BeutnerUse container-based builders for Travis CI
2015-03-20 Gunnar BeutnerDon't allow users to instantiate the StreamLogger class
2015-03-20 Gunnar BeutnerUse TypeInstance field instead of looking up types...
2015-03-19 Michael FriedrichDocumentation: Revamp migration/object accessors, fix...
next