4363 Commits

Author SHA1 Message Date
Gunnar Beutner
7cca2d275f Fix incorrect #ifdef
refs #7454
2014-10-28 08:12:54 +01:00
Gunnar Beutner
b0179cc1fe 64-bit build fix for YAJL < 2.0
refs #7454
2014-10-28 06:33:40 +01:00
Gunnar Beutner
66fa686a6f Add YAJL to debian/copyright
refs #7452
2014-10-28 06:08:22 +01:00
Gunnar Beutner
65e2e636ea Fix compatibility with older versions of the YAJL library
refs #7454
2014-10-28 05:59:29 +01:00
Michael Friedrich
185f9b4080 Cli: Fix formatting of 'repository <type> list' command
refs #7255
2014-10-27 20:18:47 +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
034cd9c140 Cli: Don't run 'agent update-config' if there are uncommitted changes
refs #7249
2014-10-27 19:15:34 +01:00
Michael Friedrich
7e73533ad4 Cli: 'repository host remove' cleans service directory, add pending changes helper
refs #7249
fixes #7460
2014-10-27 19:13:33 +01:00
Michael Friedrich
dfd7741a1d Cli: Add implementation for 'agent update-config' command
refs #7249
2014-10-27 18:01:51 +01:00
Michael Friedrich
ad99d022ed Cli: Add 'repository commit --clear' clearing pending changes
refs #7455
2014-10-27 17:55:58 +01:00
Michael Friedrich
4554b70a97 Cli: Fix repository remove auto-complete suggestions
refs #7255
2014-10-27 15:48:52 +01:00
Michael Friedrich
44d961f119 Cli: Fix integer formatting in repository command
refs #7255
2014-10-27 15:33:36 +01:00
Gunnar Beutner
3f032692ce Implement agent settings for "agent set" and "agent list"
refs #7248
2014-10-27 15:12:19 +01:00
Michael Friedrich
c0103268e1 Cli: Better formatting for changelog output of repository commit (--simulate)
refs #7255
2014-10-27 14:53:00 +01:00
Michael Friedrich
4cf46de5ab Cli: Fix autocompletion on Debian
refs #7246
2014-10-27 14:13:55 +01:00
Michael Friedrich
d9c8252f17 Cli: Fix repository <type> list not showing objects
Still requires parsing of config objects into printable
dictionaries.

refs #7255
2014-10-27 13:01:21 +01:00
Gunnar Beutner
05d642f69d Use system-provided version of YAJL where available
fixes #7454
2014-10-27 12:42:57 +01:00
Gunnar Beutner
196bd89c7a Use OpenSSL's default algorithms for certificate signatures
fixes #7434
2014-10-27 11:32:39 +01:00
Michael Friedrich
3d86ae6750 Cli: Delete change file on repository commit
refs #7255
2014-10-27 11:02:14 +01:00
Gunnar Beutner
8ce4b3f122 Implement support for serial files
fixes #7393
2014-10-27 10:52:07 +01:00
Gunnar Beutner
8b339a6cd5 Throw saved exception in JSON decoder
refs #7452
2014-10-27 09:28:32 +01:00
Gunnar Beutner
f05ccd07f9 Build fix for GCC
refs #7452
2014-10-27 05:17:23 +01:00
Michael Friedrich
2626ee0256 Revert "DB IDO: Drop invalid schema changes from 1.x IDOUtils in #6060"
This reverts commit dd0a2ab59085cfc0d9733d438dd40caed49e5bee.
2014-10-26 20:24:41 +01:00
Gunnar Beutner
8a2afae83b Fix incorrect include path
refs #7452
2014-10-26 20:05:38 +01:00
Gunnar Beutner
7559273359 Replace cJSON with YAJL
fixes #7452
2014-10-26 20:00:35 +01:00
Michael Friedrich
dd0a2ab590 DB IDO: Drop invalid schema changes from 1.x IDOUtils in #6060 2014-10-26 19:57:16 +01:00
Michael Friedrich
56222ca90b DB IDO: Import schema fixes from 1.12.0 2014-10-26 19:46:51 +01:00
Gunnar Beutner
315c84eb4a Fix problems with the serializer when using 'type' as an attribute
fixes #7372
2014-10-25 09:14:56 +02:00
Michael Friedrich
4dc13d965e DB IDO: Change schema version to 1.12.0
refs #7391
2014-10-25 01:42:51 +02:00
Gunnar Beutner
5cb08f3ecc Fix incorrect attribute name
fixes #7446
2014-10-24 17:48:02 +02:00
Gunnar Beutner
5cefabd114 Fix formatting for "agent list"
refs #7248
2014-10-24 17:36:42 +02:00
Gunnar Beutner
61b89bc7e6 Fix output formatting for --version
refs #7245
2014-10-24 15:54:32 +02:00
Michael Friedrich
f5a209421d Cli: Change service handling in repository command
refs #7255
2014-10-24 15:49:59 +02:00
Gunnar Beutner
57de273483 Remove unused variable 2014-10-24 15:41:24 +02:00
Gunnar Beutner
80a3298b5e Implement support for running specific CLI commands as root
fixes #7380
2014-10-24 15:29:46 +02:00
Gunnar Beutner
d3c9e052e9 Fix permissions for /etc/icinga2 in the Debian package
refs #7380
2014-10-24 15:01:12 +02:00
Gunnar Beutner
0d8509cfa5 Fix: Schema upgrade files are missing in /usr/share/icinga2-ido-{mysql,pgsql}
fixes #7392
2014-10-24 14:29:55 +02:00
Gunnar Beutner
35a1930629 Create repository.d directory 2014-10-24 14:24:59 +02:00
Gunnar Beutner
3979bd87b3 Validate number of arguments
fixes #7442
2014-10-24 13:19:00 +02:00
Michael Friedrich
35c75d95b5 Cli: Parse repository arguments as 'name=...'
Require 'host_name' for service objects
Rename --template to --import

refs #7255
2014-10-24 12:42:57 +02:00
Gunnar Beutner
41266aab2f Remove obsolete scripts
refs #7248
2014-10-24 12:19:36 +02:00
Gunnar Beutner
10150c3198 Fix null pointer deref in "agent list"
refs #7248
2014-10-24 12:18:29 +02:00
Gunnar Beutner
33b2395ff0 Implement support for removing more than one agent
refs #7248
2014-10-24 12:18:24 +02:00
Gunnar Beutner
c719333b60 Make the "agent list" and "agent remove" commands work
refs #7245
2014-10-24 12:04:14 +02:00
Gunnar Beutner
489badcea8 Fix icinga2-list-agents
refs #7248
2014-10-24 11:44:11 +02:00
Gunnar Beutner
4661f2c1ea Add another missing include
refs #7433
2014-10-24 08:27:03 +02:00
Gunnar Beutner
e0c527e0e5 Add missing include
refs #7433
2014-10-24 07:45:49 +02:00
Michael Friedrich
1929e0c990 Cli: Allow to import multiple templates, drop zone argument
refs #7255
2014-10-23 20:42:56 +02:00
Michael Friedrich
27b15a5714 Cli: Add repository add --{zone,template} support for repo objects
refs #7255
2014-10-23 19:08:27 +02:00