Commit Graph

5566 Commits

Author SHA1 Message Date
Gunnar Beutner 42742baced Fix: Utility::Glob on Windows doesn't support wildcards in all but the last path component
fixes #9962
2015-08-24 13:37:06 +02:00
Gunnar Beutner f732ec3cb9 Fix: Dict initializer incorrectly re-initialized field that is set to an empty string
fixes #9835
2015-08-24 13:31:16 +02:00
Gunnar Beutner e9c2214837 Fix crash when trying to set field on a value that is not an object
fixes #9779
2015-08-24 13:26:35 +02:00
Lennart Betz b1d7bf9dde Add check command nspc-local-counter
fixes #9985

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-24 13:19:52 +02:00
Lennart Betz ae8a56dc6a Set skip_key for the "-a" argument for nscp-local
fixes #9984

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-24 13:18:10 +02:00
Michael Friedrich 3b63788d17 Fix node wizard ignoring local zone name
fixes #9782
2015-08-24 11:19:51 +02:00
Gunnar Beutner e1b9d82896 Fix warnings about invalid API function 'icinga::Hello'
fixes #9884
2015-08-24 11:18:48 +02:00
Gunnar Beutner 56a3b0cab7 Use an empty dictionary for the 'this' scope when executing commands with Livestatus
fixes #9883
2015-08-24 11:17:09 +02:00
Gunnar Beutner c7714653a4 Fix: Operator + is inconsistent when used with empty and non-empty strings
fixes #9806
2015-08-24 11:16:03 +02:00
Petr Ruzicka dc317a12d3 ITL: Improve snmpv3 CheckCommand section
fixes #9827

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-24 11:14:12 +02:00
Michael Friedrich 4b79e5a316 Add missing category for IDO query
fixes #9928
2015-08-24 11:13:16 +02:00
Paul Richards 70457b2e5a Fix build error when using boost 1.59
fixes #9814

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-24 08:21:34 +02:00
Michael Friedrich 53e9061dcf Doc: Fix markdown formatting for global zones
fixes #9977
2015-08-21 12:23:14 +02:00
Michael Friedrich 6f252bb5c5 Don't increment check attempt counter on OK->NOT-OK transition
This fixes the problem that the first SOFT state is actually considered
the second state.

refs #7287
fixes #9897

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-21 10:24:49 +02:00
Gunnar Beutner 6ffdbce213 Make sure the serial number field is always initialized
fixes #9947
2015-08-18 15:06:07 +02:00
Lennart Betz bd5f70f92c Fix check_command interfaces, change option match_aliases to boolean
fixes #9912

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-17 08:58:18 +02:00
Lennart Betz 49cf0bb644 ITL: Add check command check_interfaces
fixes #9527

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-17 08:58:14 +02:00
Gunnar Beutner 8968dea294 Fix typo in the documentation
fixes #9902
2015-08-15 19:53:27 +02:00
Gunnar Beutner 0946c0706d Ignore -W and -K arguments for check_disk on Windows
fixes #9913
2015-08-15 10:27:51 +02:00
Lennart Betz f32cb6e454 ITL: Add check command check_mailq
fixes #9811

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-12 10:55:31 +02:00
Lennart Betz 0283925630 ITL: Add check command check_clamd
fixes #9747

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-08-12 10:54:57 +02:00
Michael Friedrich b6b6115a5f Fix cluster check w/ immediate parent and child zone endpoints
fixes #9262
2015-08-12 10:51:37 +02:00
Dirk Goetz f7ac2d97d0 Add check_yum to ITL
fixes #9671
2015-08-12 10:49:23 +02:00
Dirk Goetz 6d7c8d081b Add check_redis to ITL
fixes #9675
2015-08-12 10:47:40 +02:00
Dirk Goetz 3470df5bf3 Adds check_jmx4perl to ITL
fixes #9801
2015-08-12 10:47:40 +02:00
Gunnar Beutner 29083ec22c Implement the Dictionary#keys method
fixes #9882
2015-08-12 10:43:44 +02:00
Gunnar Beutner 95a7473643 Implement Dictionary#get and Array#get
fixes #9796
2015-08-12 10:39:19 +02:00
Gunnar Beutner b64c13cf3c Fix: Make sure we're continuously reading from child processes' pipes
fixes #9867
2015-08-12 10:37:09 +02:00
Gunnar Beutner f2b32ac549 Update AUTHORS
refs #9699
2015-08-12 10:34:54 +02:00
Petr Ruzicka 3687768fac Add "-r" parameter to the check_load command for dividing the load averages by the number of CPUs
New variable "load_percpu" added to use when "-r" should be added for the check_load command.

