Commit Graph

5492 Commits

Author SHA1 Message Date
Michael Friedrich eac73e1ad1 Require openssl1 on sles11sp3 from Security Module
There is a severe problem with SSL certificate verification
described in #9549 which renders client communication
unusable. The OpenSSL 0.9.8j version in SLES11 is buggy
and does not allow to verify clients on the master,
nor does a manual openssl verification work.

We'll therefore switch to the openssl1 package provided
by the SLES 11 Security Module and link against their
working API in order to resolve the problem in clusters
and client setups.

fixes #9549
2015-07-06 13:47:48 +02:00
Michael Friedrich 807c6885b1 Fix faulty if condition in spec file
refs #8842
refs #9559
2015-07-06 13:46:34 +02:00
Michael Friedrich 88a635e84a Require g++ 4.7 on sles11sp3
refs #8842
fixes #9559
2015-07-06 13:46:23 +02:00
Michael Friedrich d563c85625 spec: Only require libmysqlclient-devel on sles11sp3
fixes #9558
2015-07-05 15:15:43 +02:00
Michael Friedrich d3cb1ad48a Cli: Don't add empty host/port endpoint attributes in node wizard
refs #9205
refs #9536
2015-07-03 13:03:07 +02:00
Jean Flach 9d3020cd31 Fix Port wrong default port in Node Wizard
fixes #9205
2015-07-03 09:42:27 +02:00
Michael Friedrich 426495bd67 Add log message for discarded cluster events (e.g. from unauthenticated clients)
fixes #9489
2015-07-02 13:06:18 +02:00
Michael Friedrich 4300d90f94 Revert "Documentation: Update escape sequence"
This reverts commit f2e69c8779.

refs #9363
2015-07-02 11:59:24 +02:00
Michael Friedrich aab6d632e8 Fix wrong preprocessor macros 2015-06-24 14:14:58 +02:00
Michael Friedrich 656286f887 Fix unused variable in dbevents
refs #9055
2015-06-24 14:14:50 +02:00
Michael Friedrich a413532e54 Add missing openssl verify to cluster troubleshooting docs
fixes #9490
2015-06-24 13:36:20 +02:00
Michael Friedrich b8bbff87ca Add notifications (e.g. pagerduty) to 'addons & plugins' docs
fixes #6714
2015-06-23 16:21:20 +02:00
Jean Flach 2b3848eebc Remove thresholds from check_service.exe
They didn't make any sense anyways

fixes #9320
2015-06-23 15:39:48 +02:00
Jean Flach 0b1b222907 Add path exclusion to check_disk.exe
Also do some refactoring and make -m do something

fixes #9201
2015-06-23 15:39:23 +02:00
Jean Flach 1a5117fe0a Decide state based on single drives
fixes #9197
2015-06-23 15:39:12 +02:00
Jean Flach c1e13d3dbe Refactor plugin code 2015-06-23 15:32:51 +02:00
Michael Friedrich a90e2fb1a9 Fix documentation for checks inside an HA zone
fixes #9476
2015-06-23 10:36:05 +02:00
Michael Friedrich 9e663eea4b Fix wrong nscp path w/ command_endpoint runtime macros
Do not allow to override the nscp path by runtime macros.
This causes the (linux) master to send just "." as $nscp_path$
and the windows client ignores the local global constant NscpPath
being overridden by the master.

Only happens with command_endpoints where runtime macros are passed
from the master to the clients.

