Commit Graph

1226 Commits

Author SHA1 Message Date
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
Gunnar Beutner 5a0fbfd80b Add documentation for runtime attributes
refs #7564
2015-02-09 13:12:28 +01:00
Gunnar Beutner bb12704a31 Implement the Json.encode and Json.decode methods
fixes #8393
2015-02-09 08:14:06 +01:00
Michael Friedrich b23d58dccc Add host/service runtime macro downtime_depth
fixes #8195
2015-02-08 00:15:38 +01:00
Gunnar Beutner 706de78634 Update documentation 2015-02-06 15:08:51 +01:00
Gunnar Beutner c9362dc247 Document the `name` and `type` attributes
fixes #8033
2015-02-06 08:41:15 +01:00
Gunnar Beutner f8bcc9c83f Add command definition for check_icmp
fixes #7873
2015-02-05 17:05:00 +01:00
Gunnar Beutner a82b55bcc6 Update repository URL for SLES 11
refs #7462
2015-02-03 13:24:24 +01:00
Gunnar Beutner 3b3a65c9ae Document operator precedence
fixes #7816
2015-02-02 12:48:20 +01:00
Gunnar Beutner 8d551fa99f Add a check command for check_hpjd
refs #6225
2015-02-02 10:57:21 +01:00
Gunnar Beutner fec8e15d9e Implement the Array#join method
fixes #8322
2015-02-02 08:39:16 +01:00
Blerim Sheqa bda2f87759 Add missing arguments for the "disk" check command
fixes #8316

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-01-30 12:18:12 +01:00
Gunnar Beutner aeb579d2a0 Implement another syntax for nullary lambdas
refs #7564
2015-01-30 09:49:57 +01:00
Gunnar Beutner fb323ee215 Evaluate apply filters in the for loop
fixes #7610
2015-01-29 12:38:25 +01:00
Tobias von der Krone 201883ff70 Add OpenTSDB perfdata plugin
refs #7256

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-01-28 12:39:01 +01:00
Michael Friedrich 0441e95942 Documentation: Fix plugin integration path 2015-01-28 11:45:07 +01:00
Gunnar Beutner fb44744680 Implement support for using functions in custom attributes
refs #7564
2015-01-27 13:40:05 +01:00
Gunnar Beutner c36d785f9f Update documentation for the Zone::global attribute
fixes #8293
2015-01-27 13:25:24 +01:00
Gunnar Beutner b858a05f15 Make operators &&, || behave like in JavaScript
fixes #8290
2015-01-27 08:40:19 +01:00
Gunnar Beutner 8c4c7f0953 Update documentation 2015-01-26 14:40:27 +01:00
Gunnar Beutner 775ed474d7 Update documentation 2015-01-25 16:07:43 +01:00
Stephan Platz 2d393eab28 Add macro "check_source" for hosts and services to use them in notification mails
fixes #8277

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-01-25 16:04:36 +01:00
Gunnar Beutner 01d3be8820 Implement the while statement
fixes #8269
2015-01-23 15:54:27 +01:00
Gunnar Beutner 51aa2dff13 Update documentation 2015-01-23 15:32:41 +01:00
Gunnar Beutner ceaaf58145 Update documentation 2015-01-23 14:46:33 +01:00
Gunnar Beutner d7cfddab2f Update documentation 2015-01-23 14:15:57 +01:00
Gunnar Beutner 63db5ac325 Update documentation 2015-01-23 09:39:17 +01:00
Gunnar Beutner 8734a44cfc Update documentation links 2015-01-22 16:23:23 +01:00
Gunnar Beutner e09b8885bd Update documentation 2015-01-22 16:11:05 +01:00
Michael Friedrich 78bfd0204c Update copyright year 2015-01-22 12:00:23 +01:00
Gunnar Beutner d4d214d2e7 Update documentation 2015-01-22 10:15:03 +01:00
Gunnar Beutner 5b1281cf58 Update documentation 2015-01-22 08:36:53 +01:00
Edvin Seferovic a58290dd40 Removed mail_from from check_ssmtp command.
Monitoring Plugin ssmtp has no "-f" switch. Command and documentation changed.

Fixes #8245
PR #22

Signed-off-by: Markus Frosch <markus@lazyfrosch.de>

Conflicts:
	doc/7-configuring-icinga-2.md
2015-01-21 21:14:22 +01:00
Gunnar Beutner 981d645028 Update documentation 2015-01-21 08:48:38 +01:00
Gunnar Beutner 604b080c59 Implement the Array#sort method
refs #8069
2015-01-20 16:56:08 +01:00
Gunnar Beutner 0c1bf72f6f Update documentation 2015-01-20 15:16:10 +01:00
Gunnar Beutner c29c11c15b Fix a couple of spelling mistakes
refs #8096
2015-01-19 15:13:36 +01:00
Gunnar Beutner 255490ede2 Update documentation
refs #8096
2015-01-19 15:03:18 +01:00
Tobias von der Krone 1fd2f09bae Use https://www.icinga.org as Icinga website url
For consistency use https://www.icinga.org for Icinga website url (beside
Copyright information) in all files

fixes 8222
2015-01-15 09:24:36 +01:00
Tobias von der Krone 2e0a04bddb Correct documentation about the host attribute of an Endpoint object.
The host attribute of an Endpoint object is optional.

refs #8212
2015-01-14 13:49:48 +01:00
Michael Friedrich a4e63de893 Documentation: Update Icinga Web 2 uri to /icingaweb2
fixes #8201
2015-01-13 20:42:42 +01:00
Gunnar Beutner 7f20795a22 Fix a typo in one of the config examples 2015-01-13 15:57:25 +01:00
Joseph L. Casale 0cb72a8e67 Adds additional documentation for snmp traps and passive checks
fixes #8016

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2015-01-12 14:34:36 +01:00
Michael Friedrich 2280e20995 Update documentation for v2.2.3 2015-01-09 14:58:33 +01:00
Tobias von der Krone d78f7be909 Fix a typo in the example of the StatusDataWriter documentation
fixes #8171
2015-01-08 16:31:29 +01:00
Gunnar Beutner 2836e9fc6f Update the list of keywords
refs #8096
2014-12-16 15:46:45 +01:00
Gunnar Beutner afe4919169 Update the documentation and RPM spec file for 2.2.2 2014-12-16 11:33:14 +01:00
Michael Friedrich 85af84c9fb Docs: Fix gdb pretty printers
fixes #8048
2014-12-15 11:26:22 +01:00
Michael Friedrich 8d0db56f33 Docs: Update dependency state filter explaination
refs #7301
2014-12-15 11:08:34 +01:00
Gunnar Beutner 05485ea2d6 Disallow calling strings as functions
fixes #8040
2014-12-12 20:45:11 +01:00
Steve McMaster ae95918da0 Add -t options to "snmp" and "snmp-manubulon-command" CheckCommand objects
fixes #8075

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-12-12 18:10:35 +01:00
Michael Friedrich ce66a0b649 Documentation: Add note on default notification interval in getting started notifications.conf
fixes #8070
2014-12-11 19:19:34 +01:00
Steve McMaster 789ce044d9 Remove remarks about setting dictionary value to null to remove the key/value pair
fixes #8066

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2014-12-11 19:00:46 +01:00
Carlos Cesario 665ce8077f Documentation: Add import template in dependencies example
fixes #8051
2014-12-10 18:53:14 +01:00
Michael Friedrich a9c16fa551 Docs: Replace unixcat with nc -U
fixes #8039
2014-12-09 17:16:55 +01:00
Michael Friedrich 67c0ea6281 Docs: Explain `nrpe_arguments` in NRPE section
People still use it, and it's the best place there, instead of
the general documentation which should not get messed up with
NRPE at all.

