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
Markus Frosch
46fea5892c
Fix objects cache dump in compat for multiline vars
...
Multiline vars should be written as:
_test test1\ntest2
And not
_test test1
test2
fixes #9328
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-15 17:21:57 +02:00
Markus Frosch
11574e0bf1
Fix multi line handling for compat check results
...
When a multi line result is submitted via the command pipe, any multi line
output is escaped to a actual string '\n', because any external command only
can be a single line.
Example:
[1432735140] PROCESS_SERVICE_CHECK_RESULT;host;service;3;Test1\nTest2|test=1
We need to unescape this values, just like we use to escape multi line output
for IDO and status.dat.
fixes #9324
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-15 17:21:51 +02:00
Gunnar Beutner
faf0865a94
Fix unexpected exception in Utility::DirName when specifying an empty path
...
refs #9263
2015-06-15 14:17:41 +02:00
Gunnar Beutner
93b0ab7893
Move NSClient++ installation step after all other wizard steps
...
refs #9263
2015-06-15 14:17:33 +02:00
Gunnar Beutner
6d37d0ab24
Update AUTHORS
...
refs #9412
2015-06-15 14:17:25 +02:00
Alexander Fuhr
a77bdd2f8e
Documentation: Update the link to register a new Icinga account
...
fixes #9412
2015-06-15 14:17:11 +02:00
Michael Friedrich
df9092798b
Fix wrong check parameter in 'tcp' CheckCommand
...
refs #9147
2015-06-15 11:29:56 +02:00
Michael Friedrich
d8bd62d955
Documentation: Extend Custom Attributes with the boolean type
...
fixes #9393
2015-06-15 11:13:08 +02:00
Michael Friedrich
009b9e5f58
Update documentation
...
fixes #9399
2015-06-15 11:04:53 +02:00
Michael Friedrich
9ada3dd5be
Fix unregistered function failure including <nscp> on Linux
...
fixes #9394
2015-06-15 10:40:02 +02:00
Martin Stiborsky
2f27edbaae
Fix wrong service table attributes in Livestatus documentation
...
Copy&paste error.
fixes #9390
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:41:03 +02:00
David Beck
b979d6dc79
Add System Requirements to Windows Agent Documentation
...
fixes #9180
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:40:58 +02:00
Jesse Morgan
718f54adb7
Documentation; Fix typo
...
fixes #9389
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:40:51 +02:00
Reto Zeder
57bb0742e3
Documentation: Update escape sequence
...
fixes #9363
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 09:50:01 +02:00
Michael Friedrich
a9d6a695ab
Fix wrong argument for mssql plugin check command
...
fixes #9372
2015-06-09 09:49:55 +02:00
Michael Friedrich
aaf6ff4099
Really remove the NSClient++ installer
...
refs #9238
2015-05-29 10:58:18 +02:00
Michael Friedrich
3e14bde4c0
Fix incorrect type and state filter mapping for User objects in DB IDO
...
fixes #9143
2015-05-29 10:22:27 +02:00
Michael Friedrich
a149b5ae72
Fix missing custom attributes in backends if name is equal to object attribute
...
fixes #9222
2015-05-29 10:21:52 +02:00
Michael Friedrich
b2eb63c40f
Docs: Add a reference from basics: plugins to plugin integration
2015-05-29 10:21:15 +02:00
Gunnar Beutner
77f25c0a89
Remove NSClient++ from the installer (for now; will be moved to the setup wizard)
...
refs #9238
2015-05-19 10:15:41 +02:00