Commit Graph

4617 Commits

Author SHA1 Message Date
Gunnar Beutner 2d53e000c8 Refactor the config validator so that it doesn't require serialized objects
refs #7701
2014-11-20 13:28:21 +01:00
Gunnar Beutner 5321bc4643 Don't validate strings in the JSON parser
fixes #7730
2014-11-20 10:09:13 +01:00
Gunnar Beutner 6cadde82bd Avoid rebuilding libbase when the version number changes
fixes #7647
2014-11-20 10:02:34 +01:00
Gunnar Beutner f84cc8de39 Implement support for signals
fixes #7744
2014-11-20 06:54:48 +01:00
Gunnar Beutner 184e38b122 Add Windows-specific example config files 2014-11-19 08:27:27 +01:00
Gunnar Beutner 023cfc15bb Some minor plugin fixes 2014-11-19 06:40:58 +01:00
Gunnar Beutner bf6a205edf Fix file permissions in the Windows wizard
refs #7726
2014-11-18 18:33:51 +01:00
Gunnar Beutner cbaece61e7 Fix another incorrect argument name
refs #7726
2014-11-18 16:48:58 +01:00
Gunnar Beutner f8a5f98804 Fix: Windows wizard is missing --zone argument
fixes #7726
2014-11-18 16:19:32 +01:00
Gunnar Beutner e4656d9b25 Fix incorrect CLI command name in the Windows wizard
fixes #7725
2014-11-18 16:07:16 +01:00
Michael Friedrich d1b6256923 Fix markdown urls 2014-11-18 12:28:01 +01:00
Gunnar Beutner d532300cba Add an option that hides CLI commands
fixes #7702
2014-11-17 18:42:22 +01:00
Gunnar Beutner ea729b2b6c Clean up the DebugHint class 2014-11-17 14:52:08 +01:00
Gunnar Beutner 77b746841a Provide a specialized function overload for Convert::ToDouble(const Value&) 2014-11-17 14:00:13 +01:00
Gunnar Beutner c0639c5bca Release version 2.2.0 2014-11-17 10:52:21 +01:00
Gunnar Beutner fb4f919aee Build fix for RHEL 5 2014-11-17 10:23:11 +01:00
Gunnar Beutner 6344c6b613 Update AUTHORS 2014-11-17 09:52:34 +01:00
Michael Friedrich c39fdf470f Syntax: Add missing keywords 2014-11-17 09:51:24 +01:00
Gunnar Beutner 1d16875b95 Comment out InitializeProcThreadAttributeList (for now)
fixes #7681
2014-11-17 09:45:35 +01:00
Gunnar Beutner 9386a58bf2 Implement an experimental variable to limit the number of threads 2014-11-16 13:14:42 +01:00
Michael Friedrich 04fba90118 Docs: Fix markdown formatting
refs #7387
2014-11-15 17:14:39 +01:00
Gunnar Beutner 3bb79715fa Fix: Names for nested objects are evaluated at the wrong time
fixes #7689
2014-11-15 15:57:56 +01:00
Michael Friedrich 9635f359e9 Update what's new (docs, changelog)
refs #7387
2014-11-15 15:47:52 +01:00
Michael Friedrich 41f78b52c6 Docs: Add missing init.conf 2014-11-15 15:46:36 +01:00
Michael Friedrich 99f9dc9c84 Docs: Fix remote client commands, formatting, missing attributes
refs #7254
2014-11-15 15:10:22 +01:00
Michael Friedrich f5d3613a71 Docs: Update Icinga Web 2 docs, clarify on the ui names (1.x)
fixes #7620
2014-11-15 14:13:30 +01:00
Michael Friedrich 4b544f5beb Docs: Update agent/client setup
fixes #7254
2014-11-15 14:13:30 +01:00
Gunnar Beutner bae96ca524 Fix "object list" output for empty fields 2014-11-15 12:19:29 +01:00
Gunnar Beutner d8e1943671 Fix missing debug info for nested dictionaries
fixes #7688
2014-11-15 12:17:59 +01:00
Gunnar Beutner 814589ac17 Use Array::Contains in InExpression/NotInExpression 2014-11-15 08:22:32 +01:00
Michael Friedrich f73d69691b Make sure that notified users are stored in state file
refs #7579
2014-11-14 18:11:58 +01:00
Jean Flach 0054e78a58 Use <reinterpret_cast>() 2014-11-14 16:26:30 +01:00
Jean Flach e1b5954e62 Clean up check plugins more 2014-11-14 14:36:10 +01:00
Jean Flach 616716dc55 Clean up check plugins.
fixes #7670 #7669
2014-11-14 13:57:54 +01:00
Jean Flach 3d52acfe5d Clean up check_services
fixes #7666 #7665 #7664
2014-11-14 13:54:29 +01:00
Jean Flach 8557293ac4 Clean up check_procs
fixes #7667
2014-11-14 13:15:32 +01:00
Jean Flach e187f405d9 Improve readability and output of check_network
fixes #7668
2014-11-14 13:09:04 +01:00
Gunnar Beutner 6ca188e090 Merge branch 'larsengels-master'
fixes #7680
2014-11-14 10:44:14 +01:00
Lars Engels b81bb67910 Add support to conditionally use MysSQL and/or PostgreSQL
refs #7680

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-11-14 10:43:52 +01:00
Lars Engels 9217ea3143 Add support for FreeBSD and DragonFlyBSD
refs #7680

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-11-14 10:43:51 +01:00
Gunnar Beutner db1cd8dc38 Fix CFLAGS/CXXFLAGS in the RPM spec file
fixes #7678
2014-11-14 10:30:14 +01:00
Gunnar Beutner 287bde6689 Turn on verbose builds for the RPM 2014-11-14 06:37:30 +01:00
Gunnar Beutner 79fb24cedb Fix null pointer dereference while parsing the config 2014-11-13 23:25:52 +01:00
Gunnar Beutner 12a41795de Add default parameters to the AST classes 2014-11-13 23:25:31 +01:00
Gunnar Beutner 98d81ffc85 Fix CA2202 code analysis warning in the Windows wizard 2014-11-13 20:18:41 +01:00
Gunnar Beutner 979b99ea6f Build fix for the Windows plugins 2014-11-13 20:12:24 +01:00
Gunnar Beutner 0324cbff7c Fix crash in StreamLogger::~StreamLogger 2014-11-13 20:12:23 +01:00
Michael Friedrich aad4b48812 Drop invalid headers from libhello debug code
refs #7559
2014-11-13 20:09:36 +01:00
Gunnar Beutner 8e4148d33c Use Application::Exit to implement the exit() script function 2014-11-13 15:59:40 +01:00
Jean Flach f85be08480 Improve check argument parsing 2014-11-13 15:57:10 +01:00