refs #5474
2014-12-05 20:38:14 +01:00
Michael Friedrich b81035e352 Livestatus: Fix missing host downtimes/comments
fixes #7064
2014-12-05 16:32:14 +01:00
Gunnar Beutner 078125bdec Implement socket_path attribute for the IdoMysqlConnection class
fixes #7901
2014-12-02 08:42:53 +01:00
Michael Friedrich 2a41e0e18e Update documentation
refs #7903
2014-12-01 13:29:42 +01:00
Michael Friedrich e398b7eccf Docs: Fix wrong command reference
refs #7867
2014-11-27 18:21:06 +01:00
Michael Friedrich 6961a922b6 Update man page for icinga2
$ help2man 'icinga2 daemon' > doc/icinga2.8

fixes #7735
2014-11-27 17:28:49 +01:00
Michael Friedrich 842b3a9cd7 Documentation: Explain macro array support, repeat_key, add icmp example
fixes #7868
fixes #7867
2014-11-27 16:59:17 +01:00
Gunnar Beutner 7ee0eef562 Move the icinga2-prepare-dirs script to /usr/lib
fixes #7786
2014-11-27 14:47:51 +01:00
Christian Jonak f1d37f6aa4 Documentation: Fix wrong wizard information for clients
Remote client should not be configured as master, so we need to answer the first question with 'Y'

fixes #7847

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-11-27 11:08:51 +01:00
Carlos Cesario 443ae0f298 Add label option to snmp ckecks
Add label option to snmpv3 and snmp snmp-interface commands. Based on attached files to ticket #7545.

fixes #7545

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-11-26 20:40:55 +01:00
Carlos Cesario 4c9fe5fd5b Add more options to snmp-interface command
Add more options to snmp-interface command based on conf file attached on ticket #7136.

fixes #7136

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-11-26 18:26:19 +01:00
Yohan Jarosz b368f8d379 Adding missing command
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-11-26 17:39:28 +01:00
Michael Friedrich 5752654cee Documentation: Add a note on unique template/object names
fixes #7671
2014-11-25 18:51:53 +01:00
Michael Friedrich d1b6256923 Fix markdown urls 2014-11-18 12:28:01 +01:00
Michael Friedrich 04fba90118 Docs: Fix markdown formatting
refs #7387
2014-11-15 17:14:39 +01:00
Michael Friedrich 9635f359e9 Update what's new (docs, changelog)
refs #7387
2014-11-15 15:47:52 +01:00
Michael Friedrich 41f78b52c6 Docs: Add missing init.conf 2014-11-15 15:46:36 +01:00
Michael Friedrich 99f9dc9c84 Docs: Fix remote client commands, formatting, missing attributes
refs #7254
2014-11-15 15:10:22 +01:00
Michael Friedrich f5d3613a71 Docs: Update Icinga Web 2 docs, clarify on the ui names (1.x)
fixes #7620
2014-11-15 14:13:30 +01:00
Michael Friedrich 4b544f5beb Docs: Update agent/client setup
fixes #7254
2014-11-15 14:13:30 +01:00
Michael Friedrich 1820425562 GelfWriter: Add documentation
refs #7619
2014-11-11 14:16:48 +01:00
Michael Friedrich acc9eb20fa Docs: Add link from db ido config to object configs 2014-11-10 16:03:36 +01:00
Michael Friedrich 885e7704a2 Only notify users on recovery who have been notified on not-OK before
Also ensure that type NotificationRecovery always
passes the state filter (missing `OK` is totally fine).

Also fix that notification delays set the correct
next notification time to the begin time window.

fixes #7579
fixes #7623
fixes #6547
2014-11-09 19:47:24 +01:00
Michael Friedrich 020bd060c5 Documentation: Add dependency example for setting locally scoped variables
fixes #7319
2014-11-08 19:15:42 +01:00
Michael Friedrich a9c1d7dbd9 Docs: Update what's new 2014-11-08 18:48:36 +01:00
Michael Friedrich 1bb928b5e9 Docs: Fix markdown formatting (code after list requires text in between) 2014-11-07 18:38:02 +01:00
Michael Friedrich 8b906b7481 Documentation: Fix description in apply for
refs #7543
2014-11-07 04:42:50 +01:00
Michael Friedrich b6bccc89b1 Documentation: Fix chapter level 2014-11-07 04:39:36 +01:00
Michael Friedrich dc82921ef8 Documentation: Fix markdown formatting 2014-11-07 04:34:15 +01:00
Michael Friedrich c663aa2bf5 Documentation: Add remote client endpoint/zone config creation
fixes #7524
2014-11-07 04:29:58 +01:00
Michael Friedrich c1f4d2243e Documentation: Better apply rule best practice in monitoring basics
fixes #7480
fixes #7543
fixes #7187
fixes #7573
2014-11-07 04:13:45 +01:00
Michael Friedrich 711517bd0e Documentation: Rewrite getting started config section using apply rules
fixes #7504
2014-11-07 04:13:45 +01:00
Michael Friedrich a10107c540 Plugin Check Commands: disk is missing '-p', 'x' parameter
fixes #7596
2014-11-06 14:22:00 +01:00
Michael Friedrich 29ee836b58 Docs: Fix usermod command
fixes #7373
2014-11-05 18:15:06 +01:00
Michael Friedrich c4ba3f6691 StatusDataWriter: Encode custom attr arrays&dictionaries as json string
refs #7560
2014-11-04 18:08:26 +01:00
Michael Friedrich eeb6facdac Livestatus: Add 'cv_is_json' and encode CV arrays/dicts as json
refs #7560
2014-11-04 17:39:28 +01:00
Michael Friedrich 58d5c42d9c DB IDO: Dump custom attributes as json encoded arrays/dictionaries; add 'is_json' column
refs #7560
2014-11-04 13:47:45 +01:00
Michael Friedrich 8c9ba23cdc Docs: Update troubleshooting with gdb debug printer install
refs #7514
2014-11-03 19:36:45 +01:00
Gunnar Beutner 19a6a65aad Implement the random() function 2014-11-03 17:21:33 +01:00
Gunnar Beutner aa94563eb5 Implement the keys() function
fixes #7557
2014-11-03 13:05:14 +01:00
Michael Friedrich 0f4e3004b6 Documentation: Add some more remote client details
Rename agents.conf too.

