Commit Graph

4224 Commits

Author SHA1 Message Date
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 a895a6236a Fix systemd unit file
refs #7246
2014-10-16 12:08:21 +02:00
Gunnar Beutner fd6fe82606 Fix unauthenticated TLS connections
refs #7244
2014-10-16 09:58:01 +02:00
Gunnar Beutner 311cce5d41 Allow TLS connections with unverified certificates
refs #7244
2014-10-16 09:01:18 +02:00
Gunnar Beutner 408939c9fb Fix formatting for non-string values in arrays
fixes #7388
2014-10-15 18:41:52 +02:00
Gunnar Beutner f92282ae0e Allow using --name to match against internal names (__name)
refs #7251
2014-10-15 18:34:00 +02:00
Gunnar Beutner 575a9eb849 Implement error handling for the "pki sign-csr" command
refs #7247
2014-10-15 18:23:49 +02:00
Michael Friedrich 4374ddcf2c Documentation: Update changes
refs #7387
2014-10-15 17:42:25 +02:00
Michael Friedrich 5c4f099c82 Fix missing const references
refs #7251
2014-10-15 17:10:25 +02:00
Michael Friedrich 7a56f3c1c5 CLI: Add --count to 'object list' and hide counts by default
refs #7251
2014-10-15 16:43:10 +02:00
Gunnar Beutner c1b92756b5 Implement the "pki sign-csr" command
refs #7274
2014-10-15 16:01:15 +02:00
Gunnar Beutner 425dbba35b Remove icinga2-list-objects
refs #7251
2014-10-15 15:06:52 +02:00
Michael Friedrich db3abacde0 CLI: Update docs for 'icinga2 object list'
refs #7356
2014-10-15 14:33:55 +02:00
Michael Friedrich 32feea8d7f CLI: Fix object name in 'object list'
refs #7251
2014-10-15 14:33:55 +02:00
Michael Friedrich 153693d284 CLI: Add filter by name or type to 'object list'
fixes #7199
2014-10-15 14:33:55 +02:00
Michael Friedrich f94abac18f CLI: Add object command (list)
fixes #7251
2014-10-15 14:33:55 +02:00
Gunnar Beutner 65579942ad Fix another problem with auto-completing arguments
refs #7378
2014-10-15 09:41:54 +02:00
Gunnar Beutner ce6f7ace89 Replace spaces with tabs
refs #7250
2014-10-15 08:48:01 +02:00
Gunnar Beutner 39116e4906 Implement Windows support for "feature enable"
fixes #7377
2014-10-15 08:43:20 +02:00
Gunnar Beutner 14d8366d05 Fix incorrect auto-completion suggestions
fixes #7378
2014-10-15 08:32:46 +02:00
Michael Friedrich 445376833c spec: add missing init.conf 2014-10-14 20:45:53 +02:00
Michael Friedrich 648f47f931 Fix package builds after removal of icinga2-{en,dis}able-feature scripts
refs #7250
2014-10-14 20:25:53 +02:00
Michael Friedrich 9df1b6bc1c CLI: Make sure that en/disable errors are marked as such
fixes #7379
2014-10-14 19:41:32 +02:00
Gunnar Beutner d7d6d6096f Remove icinga2-enable-feature and icinga2-disable-feature
refs #7250
2014-10-14 18:35:52 +02:00
Gunnar Beutner 533ec940b8 Remove superfluous config directive
refs #7246
2014-10-14 17:45:48 +02:00
Gunnar Beutner 96eb2544c3 Call setuid()/setgid() after parsing arguments
refs #7375
2014-10-14 17:03:14 +02:00
Gunnar Beutner 2a60ce8625 Improve auto-completion for arguments
fixes #7375
2014-10-14 16:45:00 +02:00
Michael Friedrich d9f5409e8b CLI framework: Change unrecognized into positional options
refs #7371
2014-10-14 14:27:37 +02:00
Michael Friedrich 92454ca520 CLI: Add feature command (list, enable, disable)
fixes #7250
2014-10-14 13:27:30 +02:00
Michael Friedrich 3513d1f2f9 CLI framework: Add support for unrecognized parameters
Required for feature enable command for example.

fixes #7371
2014-10-13 18:07:52 +02:00
Gunnar Beutner 15bd96aa9a Remove --user and --group
refs #7246
2014-10-13 16:07:04 +02:00
Gunnar Beutner 43bb5127ac Fix incorrect log message 2014-10-13 14:00:28 +02:00
Gunnar Beutner fab9d7eedf Set CA flag for new CA certificates
refs #7247
2014-10-13 13:58:18 +02:00
Gunnar Beutner a01fb6d6e6 Make sure we're using the right user/group for CLI commands
refs #7246
2014-10-13 13:44:45 +02:00
Gunnar Beutner acc9393c8a Fix paths in the Debian package files 2014-10-13 12:45:04 +02:00
Gunnar Beutner 4ba3d74c0e Implement the "pki new-csr" command
refs #7247
2014-10-13 12:34:31 +02:00
Gunnar Beutner 98eb771b1d Move all libraries into the lib/ directory 2014-10-13 09:51:49 +02:00
Gunnar Beutner 14ac7dd974 Replace spaces with tabs 2014-10-13 09:47:05 +02:00
Gunnar Beutner 989125cc39 Make sure that names for Graphite metrics are properly escaped
refs #7334
2014-10-12 13:30:39 +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
Michael Friedrich 56327f8e35 Dependencies: Fix disable_notifications = true as default setting
fixes #7257
2014-10-11 19:33:03 +02:00
Michael Friedrich 38b994d9cd Plugin Check Commands: Fix wrong set_if in http command
refs #7302
2014-10-11 19:30:53 +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
Zoltan Nagy 1110f925ee Fix reading perfdata in compat/checkresultreader
fixes #7369

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
2014-10-11 18:45:55 +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 61ca24ab8a GraphiteWriter: Add crit/warn/min/max perfdata values
fixes #7366
2014-10-11 17:02:38 +02:00
Michael Friedrich 51589d82b5 GraphiteWriter: Add downtime depth as additional metric
fixes #6946
2014-10-11 17:01:52 +02:00