Commit Graph

555 Commits

Author SHA1 Message Date
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