refs #7254
2014-11-02 21:56:11 +01:00
Michael Friedrich a56561beec Docs: Add cli commands
fixes #7356
2014-11-02 21:46:02 +01:00
Michael Friedrich 4eeed787ea Docs: Add first draft for setting up remote clients using Icinga 2
refs #7254
2014-11-02 20:35:16 +01:00
Michael Friedrich 9844a2c990 Docs: Move troubleshooting after getting started, mention object list in validation
fixes #7514
fixes #7478
2014-11-01 21:38:50 +01:00
Michael Friedrich 5934c02dd9 Docs: Update Changes for What's New section
refs #7387
2014-11-01 21:06:43 +01:00
Michael Friedrich 3fe2bb03fd Docs: MonitoringExchamge -> IcingaExchange 2014-10-30 21:05:20 +01:00
Michael Friedrich 70d2486f43 Docs: Fix Icinga Web 2 description & urls 2014-10-30 19:51:14 +01:00
Wolfgang Nieder ae1dcf6258 Docs: Fix typos and other small corrections
fixes #7477

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2014-10-30 12:23:58 +01:00
Michael Friedrich 1d0a1564d9 Documentation: Update how to report a bug section
fixes #7428
2014-10-27 19:49:33 +01:00
Michael Friedrich fec8e92221 Cli: Make sure to create & include 'repository.d'
refs #7255
2014-10-27 19:19:45 +01:00
Michael Friedrich 4dc13d965e DB IDO: Change schema version to 1.12.0
refs #7391
2014-10-25 01:42:51 +02:00
Michael Friedrich 6bfd6312f5 Rename PKI arguments
fixes #7427
2014-10-22 16:01:59 +02:00
Gunnar Beutner 3e70ede877 Improve auto-completion for the PKI commands
refs #7247
2014-10-16 14:33:58 +02:00
Gunnar Beutner 5abc3cfe55 Remove icinga2-build-ca, icinga2-build-key and icinga2-sign-key
refs #7244
2014-10-16 13:29:18 +02:00
Michael Friedrich 3fd20d56aa DB IDO: Add program_version column to programstatus table
Bump schema version to 1.11.8

fixes #7391
2014-10-16 12:11:10 +02:00
Michael Friedrich 4374ddcf2c Documentation: Update changes
refs #7387
2014-10-15 17:42:25 +02:00
Michael Friedrich db3abacde0 CLI: Update docs for 'icinga2 object list'
refs #7356
2014-10-15 14:33:55 +02:00
Gunnar Beutner d7d6d6096f Remove icinga2-enable-feature and icinga2-disable-feature
refs #7250
2014-10-14 18:35:52 +02:00
Michael Friedrich 57d945347f GraphiteWriter: Add support for customized metric prefix names
Allows to use runtime macros and global constants for setting
a custom metric prefix:

    const GraphiteEnv = "icinga.env1"

    object GraphiteWriter "graphite" {
      host_name_template = GraphiteEnv + ".$host.name$"
      service_name_template = GraphiteEnv + ".$host.name$.$service.name$"
    }

fixes #7334
2014-10-11 20:38:24 +02:00
Dirk Goetz e0941027ea Plugin Check Commands: Extend check_procs and check_http arguments
fixes #7302

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 19:15:55 +02:00
Jonas Meurer d04630f00b Documentation: Link supported expression operators from sections about apply rules
fixes #7327

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 19:02:33 +02:00
Dolf Schimmel 60a0ee8fec Documentation: Fix default command timeout is 60 seconds, not 5 minutes.
As defined by lib/icinga/command.ti

fixes #7338

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 18:38:17 +02:00
Carlos Cesario e98aa15e83 Documentation: Fix wrong snmp-int check command
Change check command snmp-int to snmp-interface

fixes #7349

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 18:33:26 +02:00
Carlos Cesario 911863f974 Plugin Check Commands: Fix snmp-load threshold values
Fix snmp-load threshold values to suppoprt "-T stand" param in check command.
To use 3 values, change the snmp_load_type var to "netsl".

fixes #7351

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 18:27:04 +02:00
Michael Friedrich c1d507a793 Documentation: Update config validation command
refs #7246
refs #7356
2014-10-08 16:15:08 +02:00
Gunnar Beutner b5faacc1d0 Release version 2.1.1 2014-09-16 12:29:22 +02:00
Michael Friedrich 1b78f2d9ca Documentation: Fix markdown formatting
refs #7070
2014-09-15 19:39:57 +02:00
Michael Friedrich 370e08d091 Documentation: Explain event commands and their integration by a real life example (httpd restart via ssh)
fixes #7070
2014-09-15 19:03:55 +02:00
Michael Friedrich 2f751f2ed3 Documentation: How to use @ to escape keywords
fixes #7028
2014-09-15 17:28:38 +02:00
Michael Friedrich 41f0b9864b Documentation: Rephrase some Icinga Web 1.x parts
refs #7158
2014-09-15 17:19:37 +02:00
Michael Friedrich fed686a7c5 Documentation: Clarify on DB IDO upgrades
fixes #7210
2014-09-15 17:11:25 +02:00
Markus Frosch 8497fc3605 Extend documentation for icinga-web on Debian based systems
Fixes #7158
2014-09-09 16:16:47 +02:00
Alexander Schomburg 476f9ab8e9 Differentiate between service and systemctl
Some parts of the documentation still don't differentiate between RHEL7 and RHEL6/Debian/SUSE.

