Commit Graph

51 Commits

Author SHA1 Message Date
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
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 a7aba78185 Documentation: Remove wrong selinux description
refs #6704
2014-08-29 12:03:03 +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 c4d448efe5 Documentation: Clarify on GraphiteWriter statistics
refs #6922
2014-08-17 15:45:49 +02:00
Markus Frosch b46dbe4db4 Enhance GraphiteWriter documentation
fixes #6922
2014-08-17 11:33:18 +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 3254cea01f Documentation: Add section for implicit dependencies
fixes #6725
2014-08-04 10:47:30 +02:00
Gunnar Beutner a49a598eef Make location of the /run directory configurable
fixes #6627
2014-07-22 13:26:37 +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
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
Gunnar Beutner 5fb52a4e48 Remove superfluous quotes and commas in dictionaries
fixes #6687
2014-07-11 14:38:15 +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 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
Michael Friedrich aade27ab70 Documentation: fix ssh example 2014-06-19 15:50:11 +02:00
Michael Friedrich ef2ffd8534 Documentation: fix url formatting, dependency example 2014-06-15 23:17:16 +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 b4248123f7 Documentation: Update command definitions to use argument conditions.
Fixes #6364
2014-06-11 14:05:47 +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
Michael Friedrich 4a99f94bc3 Documentation: Rename 'using templates' to 'object inheritance using templates'.
Fixes #6384
2014-06-02 16:32:15 +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 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
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 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
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 cdfeb28855 Add troubleshooting chapter, fix addon chapter.
Fixes #5611
Fixes #6275
2014-05-23 01:01:06 +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 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 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 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
Gunnar Beutner cffe3cf57c Simplify "ignore where" condition in the example config.
Refs #5795
2014-05-18 08:59:13 +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 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 f499d936a4 Documentation: Add command arguments.
Fixes #5933
2014-05-11 13:05:32 +02:00
Michael Friedrich c465ec90b7 Documentation: Fix HostGroup assign example.
Fixes #6163
2014-05-10 15:56:51 +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 7342706eb8 Documentation: Add unique section ids.
Fixes #5586
2014-02-05 15:54:00 +01:00