fixes #9699

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-08-12 10:34:43 +02:00
Michael Friedrich 1b3f377809 Add a warning if EventCommand is not found when using command_endpoint
fixes #9773
2015-08-12 10:33:44 +02:00
Jean Flach 4dfa22f624 Add check_perfmon
fixes #9860
2015-08-07 13:28:18 +02:00
Michael Friedrich 1e490dcdd5 Implement external command DEL_DOWNTIME_BY_HOST_NAME
Required by Classic UI 1.x, this will hopefully reduce
the noise on non-working commands with the old legacy stuff.

fixes #8979
2015-07-31 14:59:34 +02:00
Gunnar Beutner 2bdbe10376 Set correct X509 version for certificates
fixes #9769
2015-07-29 12:59:34 +02:00
Gunnar Beutner 1f2768ead2 Release version 2.3.8 2015-07-20 13:29:41 +02:00
Reto Zeder 4853f218fc Wrong parameter for CheckCommand ping-common-windows
Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>

fixes #9637
2015-07-20 13:19:21 +02:00
Michael Friedrich 6d6826cc07 DB IDO: Do not update endpointstatus table on config updates
fixes #9634
2015-07-20 10:18:55 +02:00
Michael Friedrich 92aa963de4 Don't allow "ignore where" for groups when there's no "assign where"
fixes #9554
2015-07-20 08:52:35 +02:00
Tobias von der Krone d4b31bbd0a Correct escaping of metric and tag names for OpenTSDB perfdata plugin
fixes #9665
2015-07-20 08:51:16 +02:00
Gunnar Beutner 548e8cab7d Update AUTHORS 2015-07-20 08:50:36 +02:00
Jérôme Drouet 2038937be9 Enable inode check on disk by default
fixes #9666

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-07-20 08:50:23 +02:00
Jean Flach 5209b65482 Fix bug where -p was ignored
refs #9637
2015-07-20 08:49:45 +02:00
Michael Friedrich 0c0a1887e3 Update RELEASE.md for minor releases 2015-07-15 12:38:15 +02:00
Michael Friedrich 072263901c Release version 2.3.7 2015-07-15 10:46:51 +02:00
Gunnar Beutner 46a9b30260 Add missing lock in ScriptUtils::Union
fixes #9622
2015-07-15 08:27:26 +02:00
Gunnar Beutner 1638c44bc9 Fix failed assertion in ScriptUtils::Intersection
fixes #9621
2015-07-15 08:20:30 +02:00
Michael Friedrich f46af1b3bf Docs: Enhance troubleshooting ssl errors & cluster replay log
fixes #9610
2015-07-14 09:20:28 +02:00
Michael Friedrich b4236091f9 Fix config parser ignoring forbidden "ignore" in template definition
fixes #9535
2015-07-13 11:01:19 +02:00
Michael Friedrich 61006d8a32 Fix wrong formatting in DB IDO extensions docs
fixes #9585
2015-07-13 10:36:33 +02:00
Michael Friedrich 8545c5023a DB IDO: Don't clear endpoint* tables on start/reload
fixes #9586
2015-07-13 10:26:01 +02:00