fixes #7080

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-09-08 10:42:37 +02:00
Gunnar Beutner 7ec6564248 Remove obsolete HTML comment
refs #6704
2014-08-29 17:19:20 +02:00
Michael Friedrich a7aba78185 Documentation: Remove wrong selinux description
refs #6704
2014-08-29 12:03:03 +02:00
Michael Friedrich 98e43afd31 Add Python 2.4 as requirement (Changelog entry missing)
refs #6702
refs #6704
2014-08-28 21:09:54 +02:00
Michael Friedrich b49f91ef03 Move Changes on top of the Changelog
refs #6704
2014-08-28 20:39:42 +02:00
Michael Friedrich ab3efb6478 Update what's new
refs #6704
2014-08-27 20:12:31 +02:00
Michael Friedrich b4953a613b Fix the documentation for manubulon check plugin commands
refs #6650
2014-08-27 19:57:44 +02:00
Carlos Cesario 84b65e786f Updated Manubulon documentation
refs #6650
2014-08-27 19:57:44 +02:00
Carlos Cesario fe6dc00a85 Add some manubulon snmp plugins
refs #6650
2014-08-27 19:57:43 +02:00
Michael Friedrich 0b2f6de976 Documentation: Add example selinux policy for external commandpipe/Livestatus
fixes #7018
2014-08-27 19:20:49 +02:00
Michael Friedrich 3d3ee08038 Documentation: Revamp getting started and fix smaller bugs
fixes #6869
fixes #6995
fixes #6867
fixes #6864
fixes #6839
fixes #6651
refs #6968
2014-08-27 17:45:55 +02:00
Michael Friedrich efcefef928 Documentation: Update What's new and changes
refs #6704
2014-08-27 14:33:31 +02:00
Michael Friedrich 0ce727edf0 Documentation: Additional cluster hints, better formatting
refs #6743
refs #6703
refs #6997
2014-08-27 11:48:44 +02:00
Michael Friedrich 32c20132d0 Documentation: Rewrite cluster docs
* Re-organize structure
* New section with HA features
* Permissions and security
* How to add a new node
* Cluster requirements
* Additional hints on installation
* More troubleshooting

fixes #6743
fixes #6703
fixes #6997
2014-08-24 11:21:54 +02:00
Michael Friedrich d717e6292d Documentation: Fix markdown formatting in troubleshooting chapter 2014-08-22 15:42:01 +02:00
Michael Friedrich f1c8073dd3 Update documentation for notifications in HA cluster
refs #6203
2014-08-22 13:17:39 +02:00
Gunnar Beutner 91a7d0afb1 Update documentation for icinga2-list-objects
fixes #6949
2014-08-19 10:49:20 +02:00
Michael Friedrich c4d448efe5 Documentation: Clarify on GraphiteWriter statistics
refs #6922
2014-08-17 15:45:49 +02:00
Gunnar Beutner 25ed7dcdb2 Fall back to using SysconfDir + "/icinga2/icinga2.conf" if --config is not specified
fixes #6874
2014-08-17 13:48:55 +02:00
Gunnar Beutner 3da5568eb3 Install DB schema files using cmake
fixes #6881
2014-08-17 13:37:50 +02:00
Markus Frosch b46dbe4db4 Enhance GraphiteWriter documentation
fixes #6922
2014-08-17 11:33:18 +02:00
Gunnar Beutner 0443c85bf5 Implement support for writing the icinga2.debug file
refs #6702
2014-08-15 21:00:26 +02:00
Michael Friedrich 1c98a3a9f7 DB IDO: Add failover_timeout attribute
refs #6827
2014-08-15 17:21:12 +02:00
Michael Friedrich e8a41d86c8 DB IDO: Add documentation for HA functionality
refs #6827
refs #6203
2014-08-15 17:21:12 +02:00
Michael Friedrich 92448a20da Documentation: s/service\.description/service\.name/
refs #6918
2014-08-14 16:32:51 +02:00
Michael Friedrich a6335a7cdf Documentation: Fix naming s/central/master/
fixes #6878
2014-08-14 14:39:08 +02:00
Michael Friedrich 9efe458b27 Documentation: Clarify on which config tools are available
fixes #6909
2014-08-14 13:39:55 +02:00
Michael Friedrich 3be0bb9446 Documentation: Fix <> formatting 2014-08-07 15:48:55 +02:00
Michael Friedrich 5799d86ed7 Documentation: s/enable_flap_detection/enable_flapping/g
fixes #6870
2014-08-07 11:27:50 +02:00
Michael Friedrich 10b681f4ea Release version 2.0.2 2014-08-07 08:59:05 +02:00
Michael Friedrich d2ddde3fec Rename README to README.md
fixes #6688
2014-08-05 21:27:21 +02:00
Michael Friedrich c01dfdf229 Documentation: Add a note on async non-blocking events
refs #6589
2014-08-05 18:48:29 +02:00
Michael Friedrich 794397c9ed Documentation: Fix PidPath default
refs #6627
2014-08-04 11:25:17 +02:00
Michael Friedrich 3254cea01f Documentation: Add section for implicit dependencies
fixes #6725
2014-08-04 10:47:30 +02:00
Michael Friedrich b02a1ff9d6 Documentation: Add a note on Icinga Web database
refs #6652
2014-08-01 17:39:24 +02:00
Michael Friedrich f332c89f3b Documentation: Basic cluster troubleshooting guide
Partly

refs #6703
2014-08-01 16:47:14 +02:00
Michael Friedrich 2b91b3124d Documentation: Update cluster zones from latest feedback
This is partly related to

