Dirk Goetz
06d9db8c5d
Add check_redis to ITL
...
fixes #9675
2015-08-03 15:46:30 +02:00
Dirk Goetz
b2f27fa5eb
Adds check_jmx4perl to ITL
...
fixes #9801
2015-08-03 15:29:04 +02:00
Michael Friedrich
766e2d73f4
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:50:17 +02:00
Gunnar Beutner
1314cba61b
Implement Dictionary#get and Array#get
...
fixes #9796
2015-07-30 20:58:52 +02:00
Michael Friedrich
fca7a33aac
Implement config file management for the API
...
refs #9083
fixes #9102
fixes #9103
fixes #9104
fixes #9705
2015-07-23 17:57:24 +02:00
Petr Ruzicka
660ffe9da7
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-07-22 10:05:50 +02:00
Michael Friedrich
c2027ef18c
Update gdb pretty printer docs w/ Python 3
...
fixes #9686
2015-07-21 12:11:54 +02:00
Gunnar Beutner
ccd63b9d15
Implement the include_zones directive
...
refs #9083
2015-07-21 09:32:17 +02:00
Gunnar Beutner
118e7b1e13
Release version 2.3.8
2015-07-20 13:37:39 +02:00
Michael Friedrich
309e3ac269
Release version 2.3.7
2015-07-15 11:23:25 +02:00
Michael Friedrich
769594fa4f
Livestatus: Add zone object table w/ endpoint members
...
refs #9286
2015-07-14 18:09:24 +02:00
Michael Friedrich
a788de679c
DB IDO: Add zones, zonestatus tables
...
refs #9286
2015-07-14 18:09:24 +02:00
Michael Friedrich
7921f136f7
Docs: Enhance troubleshooting ssl errors & cluster replay log
...
fixes #9610
2015-07-14 09:19:49 +02:00
Michael Friedrich
d892ebce60
Fix wrong formatting in DB IDO extensions docs
...
fixes #9585
2015-07-08 13:16:24 +02:00
Claudio Künzler
9776ae86bd
Docs: Add examples for dynamic notification apply rule
...
Reviewed and adopted a bit.
refs #9443
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-08 13:12:19 +02:00
Michael Friedrich
55b6d40e3f
Release version 2.3.6
2015-07-08 10:18:01 +02:00
Lennart Betz
219631fbae
ITL: Add missing 'smtp' CheckCommand parameters
...
fixes #9578
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-07-07 21:20:21 +02:00
Michael Friedrich
5e29cf9d5c
Fix ITL elasticsearch documentation
...
refs #9415
2015-07-07 09:26:43 +02:00
Lennart Betz
0ab467c6b2
ITL: Add missing options to 'ntp_time' CheckCommand
...
fixes #9562
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 17:12:04 +02:00
Lennart Betz
1a06333b86
ITL: Add CheckCommand ntp_peer
...
fixes #9523
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 16:59:58 +02:00
Lennart Betz
451992f0bb
Fix default port for NRPE in the documentation
...
fixes #9522
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-07-06 16:10:33 +02:00
Michael Friedrich
fe7cb209ff
Update getting started for Debian Jessie
...
fixes #9563
2015-07-06 15:07:02 +02:00
Michael Friedrich
3c1aec4831
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:37:39 +02:00
Michael Friedrich
d021d447b7
Revert "Documentation: Update escape sequence"
...
This reverts commit f2e69c8779
.
refs #9363
2015-07-02 11:57:38 +02:00
Michael Friedrich
2eaae1f733
Update documentation for ApiUser object & node wizard
...
fixes #9471
2015-06-25 18:03:00 +02:00
Michael Friedrich
0940b7a48d
Add missing openssl verify to cluster troubleshooting docs
...
fixes #9490
2015-06-24 13:35:58 +02:00
Michael Friedrich
cc1bd53a96
Add notifications (e.g. pagerduty) to 'addons & plugins' docs
...
fixes #6714
2015-06-23 16:21:07 +02:00
Michael Friedrich
ed4feac422
Fix documentation for checks inside an HA zone
...
fixes #9476
2015-06-23 10:35:18 +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
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
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
Gunnar Beutner
a97e4c30de
Release version 2.3.5
2015-06-17 10:53:40 +02:00
Michael Friedrich
5893435f75
Documentation: Fix wrong anchor
...
refs #8850
2015-06-17 09:56:25 +02:00
Michael Friedrich
b76e5da47a
Documentation: String concat in apply, additional fixes
...
fixes #9318
2015-06-16 19:58:32 +02:00
Michael Friedrich
b70b594262
Documentation: Add best practices for cluster config sync
...
fixes #9285
2015-06-16 19:44:02 +02:00
Michael Friedrich
917c5da666
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:41 +02:00
Michael Friedrich
62524d2f88
Documentation: Revamp the 'passing command parameters' section
...
fixes #9313
2015-06-16 17:34:53 +02:00
Michael Friedrich
d70a70753f
Documentation: Move configuration before advanced topics
...
fixes #9431
2015-06-16 16:48:27 +02:00
Michael Friedrich
80990b6af4
Documentation: Enhance cluster troubleshooting; add HA command_endpoint
...
fixes #9419
fixes #9420
2015-06-15 20:12:04 +02:00
Alexander Fuhr
9984b0c534
Documentation: Update the link to register a new Icinga account
...
fixes #9412
2015-06-15 12:04:58 +02:00
Michael Friedrich
06dbef5bfb
Documentation: Extend Custom Attributes with the boolean type
...
fixes #9393
2015-06-15 11:11:49 +02:00
Michael Friedrich
ca60591f63
Update documentation
...
fixes #9399
2015-06-15 11:03:45 +02:00
Martin Stiborsky
03b3b7249a
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:38:49 +02:00
David Beck
629a8f1041
Add System Requirements to Windows Agent Documentation
...
fixes #9180
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:31:31 +02:00
Jesse Morgan
d9671d1e5c
Documentation; Fix typo
...
fixes #9389
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 10:26:37 +02:00
Reto Zeder
f2e69c8779
Documentation: Update escape sequence
...
fixes #9363
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-06-09 09:47:55 +02:00
Michael Friedrich
9bbfdbd0fb
Fix wrong argument for mssql plugin check command
...
fixes #9372
2015-06-08 18:05:16 +02:00
Dirk Goetz
1ca184a92a
Selinux: added boolean for allowing icinga 2 to connect to all ports, added plugin domain transition to admin role
...
refs #8332
2015-06-01 13:25:58 +02:00
Dirk Goetz
d7a30bcae1
Selinux: added more documentation
...
refs #8332
2015-06-01 13:25:58 +02:00
Dirk Goetz
7fc28dcbb7
extended selinux policy documentation
...
refs #8332
2015-06-01 13:25:58 +02:00
Dirk Goetz
fac006e8fd
added first draft of selinux policy documentation
...
refs #8332
2015-06-01 13:25:58 +02:00
Michael Friedrich
034d0d5148
Docs: Add a reference from basics: plugins to plugin integration
2015-05-29 10:20:30 +02:00
Alexander A. Klimov
75697e0bca
Documentation: Fix typo in Configuration Best Practice
...
fixes #9268
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-05-13 23:29:45 +02:00
Michael Friedrich
1058d377be
Fix service apply for example
...
refs #9270
2015-05-13 18:24:19 +02:00
Michael Friedrich
b9f05aefe8
Update "service apply for" documentation using a more real-world example
...
fixes #9270
2015-05-13 14:15:23 +02:00
Michael Friedrich
b5740a6171
Add 'iftraffic' to plugins-contrib check command definitions
...
fixes #9272
2015-05-13 14:15:23 +02:00
Gunnar Beutner
24ae02386a
Implement the basename and dirname script functions
...
refs #9256
2015-05-13 09:46:59 +02:00
Gunnar Beutner
32e5ed957f
Add the --load-all and --log options for nscp-local
...
fixes #9261
2015-05-13 08:45:19 +02:00
Michael Friedrich
364a0888a5
Add 'disk_smb' Plugin CheckCommand definition
...
fixes #9254
2015-05-12 14:46:45 +02:00
Michael Friedrich
a60d09c3d4
Docs: Add wiki url for contributing plugin check command definitions
2015-05-12 10:17:40 +02:00
Ferdi Gueran
9562018447
Add database CheckCommand definition for mongodb
...
fixes #9191
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-28 14:28:12 +02:00
Michael Friedrich
366ea0c7a3
ITL Documentation: Add a link for passing custom attributes as command parameters
...
fixes #9176
2015-04-25 13:56:24 +02:00
Michael Friedrich
74d75c5d2a
Move 'runing_kernel' check command to plugins-contrib 'operating system' section
...
fixes #9175
2015-04-25 13:42:04 +02:00
Michael Friedrich
afb70a216e
ITL: Add missing 'ldap' command arguments
...
refs #9172
2015-04-25 13:35:59 +02:00
Élie Bouttier
fb820f6b7c
ITL: Add "ldap" CheckCommand
...
refs #9172
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-04-25 13:11:49 +02:00
Tobias von der Krone
612882e4d9
Add arguments to "tcp" CheckCommand
...
fixes #9147
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-22 21:49:41 +02:00
Tobias von der Krone
636bbcedca
Add attributes to the "ftp" CheckCommand.
...
fixes #9146
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-22 21:48:49 +02:00
Tobias von der Krone
29a9977c82
Add attributes to the "dns" CheckCommand
...
fixes #9145
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-22 21:48:28 +02:00
Lennart Betz
c7c9e5587c
Add 'check_drivesize' as nscp-local check command
...
fixes #9130
2015-04-21 12:21:01 +02:00
Michael Friedrich
549be7152c
Documentation: Fix missing parenthesis
...
fixes #9131
2015-04-21 12:15:53 +02:00
Dirk Goetz
2932e01afa
ITL: Add 'SHOWALL' command argument for 'nscp'
...
fixes #9115
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-04-20 14:19:09 +02:00
Gunnar Beutner
67e3f1fe71
Release version 2.3.4
2015-04-20 11:44:57 +02:00
Michael Friedrich
08292007a8
Documentation: set_if usage with boolean values and functions
...
fixes #9069
2015-04-16 14:26:20 +02:00
Michael Friedrich
5ac5f98fa3
Documentation: Fix graphite feature enable typo
...
fixes #9012
2015-04-08 16:03:06 +02:00
Louis Sautier
47805c53b2
Fix typo
...
fixes #8987
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-04-03 11:38:41 +02:00
Dirk Goetz
aaae1297e8
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-02 10:43:04 +02:00
Max Zhang
62a155a874
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:55:22 +02:00
Louis Sautier
0771c9755a
Fix missing whitespace in the documentation
...
fixes #8889
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-28 08:08:03 +01:00
Louis Sautier
0779d2c44b
Add all missing UPS check parameters
...
fixes #8881
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-27 12:58:05 +01:00
Louis Sautier
419ab0061c
Reword documentation for check_address
...
fixes #8879
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-27 12:56:13 +01:00
Jean Flach
a7a0eca8b2
Add CheckCommands and documentation on Windows plugins
...
fixes #8180
fixes #8850
2015-03-26 10:56:06 +01:00
Gunnar Beutner
f438316d58
Release version 2.3.3
2015-03-26 09:52:52 +01:00
Gunnar Beutner
eba22b1522
Fix incorrect perfdata templates in the documentation
...
fixes #8866
2015-03-26 07:52:52 +01:00
Louis Sautier
2d455efcd8
Make default notifications include users from host.vars.notification.mail.users
...
fixes #8830
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-20 15:58:19 +01:00
Michael Friedrich
fd3536489b
Documentation: Fix missing url
2015-03-20 09:33:45 +01:00
Michael Friedrich
0c0bae220b
Documentation: Revamp migration/object accessors, fix several items
...
fixes #8764
fixes #8771
fixes #8765
fixes #8686
fixes #8740
2015-03-19 18:03:01 +01:00
Michael Friedrich
55017c81bd
Documentation: Re-order the object types in alphabetical order
...
fixes #8677
2015-03-19 15:19:09 +01:00
Michael Friedrich
41d0c3f3d7
Add "random" CheckCommand for test and demo purposes
...
fixes #8816
2015-03-19 14:36:53 +01:00
Gunnar Beutner
ec2ae7101e
Update documentation for --app
...
refs #8791
2015-03-18 12:32:55 +01:00
Reto Zeder
70cbb5a624
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:52:22 +01:00
Gunnar Beutner
c39846167a
Fix some mistakes in the documentation
...
fixes #8767
2015-03-17 09:02:17 +01:00
Louis Sautier
1eef0243c6
Remove prompt to create a TicketSalt from the wizard
...
fixes #8766
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-16 15:24:58 +01:00
Gunnar Beutner
3400800aef
Release version 2.3.2
2015-03-12 16:00:14 +01:00
Gunnar Beutner
01ece9ae23
Release version 2.3.1
2015-03-12 13:26:51 +01:00
Gunnar Beutner
a4d37132bf
Implement a check for IDO database connections
...
fixes #8688
2015-03-12 10:19:12 +01:00
Gunnar Beutner
228aafc945
Implement the parse_performance_data function
...
fixes #8693
2015-03-11 16:29:50 +01:00
Michael Friedrich
442078f5ac
Update documentation for DB IDO HA Run-Once
...
fixes #8680
2015-03-11 14:06:01 +01:00
Michael Friedrich
330c93fa77
Implement String#contains
...
fixes #8659
2015-03-11 00:11:18 +01:00
Louis Sautier
afc38762ef
Fix check_disk default thresholds and document the change of unit
...
fixes #8673
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2015-03-10 23:49:23 +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
Michael Friedrich
aac53c1dd1
Add 'ignore_soft_states' attribute to Dependency objects
...
fixes #7326
2015-02-23 10:13:20 +01:00
Michael Friedrich
aef2513c9e
Doc: Fix html anchors for contrib plugins
...
refs #7209
refs #7292
refs #7294
2015-02-21 10:51:58 +01:00
Gunnar Beutner
a76f816623
Implement the 'continue' and 'break' keywords
...
fixes #8394
2015-02-19 12:57:52 +01:00
Dirk Goetz
7f368c0e18
Add contributed command definitions
...
fixes #7209
fixes #7292
fixes #7294
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-02-18 15:43:27 +01:00
Gunnar Beutner
26c9bcdac1
Update documentation links
2015-02-13 20:56:37 +01:00
Gunnar Beutner
a05545a55e
Fix incorrect file name
2015-02-13 20:55:56 +01:00
Gunnar Beutner
bb033b5ce3
Fall back to using address6 when the address attribute is not set
...
fixes #8259
2015-02-13 11:52:50 +01:00
Michael Friedrich
9d97094390
DB IDO: Fix duplicate entries in {host,service}depencencies table
...
fixes #7765
2015-02-12 13:19:27 +01:00
Gunnar Beutner
cfe986e9c5
Update documentation
2015-02-12 10:29:21 +01:00
Michael Friedrich
42031b5faa
Documentation: Update Configuring Icinga 2
2015-02-11 17:16:44 +01:00
Michael Friedrich
06e6da081a
Documentation: Move Debug from Troubleshooting into a separate section
2015-02-11 16:58:15 +01:00
Michael Friedrich
2ae06b7a52
Implement {EN,DIS}ABLE_HOST_SVC_NOTIFICATIONS commands
...
fixes #7784
2015-02-11 16:45:52 +01:00
Gunnar Beutner
477f7a713c
Update documentation
2015-02-11 15:12:06 +01:00
Gunnar Beutner
6490d03b1f
Add missing file
2015-02-11 14:15:03 +01:00
Gunnar Beutner
46f7397b80
Update documentation
...
fixes #7564
2015-02-11 14:10:21 +01:00
Gunnar Beutner
a15b79f0df
Update documentation
2015-02-11 11:51:58 +01:00
Gunnar Beutner
14938778dc
Add documentation for the 'icinga2 console' command
...
fixes #8386
2015-02-11 10:20:36 +01:00
Gunnar Beutner
0f3975005e
Add documentation for the object accessor functions
...
refs #7564
2015-02-10 15:21:48 +01:00
Gunnar Beutner
96aa503dbe
Disable flapping detection by default
...
fixes #6868
2015-02-09 14:23:09 +01:00