6705 Commits

Author SHA1 Message Date
Michael Friedrich
3648703ad8 DB IDO: Fix datatype for 'check_source' in statehistory table
fixes #9455
2015-06-22 17:02:58 +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
Michael Friedrich
c1923c9e5a 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:22 +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
ffde59b508 Update release hints for chocolatey versions
refs #8503
2015-06-19 09:41:51 +02:00
Michael Friedrich
408d34e3b8 Fix file reference in README.md
fixes #9452
2015-06-19 09:36:50 +02:00
Michael Friedrich
e22c8e7254 Fix file reference in README.md
fixes #9452
2015-06-19 09:36:12 +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
Benedikt Heine
7cd0077ab5 node setup: indent accept_config and accept_commands
fixes #9450

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-19 09:07:51 +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
197ae9541e Update AUTHORS
fixes #9451
2015-06-19 04:50:53 +02:00
Benedikt Heine
d8a3146b9d Fix typo in the documentation
refs #9451

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

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-06-19 04:49:36 +02:00
Michael Friedrich
f1a90b9ca5 changelog.py: Fix non-links formatting
refs #9435
2015-06-18 15:57:44 +02:00
Michael Friedrich
fd2caea0ae Update release hints
refs #9435
2015-06-18 15:53:08 +02:00
Michael Friedrich
efc7340949 changelog.py: Add --{version,project,links,html} arguments for output formatting
fixes #9435
2015-06-18 15:50:19 +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
Gunnar Beutner
7f0fc44e09 Update owner for the chocolatey package
refs #8503
2015-06-18 14:23:52 +02:00
Gunnar Beutner
e7b2ded912 Update package description in the spec file
refs #8503
2015-06-18 14:13:37 +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
Michael Friedrich
7ced788ba9 changelog.py: Allow to define project, make custom_fields and changes optional
fixes #9446
2015-06-18 13:26:59 +02:00
Gunnar Beutner
42e887e395 Add spec file for Chocolatey
fixes #8503
2015-06-18 11:42:33 +02:00
Gunnar Beutner
57713374cc Fix incorrect validator for command arguments
fixes #9436
2015-06-18 08:14:34 +02:00
Gunnar Beutner
9238c5af11 Fix incorrect validator for command arguments
fixes #9436
2015-06-18 08:13:40 +02:00
Michael Friedrich
f6c5f58dec Fix wrong timestamp w/ timezone format in DB IDO PGSQL schema
refs #9027
2015-06-17 16:11:21 +02:00
Michael Friedrich
0763f4ed4b Update AUTHORS
refs #9416
refs #9303
2015-06-17 15:28:50 +02:00
Christian Lehmann
2a6c0d87af 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-17 15:27:45 +02:00
Dirk Goetz
e88cc78a4f Add elasticsearch checkcommand to itl
fixes #9415

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-17 15:17:32 +02:00
Tom Geissler
8d383c6a19 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-17 15:13:38 +02:00
Michael Friedrich
d36477c2d4 Update release TODOs 2015-06-17 14:23:28 +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 v2.3.5 2015-06-17 11:08:05 +02:00
Gunnar Beutner
a97e4c30de Release version 2.3.5 2015-06-17 10:53:40 +02:00
Michael Friedrich
12c5d59741 Documentation: Fix wrong anchor
refs #8850
2015-06-17 09:59:08 +02:00
Michael Friedrich
5893435f75 Documentation: Fix wrong anchor
refs #8850
2015-06-17 09:56:25 +02:00