refs #6703
2014-08-01 16:18:30 +02:00
Gaël Beaudoin 87d789ad8b Add the --timeout parameter to the check_ssh / ssh CheckCommand
fixes #6791

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-07-30 14:16:10 +02:00
Michael Friedrich 7c59ef284e Documentation: Add a note on el7 & systemd
refs #6655
2014-07-29 15:31:37 +02:00
Michael Friedrich 1e4ddc2a1a Fix customvariables in DB IDO MySQL are not case sensitive
fixes #6608
2014-07-23 18:06:57 +02:00
Michael Friedrich 409ea08673 Documentation: Update installation with systemd service
fixes #6708
2014-07-23 13:48:20 +02:00
Michael Friedrich 7c62b9de39 Documentation: Clarify on which feature are required for user interfaces & addons
fixes #6652
2014-07-23 10:46:37 +02:00
Gunnar Beutner a49a598eef Make location of the /run directory configurable
fixes #6627
2014-07-22 13:26:37 +02:00
Michael Friedrich f4c0600b26 Documentation: Update package repositories
refs #5796
2014-07-21 20:22:48 +02:00
Gunnar Beutner 263f198992 Require command to be an array when the arguments attribute is used
fixes #6698
2014-07-16 13:01:55 +02:00
Michael Friedrich c921304dc8 Documentation: Fix localhost.conf location
fixes #6728
2014-07-15 15:19:31 +02:00
Carlos Cesario dd1646f78d Add http expect option (-e) to check_http command
fixes #6695

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-07-12 17:17:48 +02:00
Michael Friedrich 107757be3c Documentation: Fix wrong command pipe path for icinga web
fixes #6711
2014-07-12 12:43:09 +02:00
Gunnar Beutner 5fb52a4e48 Remove superfluous quotes and commas in dictionaries
fixes #6687
2014-07-11 14:38:15 +02:00
Gunnar Beutner b80c3b2df4 Release version 2.0.1 2014-07-10 12:08:28 +02:00
Michael Friedrich 2358d70c96 Documentation: Fix event command execution conditions
fixes #6685
2014-07-10 11:27:37 +02:00
Jan Wagner 4c548813a4 Add sni option to http check
fixes #6605

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-07-04 12:01:25 +02:00
Gunnar Beutner db8f4abc1b Add documentation for || and &&
fixes #6592
2014-06-27 12:21:11 +02:00
Gunnar Beutner b49636883f Update the documentation to clarify that custom attributes don't support arrays and dictionaries
fixes #6506
2014-06-27 08:30:59 +02:00
Carlos Cesario f27ea30000 Add more options to snmp check
fixes #6581

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-06-27 08:24:44 +02:00
Jan Wagner 582824e291 Adding ports to checks pop/imap/smtp and new check dig
fixes #6531

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
2014-06-24 13:20:41 +02:00
Michael Friedrich aade27ab70 Documentation: fix ssh example 2014-06-19 15:50:11 +02:00
Michael Friedrich a277e2dc3f Plugins: add fping4/6 commands
refs #6225
2014-06-18 19:26:18 +02:00
Michael Friedrich c1034a8e7f plugin command dns: small naming fixes
refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy a4a015c8be Add CheckCommand "dns"
Refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy 2dc4b968d9 Improve snmp CheckCommand, add snmpv3 CheckCommand.
Refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy dedb16b2c8 Add "ssl" CheckCommand
Refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy 64946bc3a2 Add http_expect_body_regex and http_ignore_body to command-plugins.conf.
Refs #6487
2014-06-16 08:49:52 +02:00
Gerd von Egidy 444a85ddd0 Add (s)smtp_mail_from option to smtp and ssmtp commands.
Refs #6487
2014-06-16 08:49:52 +02:00
Wolfgang Nieder caea8c03b1 Docs: fix typos in chapter 8.
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-16 08:44:12 +02:00
Michael Friedrich ef2ffd8534 Documentation: fix url formatting, dependency example 2014-06-15 23:17:16 +02:00
Wolfgang Nieder d2a239f78e Docs: fix typos in chapter 6.
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-15 23:03:53 +02:00
Michael Friedrich 61793a5dbb Merge branch 'feature/systemd-4794-final' into next
fixes #4794
2014-06-15 20:27:15 +02:00
Gerd von Egidy 39150cae30 Add a manpage for icinga2-prepare-dirs.
Refs #4794
2014-06-15 20:01:04 +02:00
Wolfgang Nieder c2f8d109b5 Docs: fix some typos.
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-06-15 18:39:55 +02:00
Michael Friedrich b393e8eb62 Documentation: explain the icinga 2 reload
fixes #6486
2014-06-15 10:45:06 +02:00
Michael Friedrich ff0fbe9bc1 update migration script url to github
fixes #5821
2014-06-15 02:16:21 +02:00
Michael Friedrich 5bea405c67 Move the Vagrant VM to https://github.com/Icinga/icinga-vagrant
fixes #5843
2014-06-13 22:39:17 +02:00
Michael Friedrich 8d3725a89c Add man pages for installed scripts
fixes #6482
2014-06-13 20:54:58 +02:00
Michael Friedrich b15c6e96d0 update icinga2.8 man page
refs #6482
2014-06-13 20:41:24 +02:00
Michael Friedrich 5b44ea8574 Remove sphinx/pandoc, ship markdown docs only
refs #6481
refs #5774
2014-06-13 20:29:33 +02:00
Michael Friedrich 82884f79d1 Update what's new and ChangeLog for 2.0.0
refs #5795
2014-06-13 13:19:13 +02:00
Michael Friedrich b0786886aa Documentation: Updates for DB IDO
* several renamings to DB IDO
* Debian db schema must be installed manually as the rest
* remove mentions of 0.0.x preview versions

refs #6005
refs #6478
2014-06-13 11:17:32 +02:00
Michael Friedrich 3a10fe81af Fix typo
refs #5041
2014-06-13 11:01:04 +02:00
Michael Friedrich 42b89a1032 Documentation: Add note for Wheezy/Precise on Classic UI libjs-jquery-ui dependency
fixes #5041
2014-06-13 10:59:03 +02:00
Michael Friedrich d9289add62 Documentation: Emphasize on global zone on all nodes
refs #6254
2014-06-12 14:33:59 +02:00
Michael Friedrich 749863bee7 Documentation: Add Debian icinga2-dbg package to troubleshooting guide
fixes #6476
2014-06-12 13:10:37 +02:00
Michael Friedrich a3b2b1d780 Add global zone identifier for global object/template configuration.
Refs #6254
2014-06-11 16:49:30 +02:00
Michael Friedrich b4248123f7 Documentation: Update command definitions to use argument conditions.
Fixes #6364
2014-06-11 14:05:47 +02:00
Michael Friedrich 4230d8a81e Documentation: Add a note on no length restrictions for plugin output/perfdata.
Fixes #6452
2014-06-11 11:38:08 +02:00
Michael Friedrich 5df25cac88 Documentation: Update migration script location. 2014-06-10 19:07:47 +02:00
Michael Friedrich 508a6d9abd Update docs and ChangeLog for Beta 2.
Fixes #6413
2014-06-06 10:51:56 +02:00
Michael Friedrich fcd7b872f4 Documentation: Update some migration examples.
Refs #6380
2014-06-06 10:48:39 +02:00
Carlos Cesario 2930ace6c0 Documentation: Fix running_kernel head in documentation.
Fixes #6415

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-05 19:06:35 +02:00
Michael Friedrich 516cc1c90f Documentation: Fix check_users description.
Fixes #6389
2014-06-05 11:12:37 +02:00
Michael Friedrich 72f529875f Documentation: Fix migration examples.
Thanks Tom :)

Refs #6380
2014-06-04 22:42:58 +02:00
Michael Friedrich 62ee130a2f Documentation: Fix formatting.
Refs #6380
2014-06-04 22:38:12 +02:00
Michael Friedrich 7f99556727 Documentation: Add detailed manual migration hints with config examples.
Fixes #6380
2014-06-04 22:26:45 +02:00
Michael Friedrich 44f36b25fb Documentation: Add an example for multiple host addresses using custom attributes.
Fixes #6404
2014-06-04 17:52:32 +02:00
Carlos Cesario fa515bd5af Syntax Highlighting: Add nano syntax file.
Fixes #6385

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-04 15:45:03 +02:00
Michael Friedrich 63df43eea2 Revert "Fix configuration error on missing NodeName."
This reverts commit 72ef0d31fd.

