Lennart Betz
eaf2ab7daa
Fix default port for NRPE in the documentation
...
fixes #9522
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 16:12:03 +02:00
Dirk Goetz
1eb5c8d9f3
Add elasticsearch checkcommand to itl
...
fixes #9415
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 15:15:44 +02:00
Ferdi Gueran
692e924c75
Add database CheckCommand definition for mongodb
...
fixes #9191
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-07-06 15:15:18 +02:00
Michael Friedrich
c913143034
Update getting started for Debian Jessie
...
fixes #9563
2015-07-06 15:07:37 +02:00
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
4300d90f94
Revert "Documentation: Update escape sequence"
...
This reverts commit f2e69c8779
.
refs #9363
2015-07-02 11:59:24 +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
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
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
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
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
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
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
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
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
b2eb63c40f
Docs: Add a reference from basics: plugins to plugin integration
2015-05-29 10:21:15 +02:00
Alexander A. Klimov
58e4879fff
Documentation: Fix typo in Configuration Best Practice
...
fixes #9268
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-05-13 23:30:44 +02:00
Michael Friedrich
31b3a80ca1
Fix service apply for example
...
refs #9270
2015-05-13 18:24:57 +02:00
Michael Friedrich
606ffa643c
Update "service apply for" documentation using a more real-world example
...
fixes #9270
2015-05-13 14:58:11 +02:00
Michael Friedrich
d73abd6722
Add 'iftraffic' to plugins-contrib check command definitions
...
fixes #9272
2015-05-13 14:58:03 +02:00
Michael Friedrich
0baf27805f
Add 'disk_smb' Plugin CheckCommand definition
...
fixes #9254
2015-05-13 10:33:51 +02:00
Gunnar Beutner
669317f169
Implement the basename and dirname script functions
...
refs #9256
2015-05-13 10:18:02 +02:00
Gunnar Beutner
d3da9f1688
Add the --load-all and --log options for nscp-local
...
fixes #9261
2015-05-13 10:17:24 +02:00
Michael Friedrich
801d2a7f62
Docs: Add wiki url for contributing plugin check command definitions
2015-05-12 10:18:40 +02:00
Tobias von der Krone
306bb71f63
Add arguments to "tcp" CheckCommand
...
fixes #9147
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-27 11:27:51 +02:00
Tobias von der Krone
2b8530be7c
Add attributes to the "ftp" CheckCommand.
...
fixes #9146
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-27 11:27:41 +02:00
Tobias von der Krone
5302ce0fe3
Add attributes to the "dns" CheckCommand
...
fixes #9145
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-27 11:27:30 +02:00
Lennart Betz
dbd78817bf
Add 'check_drivesize' as nscp-local check command
...
fixes #9130
2015-04-27 11:26:41 +02:00
Jean Flach
339824e326
Add CheckCommands and documentation on Windows plugins
...
fixes #8180
fixes #8850
2015-04-27 11:23:08 +02:00
Michael Friedrich
b6341db87d
ITL Documentation: Add a link for passing custom attributes as command parameters
...
fixes #9176
2015-04-25 13:58:22 +02:00
Michael Friedrich
c5a536e37f
Documentation: Fix missing parenthesis
...
fixes #9131
2015-04-21 12:17:20 +02:00
Dirk Goetz
b1701899b0
ITL: Add 'SHOWALL' command argument for 'nscp'
...
fixes #9115
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-04-20 14:21:04 +02:00
Gunnar Beutner
13087dbec0
Release version 2.3.4
2015-04-20 11:44:20 +02:00
Dirk Goetz
c3ed3309a1
Add database plugins check_mysql_health, check_mssql_health, check_oracle_health and check_postgres to ITL
...
fixes #8760
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-20 08:53:10 +02:00
Michael Friedrich
02d2044ec2
Documentation: set_if usage with boolean values and functions
...
fixes #9069
2015-04-16 14:27:38 +02:00
Michael Friedrich
1931ea1584
Documentation: Fix graphite feature enable typo
...
fixes #9012
2015-04-08 16:26:50 +02:00
Louis Sautier
b40f99f083
Fix typo
...
fixes #8987
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-03 11:39:15 +02:00
Max Zhang
bacee09402
Add explanation on the blacklist feature
...
Add extra explanatory note for Icinga2 documentation 'Advanced Node Cli Actions' <empty> There was some confusion when going through 'Advanced Node Cli Actions' in Icinga2 client documentation, so I suggest adding an extra explanatory note to help users to understand documentation better. Further details can be found in issue #8895
fixes #8895
Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>
2015-03-30 09:58:12 +02:00
Louis Sautier
a95699631f
Fix missing whitespace in the documentation
...
fixes #8889
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-29 08:17:10 +02:00
Louis Sautier
f9cb69a493
Add all missing UPS check parameters
...
fixes #8881
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-29 08:15:28 +02:00
Louis Sautier
ac19972d45
Reword documentation for check_address
...
fixes #8879
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-29 08:15:08 +02:00
Gunnar Beutner
73c7881cc3
Release version 2.3.3
2015-03-26 09:50:40 +01:00
Gunnar Beutner
c41f71a4ce
Fix incorrect perfdata templates in the documentation
...
fixes #8866
2015-03-26 09:44:19 +01:00
Michael Friedrich
bcc6b8258c
Documentation: Fix missing url
2015-03-20 09:33:24 +01:00
Michael Friedrich
df99eabbf0
Documentation: Revamp migration/object accessors, fix several items
...
fixes #8764
fixes #8771
fixes #8765
fixes #8686
fixes #8740
2015-03-19 18:03:48 +01:00
Michael Friedrich
db25c66852
Documentation: Re-order the object types in alphabetical order
...
fixes #8677
2015-03-19 15:19:36 +01:00
Michael Friedrich
454a8c9a49
Add "random" CheckCommand for test and demo purposes
...
fixes #8816
2015-03-19 14:45:57 +01:00
Gunnar Beutner
2826ef7647
Implement the parse_performance_data function
...
fixes #8693
2015-03-19 13:38:24 +01:00
Reto Zeder
8867618d19
Fix typo in documentation: Library reference get_host
...
fixes #8763
Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>
2015-03-17 13:50:59 +01:00
Gunnar Beutner
5276763d18
Fix some mistakes in the documentation
...
fixes #8767
2015-03-17 09:02:42 +01:00
Louis Sautier
113a90dd7f
Remove prompt to create a TicketSalt from the wizard
...
fixes #8766
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-16 15:25:23 +01:00
Gunnar Beutner
2fc40398c2
Release version 2.3.2
2015-03-12 16:00:33 +01:00
Gunnar Beutner
2083eec43d
Release version 2.3.1
2015-03-12 13:27:11 +01:00
Michael Friedrich
cc698d1ae2
Update documentation for DB IDO HA Run-Once
...
fixes #8680
2015-03-11 14:06:38 +01:00
Michael Friedrich
059cda9e37
Implement String#contains
...
fixes #8659
2015-03-11 06:44:23 +01:00
Louis Sautier
47b3ed948d
Fix check_disk default thresholds and document the change of unit
...
fixes #8673
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-03-11 06:44:15 +01:00
Gunnar Beutner
54b5cd33e5
Fix path for the icinga2 binary in the documentation
2015-03-10 09:53:33 +01:00
Gunnar Beutner
6176d3bc8c
Release version 2.3.0
2015-03-09 12:53:15 +01:00
Gunnar Beutner
98b89b1d27
Document closures
...
fixes #8648
2015-03-09 11:18:18 +01:00
Gunnar Beutner
b687902e3d
Replace tabs with spaces in the documentation examples
2015-03-09 11:18:05 +01:00
Louis Sautier
33e60f97ab
Fix a spelling error
...
fixes #8638
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-09 06:41:23 +01:00
Gunnar Beutner
3ed85aea31
Update documentation links
2015-03-08 11:34:59 +01:00
Gunnar Beutner
e3b338848e
Remove duplicate chapter and fix chapter headings
2015-03-08 11:32:49 +01:00
Michael Friedrich
4bb695fb9d
Documentation: Add wiki howto url for help updating the docs
2015-03-07 17:13:36 +01:00
Michael Friedrich
22a2661821
Documentation: Remove obsolete info
...
refs #8318
2015-03-07 16:26:09 +01:00
Michael Friedrich
a93b565868
Documentation: Refactor RemoteClient/Cluster/etc from community&training feedback
...
fixes #8318
fixes #8522
fixes #6858
2015-03-07 16:23:53 +01:00
Gunnar Beutner
4f41c79a4c
Add check commands for NSClient++
...
fixes #8621
2015-03-06 13:08:42 +01:00
Gunnar Beutner
274c0d1f12
Move webinject documentation to the right chapter
2015-03-06 12:47:14 +01:00
Carlos Cesario
d0ca16cdde
Add check command definitions for the check_vmware_esx plugin
...
fixes #6697
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-05 18:10:44 +01:00
Gunnar Beutner
fd090e057b
Implement 'else if'
...
fixes #8548
2015-02-26 13:51:13 +01:00
Jean Flach
d9735bd482
Update documentation
2015-02-26 13:37:15 +01:00
Jean Flach
34bf4dac4b
Update troubleshoot documentation with manual steps
2015-02-25 15:33:11 +01:00
Michael Friedrich
0c85ebdc26
Documentation: Fix missing livestatus tables
...
refs #7361
2015-02-25 15:28:52 +01:00
Jean Flach
a026d47454
Add documentation for the troubleshoot command
...
refs #3446
2015-02-25 15:01:03 +01:00
Blerim Sheqa
559350d557
Add check command for check_webinject
...
fixes #8429
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-02-25 12:50:56 +01:00
Dolf Schimmel (Freeaqingme)
9fff92442c
Add documentation for the new SNMP ITL custom attributes
...
refs #8498
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-02-24 21:49:40 +01:00
Dolf Schimmel (Freeaqingme)
73e0987600
ITL: Implement various options for the 'snmp' CheckCommand, including mib-list
...
refs #8498
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-02-24 21:47:20 +01:00
Gunnar Beutner
5ceb64d649
Implement the get_time() function
2015-02-24 09:08:31 +01:00
Michael Friedrich
55c974b0f4
Docs: Fix typo
2015-02-23 22:29:46 +01:00
Gunnar Beutner
d6812a7703
Rename the PluginsContribDir constant to PluginContribDir
...
fixes #8509
2015-02-23 15:35:55 +01:00
Michael Friedrich
95ef230076
Docs: Fix typo
...
refs #8467
2015-02-23 14:43:44 +01:00
Gunnar Beutner
b5dbc66b22
Implement the 'is_inside' attribute for the TimePeriod type
...
refs #8467
2015-02-23 14:08:06 +01:00
Gunnar Beutner
47479ac4de
Implement the 'get_time_period' function
...
refs #8467
2015-02-23 13:56:53 +01:00
Gunnar Beutner
1e4c5cf2f2
Add more arguments for the 'udp' check command
...
fixes #8410
2015-02-23 13:54:18 +01:00
Tobias von der Krone
f69f69bb7c
Add check command "ipmi-sensor"
...
Add the check command "ipmi-sensor" in plugings-contrib and its documentation.
fixes #8414
2015-02-23 13:25:52 +01:00