fixes #9456
2015-06-19 15:20:51 +02:00
Gunnar Beutner 5c11eb8b47 Fix incorrect variable name in the ITL
fixes #9253
2015-06-19 10:57:48 +02:00
Michael Friedrich bb7190e41f Update release hints for chocolatey versions
refs #8503
2015-06-19 09:43:59 +02:00
Michael Friedrich fa3a40d24c Update release hints
refs #9435
2015-06-19 09:43:54 +02:00
Michael Friedrich 08fb8ebdd6 changelog.py: Fix non-links formatting
refs #9435
2015-06-19 09:43:46 +02:00
Michael Friedrich 791bd6a592 changelog.py: Add --{version,project,links,html} arguments for output formatting
fixes #9435
2015-06-19 09:43:38 +02:00
Michael Friedrich 408d34e3b8 Fix file reference in README.md
fixes #9452
2015-06-19 09:36:50 +02:00
Benedikt Heine 48dec15be3 node setup: indent accept_config and accept_commands
fixes #9450

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-19 09:24:08 +02:00
Gunnar Beutner 84531c9787 Update AUTHORS
fixes #9451
2015-06-19 04:51:49 +02:00
Benedikt Heine 80b63c07c2 Fix typo in the documentation
refs #9451

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-06-19 04:51:49 +02:00
Ian Kelling 9034cb83f7 Grammar fix in doc/3-monitoring-basics.md
refs #9451

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-06-19 04:51:49 +02:00
Gunnar Beutner df50b1bf3a Update owner for the chocolatey package
refs #8503
2015-06-18 14:24:27 +02:00
Gunnar Beutner bf358ead1e Update package description in the spec file
refs #8503
2015-06-18 14:24:21 +02:00
Gunnar Beutner 57647ce1e7 Add spec file for Chocolatey
fixes #8503
2015-06-18 14:24:12 +02:00
Michael Friedrich 5d9647fb7e changelog.py: Allow to define project, make custom_fields and changes optional
fixes #9446
2015-06-18 14:05:28 +02:00
Gunnar Beutner a2ed9f78f3 Update AUTHORS
refs #9303
2015-06-18 14:03:52 +02:00
Tom Geissler 528b6f9aac Add 'snmp_is_cisco' to Manubulon snmp-memory command definition
The new var 'snmp_is_cisco' was added to snmp-memory check
for use the correct OID with cisco switches. The default
is 'false'.

fixes #9303

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-18 14:03:43 +02:00
Gunnar Beutner de803f04b1 Update AUTHORS
refs #9416
2015-06-18 14:02:30 +02:00
Christian Lehmann 0d0b17ee53 ITL: Add securityLevel to snmpv3 CheckCommand
For example if using snmpv3 without encryption.
Defaults set to privAuth to stay compatible to older versions.

fixes #9416

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-18 14:02:02 +02:00
Gunnar Beutner 57713374cc Fix incorrect validator for command arguments
fixes #9436
2015-06-18 08:14:34 +02:00
Michael Friedrich 1790f6899e Update release TODOs 2015-06-17 14:22:59 +02:00
Gunnar Beutner 2514ac2aea Make sure that --scm-install doesn't fail when the service already exists
fixes #9255
2015-06-17 14:10:32 +02:00
Gunnar Beutner 4f423946a2 Add "Install NSClient++" check box in the Windows wizard
fixes #9263
2015-06-17 14:07:56 +02:00
Gunnar Beutner c9eccaac40 Improve user experience when updating Icinga 2 with the NSIS installer
fixes #8116
2015-06-17 14:07:35 +02:00
Gunnar Beutner a02684651a Release version 2.3.5 2015-06-17 11:08:05 +02:00
Michael Friedrich 12c5d59741 Documentation: Fix wrong anchor
refs #8850
2015-06-17 09:59:08 +02:00
Michael Friedrich 3a3ba692eb Documentation: String concat in apply, additional fixes
fixes #9318
2015-06-16 20:00:04 +02:00
Michael Friedrich 87a52db42c Documentation: Add best practices for cluster config sync
fixes #9285
2015-06-16 19:45:15 +02:00
Michael Friedrich 909467574c Documentation: Add function usage examples to advanced topics
Includes typeof() examples, referenced to command variable scopes
and examples from community support.

fixes #9297
fixes #9310
fixes #9311
2015-06-16 19:08:59 +02:00
Michael Friedrich ca674da0d2 Documentation: Revamp the 'passing command parameters' section
fixes #9313
2015-06-16 17:35:32 +02:00
Michael Friedrich 4d81bcc17e Documentation: Move configuration before advanced topics
fixes #9431
2015-06-16 16:49:32 +02:00
Michael Friedrich 7e37609b1e Documentation: Enhance cluster troubleshooting; add HA command_endpoint
fixes #9419
fixes #9420
2015-06-15 20:12:25 +02:00
Michael Friedrich f42bf537c3 Build fix
refs #9324
2015-06-15 17:25:17 +02:00