Refs #6393
2014-06-04 10:23:39 +02:00
Michael Friedrich 1d9f7fb045 Plugins: Add 'http_auth_pair' as 'http' command argument.
Fixes #6396
2014-06-03 19:54:59 +02:00
Michael Friedrich c1af4e827d Documentation: Explain dependencies and their required attributes better.
Fixes #6394
2014-06-03 15:33:50 +02:00
Michael Friedrich 72ef0d31fd Fix configuration error on missing NodeName.
Fixes #6393
2014-06-03 14:54:21 +02:00
Michael Friedrich f8d3052f39 Documentation: Add manual configuration migration hints for services.
Refs #6380
2014-06-02 16:57:59 +02:00
Michael Friedrich 4a99f94bc3 Documentation: Rename 'using templates' to 'object inheritance using templates'.
Fixes #6384
2014-06-02 16:32:15 +02:00
Carlos Cesario 1b45b814eb Add icinga2 vim syntax file and installation documentation.
Fixes #3199

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-02 16:29:27 +02:00
Michael Friedrich bef81e6881 Documentation: Add a note on host and service checks.
Fixes #6361
2014-06-02 14:39:42 +02:00
Michael Friedrich 64a6ca9022 Documentation: Fix dependency example.
Fixes #6372
2014-06-02 13:51:28 +02:00
Michael Friedrich 9225f7ed00 Drop check_kernel in favor of check_running_kernel, add plugin command.
Refs #6369
2014-06-02 13:34:35 +02:00
Michael Friedrich bc446bb8b5 Documentation: Drop merge leftover.
Refs #5795
2014-06-02 13:20:58 +02:00
Phil Hutchinson dbbd400de6 Fixes for poor grammar and bad sentence structure.
Refs #5795

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2014-06-02 12:46:16 +02:00
Michael Friedrich 26e35b7cf0 Documentation: Fix 'http' check_command.
Fixes #6379
2014-06-02 10:47:31 +02:00
Gunnar Beutner ff077bc8b9 Fix typo in the documentation.
Fixes #6378
2014-06-01 11:40:40 +02:00
Gunnar Beutner d11231d49d Fix incorrect template name.
Refs #5795
2014-05-31 05:11:46 +02:00
Michael Friedrich 5b50b5434b Documentation: Fix typo. 2014-05-30 12:02:24 +02:00
Michael Friedrich 8fece8b085 Documentation: Fix wrong contact/user macros in migration docs.
Fixes #6362
2014-05-30 11:29:56 +02:00
Michael Friedrich 7e46926c72 Remove debug output in icinga2-enable-feature.
Fixes #6360
2014-05-30 09:55:23 +02:00
Wolfgang Nieder 36c71d69bd Update documentation.
Fixes #6359

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2014-05-29 16:57:33 +02:00
Michael Friedrich 24a884f79b Documentation: Fix typo.
Refs #6357
2014-05-29 15:40:47 +02:00
Michael Friedrich d940c754fc Documentation: Fix Icinga Wiki url. 2014-05-29 15:38:29 +02:00
Michael Friedrich b178817256 Documentation: Fix default enabled features, add troubleshooting hints.
Fixes #6357
2014-05-29 15:34:01 +02:00
Michael Friedrich 63c7512fd9 Documentation: Monitoring Basics: Add/Fix livestatus and add DB IDO incl health checks.
Fixes #6356
Fixes #6358
2014-05-29 15:15:36 +02:00
Marcus van Dam ade832849b Plugins: Add ftp and ups CheckCommand objects.
Refs #6225

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-05-28 23:42:38 +02:00
Marcus van Dam 67b7a8300e Plugins: Add imap,simap,pop,spop CheckCommand objects.
Refs #6225

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-05-28 22:26:27 +02:00
Gunnar Beutner 8404eb6037 Fix spelling mistake.
Refs #5793
2014-05-27 16:06:36 +02:00
Michael Friedrich ac8a1805e4 Documentation: Fix migration script documentation.
Fixes #6326
2014-05-27 11:32:34 +02:00
Michael Friedrich 5b3b10b265 Documentation: Add configuration best practice introduction.
Fixes #6318
2014-05-27 00:25:36 +02:00
Michael Friedrich 73c15be28a Documentation: Add advanced apply services with custom command arguments example.
Fixes #6317
2014-05-26 22:27:13 +02:00
Michael Friedrich f45c7af592 Documentation: Import missing Livestatus tables and attributes.
Fixes #6314
2014-05-26 19:50:11 +02:00
Gunnar Beutner e813000d4f Update documentation.
Refs #5795
2014-05-26 16:35:03 +02:00
Gunnar Beutner ca51fe8c56 Remove the keep_alive attribute.
Fixes #6304
2014-05-26 13:49:14 +02:00
Gunnar Beutner d66b4d587e Implement the "cluster-zone" check task.
Fixes #6204
2014-05-25 19:59:52 +02:00
Michael Friedrich 13cd6f613a Documentation: Fix troubleshooting debug hints.
Refs #5611
2014-05-23 19:56:57 +02:00
Michael Friedrich f88f23fa3b Documentation: Add a hint on configuration comments to troubleshooting.
Refs #5611
2014-05-23 16:39:24 +02:00
Michael Friedrich 09f3040bae Fix required argument for --debug|-x.
Refs #6276
2014-05-23 14:12:55 +02:00
Michael Friedrich 5ec300f68e Add debug log severity for console logger.
Fixes #6276
2014-05-23 11:57:08 +02:00
Michael Friedrich eed3a60c75 Documentation: Add a note about updated sample config.
Refs #6266
2014-05-23 10:07:47 +02:00
Michael Friedrich cdfeb28855 Add troubleshooting chapter, fix addon chapter.
Fixes #5611
Fixes #6275
2014-05-23 01:01:06 +02:00
Michael Friedrich e873ce6b9c Fix wrong service apply rule examples for ping{4,6}.
Refs #6266
2014-05-22 23:05:39 +02:00
Michael Friedrich 4df2721d4e Documentation: Fix Getting Started based on revamped example configuration.
Refs #6266
2014-05-22 22:47:32 +02:00
Michael Friedrich 831743fa0a Documentation: Add references to apply examples to general configuration objects.
Fixes #6258
2014-05-22 21:33:31 +02:00
Michael Friedrich 60b772334d Fix nrpe command definition.
Refs ##6225
2014-05-22 21:06:19 +02:00
Michael Friedrich ec7d9b0f3d Move zone specific configuration to zones.conf included in icinga2.conf.
Fixes #6208
2014-05-22 21:00:42 +02:00
Michael Friedrich 110b7b4a53 Documentation: Move notifications/dependencies up. 2014-05-22 20:14:26 +02:00
Michael Friedrich 2027b301a7 Documentation: Update migration, add agent based dependency example.
Refs #6225
Fixes #6272
Fixes #6271
2014-05-22 19:25:31 +02:00
Michael Friedrich 8980924567 Documentation: Update what's new for 2.0.0 Beta 1.
Fixes #5820
2014-05-22 18:17:39 +02:00
Michael Friedrich 4515e5a717 Documentation: Explain config validation with errors and reload.
Fixes #6259
2014-05-22 17:27:28 +02:00
Michael Friedrich d8511a3193 Documentation: Explain how command parameters work with CheckCommand and Host, Service objects.
Fixes #6267
2014-05-22 16:47:10 +02:00
Michael Friedrich 7462c8320a Add 'notice' severity to *Logger.
Refs #6070
2014-05-22 16:07:57 +02:00
Gunnar Beutner ff80ed1c38 Update documentation.
Refs #5795
2014-05-22 14:18:34 +02:00
Gunnar Beutner e3db6770f1 Add by_ssh command object.
Refs #5795
2014-05-22 14:05:56 +02:00
Gunnar Beutner 7223ae1dc2 Update documentation.
Refs #5795
2014-05-22 13:33:54 +02:00
Gunnar Beutner 8d1467697c Add description for the display_name attribute for services.
Fixes #6253
2014-05-21 16:37:44 +02:00
Michael Friedrich 62acf8641a Documentation: Add a note for the vagrant demo vm to 'about' .
Fixes #6248
2014-05-20 15:15:36 +02:00
Michael Friedrich 47ea2ba559 Documentation: Fix cluster config examples.
Fixes #6247
2014-05-20 14:51:30 +02:00
Michael Friedrich bb0d83ba9f Documentation: Add a note on recovery notifications during downtime.
Refs #6228
2014-05-20 14:16:53 +02:00
Michael Friedrich c494bd8eb8 Documentation: Add a better example for apply rules in monitoring basics.
Refs #5827
2014-05-20 13:56:49 +02:00
Michael Friedrich 7711a7585b Documentation: Move ITL/Plugin Commands into Icinga 2 configuration.
Fixes #6245
2014-05-20 12:38:46 +02:00
Michael Friedrich 101bd10d62 Documentation: Add a note for required CheckCommand objects for additiona plugins.
Fixes #6239
2014-05-19 18:26:59 +02:00
Michael Friedrich f966f6ec90 Documentation: Update cluster documentation.
Fixes #6234
Refs #6192
Refs #6191
2014-05-19 14:34:26 +02:00
Gunnar Beutner f36df69ba2 Remove Doxygen.
Fixes #5006
2014-05-19 13:54:02 +02:00
Michael Friedrich 6f35beb894 Documentation: Classic UI command expander feature does not work using Icinga 2. 2014-05-19 09:59:52 +02:00
Gunnar Beutner cffe3cf57c Simplify "ignore where" condition in the example config.
Refs #5795
2014-05-18 08:59:13 +02:00
Gunnar Beutner bbb2fb62dd Add check command for check_dhcp.
Refs #6225
2014-05-17 13:33:57 +02:00
Gunnar Beutner 59cbd2b2b9 Fix incorrect chapter titles.
Refs #5795
2014-05-17 13:07:24 +02:00
Gunnar Beutner 2e2f356459 Remove version number in doc/conf.py.
Fixes #6222
2014-05-17 06:58:43 +02:00
Gunnar Beutner 1d635e8e62 Bump version in doc/conf.py. 2014-05-16 15:58:33 +02:00
Gunnar Beutner 6e7d167ddb Release 0.0.11. 2014-05-16 11:36:53 +02:00
Michael Friedrich 282386e122 Documentation: Update draft on zone sync.
Refs #6191
2014-05-14 18:24:41 +02:00
Gunnar Beutner 0d36cc8d5f Implement support for the zones.d config directory.
Refs #6191
2014-05-13 13:19:43 +02:00
Gunnar Beutner cb2e38ae0d Fix another spelling mistake.
Refs #5795
2014-05-13 09:49:16 +02:00
Carlos Cesario 929651d567 Documentation: Fix cluster health check example.
Fixes #6198
2014-05-12 21:59:19 +02:00
Michael Friedrich a86d21d4bb Documentation: Add a note on unreachable preventing notifications being sent.
Refs #4789
2014-05-12 19:40:02 +02:00
Michael Friedrich aa97c3c670 Add command namespace {check_,event_,notification_} to legacy interfaces.
Fixes #5927
2014-05-12 16:18:03 +02:00
Michael Friedrich 846a9f9221 Documentation: Fix angel brackets in markdown tables.
Fixes #6128
2014-05-12 13:01:13 +02:00
Gunnar Beutner a1f578f4f1 Fix spelling mistake.
Refs #5795
2014-05-12 12:31:45 +02:00
Gunnar Beutner a4e2c48c96 Add check comment for NSClient++.
Refs #5795
2014-05-12 12:30:30 +02:00
Michael Friedrich db07854c76 Documentation: Fix DB category requirements.
Fixes #5485
2014-05-11 15:42:35 +02:00
Michael Friedrich 2b20f6355f Documentation: Explain how runtime macro evaluation order works.
Fixes #6010
2014-05-11 15:31:29 +02:00
Michael Friedrich b64a632068 Documentation: Fix runtime macros in migration section.
Fixes #6149
2014-05-11 15:10:40 +02:00
Michael Friedrich 7e10a2bc5d Documentation: First draft for cluster v3.
Refs #6107
Refs #4739
2014-05-11 14:36:18 +02:00
Michael Friedrich d8fb027989 Documentation: Change order of objects.
Refs #5795
2014-05-11 13:16:37 +02:00
Michael Friedrich f499d936a4 Documentation: Add command arguments.
Fixes #5933
2014-05-11 13:05:32 +02:00
Michael Friedrich 7a4fa25a49 Livestatus: Add 'check_source' to hosts table.
Fixes #6185
2014-05-10 21:57:01 +02:00
Michael Friedrich d13871e233 Documentation: Add schema extensions.
Refs #6094
2014-05-10 21:38:23 +02:00
Michael Friedrich 97d51c4269 Livestatus: Add 'is_reachable' to hosts/services table.
Refs #6094
2014-05-10 20:37:09 +02:00
Michael Friedrich 3976fc2369 Documentation: Fix external commands table.
Fixes #6128
2014-05-10 20:19:47 +02:00
Michael Friedrich be882756bf Documentation: Add development section.
Fixes #6184
2014-05-10 19:28:59 +02:00
Michael Friedrich d06d4f2540 Include monitoring plugin commands seperately.
Fixes #6130
2014-05-10 19:02:51 +02:00
Michael Friedrich c465ec90b7 Documentation: Fix HostGroup assign example.
Fixes #6163
2014-05-10 15:56:51 +02:00
Gunnar Beutner 7b9efdb63b Update documentation.
Refs #5795
2014-05-09 10:13:00 +02:00
Michael Friedrich 04210894d3 Documentation: One more subsections fix.
Refs #6115
2014-05-04 22:05:44 +02:00
Michael Friedrich f85fae8762 Migration: Remove broken script, update documentation for work-in-progress.
Refs #5821
2014-05-04 22:01:58 +02:00
Michael Friedrich 6d93679fe8 Documentation: Fix subsections.
Refs #6115
2014-05-04 21:51:00 +02:00
Michael Friedrich 34ff415fca Documentation: Change order.
Refs #6115
2014-05-04 18:49:09 +02:00
Michael Friedrich 10c3c52ed3 Documentation: Apply new structure.
Fixes #6115
2014-05-04 15:10:00 +02:00
Michael Friedrich 56bdf820b7 Documentation: Fix notifications for hosts and services.
Fixes #6114
2014-05-03 20:07:37 +02:00
Michael Friedrich 0691d73af9 Rename Dependency 'state_filter' to 'states'.
Fixes #6113
2014-05-03 19:53:16 +02:00
Wolfgang Nieder b9d00dfa8f Docs: Fixed some typos.
Signed-off-by: Michael Friedrich <Michael.Friedrich@netways.de>
2014-05-03 14:58:43 +02:00
Michael Friedrich 74be8cd2d0 Implement summary macros e.g. $icinga.num_services_critical$.
Additional $icinga.uptime$ macro.

