Commit Graph

588 Commits

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