Fixes #2742
2014-05-03 02:08:36 +02:00
Michael Friedrich c883b49480 Documentation: Fix wrong user attribute. 2014-05-02 17:48:14 +02:00
Gerd von Egidy 335d206014 Always install the unprocessed markdown documentation.
Refs #6100
2014-05-01 16:19:20 +02:00
Michael Friedrich 9228f7035e Update documentation & what's new. 2014-04-29 14:33:37 +02:00
Gunnar Beutner 9b9ee5c425 Add ssh_port parameter for the ssh check command.
Refs #5933
2014-04-26 18:31:49 +02:00
Gunnar Beutner d617c7b1f6 Implement support for optional command arguments.
Fixes #5933
2014-04-26 15:03:38 +02:00
Gunnar Beutner e6fb8caace Implement loop detection for cluster links.
Refs #5467
2014-04-25 15:07:13 +02:00
Michael Friedrich 7a147d268e Add group assign/ignore rules.
Fixes #5910
2014-04-23 15:50:00 +02:00
Michael Friedrich c239f84fd7 Revert "Add group apply (creates object only once and sets membership)."
This reverts commit 559a4fef67.

Refs #5910
2014-04-23 14:59:48 +02:00
Michael Friedrich c8b3fde2ef Drop unused statusmap_image & coords attributes entirely.
Fixes #6044
2014-04-22 13:48:06 +02:00
Michael Friedrich fe1a83ff34 Revert "Add statusmap_image and coords host attributes."
This reverts commit 252980a6bd.

Refs #6044
2014-04-22 12:09:24 +02:00
Michael Friedrich 4a3ca90a51 Documentation: Add a note on unsupported non-persistent comments.
Refs #5295
2014-04-17 17:51:13 +02:00
Michael Friedrich 252980a6bd Add statusmap_image and coords host attributes.
They are as important as action_url, etc.

coords is made a dictionary consisting of x_2d and y_2d as keys.

Fixes #6044
2014-04-17 16:48:59 +02:00
Michael Friedrich 72f7537fa6 Add modified attributes for user and command vars.
Fixes #6043
2014-04-17 15:20:28 +02:00
Michael Friedrich c7659337b7 Use legacy attribute getters in interfaces.
Fixes #6041
2014-04-17 13:50:26 +02:00
Michael Friedrich 0d59e91f7e Documentation: Update object attributes.
Fixes #6009
2014-04-17 11:59:11 +02:00
Michael Friedrich 0dedd7cf19 Add global Enable{Host,Service}Checks. Update interfaces and external commands.
Fixes #6037
Fixes #5975
2014-04-17 11:29:47 +02:00
Michael Friedrich 0c3d246dbb Update documentation for external commands.
Refs #5956
Refs #5609
2014-04-16 17:52:12 +02:00
Michael Friedrich 559a4fef67 Add group apply (creates object only once and sets membership).
Refs #5910
2014-04-15 14:55:29 +02:00
Michael Friedrich f48a6b429b Add nested group support for {Host,Service,User}Group.
Fixes #5858
2014-04-14 21:52:01 +02:00
Gunnar Beutner 0ed49d2ddc Add "apt" check command.
Refs #6002
2014-04-13 18:47:02 +02:00
Gunnar Beutner 3f2238b46c Increase default syslog log level to "warning".
Refs #4865
2014-04-12 11:53:04 +02:00
Gunnar Beutner 750603c49d Update the example config.
Refs #4865
2014-04-12 10:28:31 +02:00
Gunnar Beutner 899b9da5b4 Update ITL commands.
Refs #4865
2014-04-12 08:18:51 +02:00
Gunnar Beutner c693f7fa20 Update documentation.
Refs #5909
2014-04-11 14:57:48 +02:00
Gunnar Beutner 5a41a2c2c0 Update documentation.
Refs #5909
2014-04-11 12:40:33 +02:00
Gunnar Beutner e6667c15d3 Support shell-style comments.
Fixes #5994
2014-04-10 11:30:01 +02:00
Gunnar Beutner 606834e190 Rename the notification attributes.
Fixes #5906
2014-04-09 10:25:23 +02:00
Gunnar Beutner e24e128f65 Change the default notification interval to 30 minutes.
Refs #5909
2014-04-09 06:50:07 +02:00
Gunnar Beutner 0fdb9ea21b Implement attributes for some well-known macros and allow macro recursion.
Refs #5856
Fixes #5959
2014-04-08 13:23:24 +02:00
Gunnar Beutner 6a841e8627 Fail gracefully when pandoc and sphinx-build aren't installed.
Refs #5774
2014-04-08 10:45:56 +02:00
Gunnar Beutner 9f26878321 Fix installing htdocs files.
Refs #5774
2014-04-08 10:42:44 +02:00