]>
granicus.if.org Git - icinga2/log
Michael Friedrich [Mon, 27 Oct 2014 19:16:44 +0000 (20:16 +0100)]
Cli: Fix formatting of 'repository <type> list' command
refs #7255
Michael Friedrich [Mon, 27 Oct 2014 18:48:09 +0000 (19:48 +0100)]
Documentation: Update how to report a bug section
fixes #7428
Michael Friedrich [Mon, 27 Oct 2014 18:18:17 +0000 (19:18 +0100)]
Cli: Make sure to create & include 'repository.d'
refs #7255
Michael Friedrich [Mon, 27 Oct 2014 18:15:34 +0000 (19:15 +0100)]
Cli: Don't run 'agent update-config' if there are uncommitted changes
refs #7249
Michael Friedrich [Mon, 27 Oct 2014 18:13:33 +0000 (19:13 +0100)]
Cli: 'repository host remove' cleans service directory, add pending changes helper
refs #7249
fixes #7460
Michael Friedrich [Mon, 27 Oct 2014 16:58:39 +0000 (17:58 +0100)]
Cli: Add implementation for 'agent update-config' command
refs #7249
Michael Friedrich [Mon, 27 Oct 2014 16:55:58 +0000 (17:55 +0100)]
Cli: Add 'repository commit --clear' clearing pending changes
refs #7455
Michael Friedrich [Mon, 27 Oct 2014 14:48:52 +0000 (15:48 +0100)]
Cli: Fix repository remove auto-complete suggestions
refs #7255
Michael Friedrich [Mon, 27 Oct 2014 14:33:36 +0000 (15:33 +0100)]
Cli: Fix integer formatting in repository command
refs #7255
Gunnar Beutner [Mon, 27 Oct 2014 14:12:19 +0000 (15:12 +0100)]
Implement agent settings for "agent set" and "agent list"
refs #7248
Michael Friedrich [Mon, 27 Oct 2014 13:53:00 +0000 (14:53 +0100)]
Cli: Better formatting for changelog output of repository commit (--simulate)
refs #7255
Michael Friedrich [Mon, 27 Oct 2014 13:13:55 +0000 (14:13 +0100)]
Cli: Fix autocompletion on Debian
refs #7246
Michael Friedrich [Mon, 27 Oct 2014 12:01:21 +0000 (13:01 +0100)]
Cli: Fix repository <type> list not showing objects
Still requires parsing of config objects into printable
dictionaries.
refs #7255
Gunnar Beutner [Mon, 27 Oct 2014 11:42:57 +0000 (12:42 +0100)]
Use system-provided version of YAJL where available
fixes #7454
Gunnar Beutner [Mon, 27 Oct 2014 10:32:39 +0000 (11:32 +0100)]
Use OpenSSL's default algorithms for certificate signatures
fixes #7434
Michael Friedrich [Mon, 27 Oct 2014 10:02:14 +0000 (11:02 +0100)]
Cli: Delete change file on repository commit
refs #7255
Gunnar Beutner [Mon, 27 Oct 2014 09:52:07 +0000 (10:52 +0100)]
Implement support for serial files
fixes #7393
Gunnar Beutner [Mon, 27 Oct 2014 08:28:32 +0000 (09:28 +0100)]
Throw saved exception in JSON decoder
refs #7452
Gunnar Beutner [Mon, 27 Oct 2014 04:16:58 +0000 (05:16 +0100)]
Build fix for GCC
refs #7452
Michael Friedrich [Sun, 26 Oct 2014 19:22:01 +0000 (20:22 +0100)]
Revert "DB IDO: Drop invalid schema changes from 1.x IDOUtils in #6060"
This reverts commit
dd0a2ab59085cfc0d9733d438dd40caed49e5bee.
Gunnar Beutner [Sun, 26 Oct 2014 19:05:38 +0000 (20:05 +0100)]
Fix incorrect include path
refs #7452
Gunnar Beutner [Sun, 26 Oct 2014 18:59:49 +0000 (19:59 +0100)]
Replace cJSON with YAJL
fixes #7452
Michael Friedrich [Sun, 26 Oct 2014 18:57:16 +0000 (19:57 +0100)]
DB IDO: Drop invalid schema changes from 1.x IDOUtils in #6060
Michael Friedrich [Sun, 26 Oct 2014 18:46:51 +0000 (19:46 +0100)]
DB IDO: Import schema fixes from 1.12.0
Gunnar Beutner [Sat, 25 Oct 2014 07:14:56 +0000 (09:14 +0200)]
Fix problems with the serializer when using 'type' as an attribute
fixes #7372
Michael Friedrich [Fri, 24 Oct 2014 23:42:51 +0000 (01:42 +0200)]
DB IDO: Change schema version to 1.12.0
refs #7391
Gunnar Beutner [Fri, 24 Oct 2014 15:48:02 +0000 (17:48 +0200)]
Fix incorrect attribute name
fixes #7446
Gunnar Beutner [Fri, 24 Oct 2014 15:36:42 +0000 (17:36 +0200)]
Fix formatting for "agent list"
refs #7248
Gunnar Beutner [Fri, 24 Oct 2014 13:54:11 +0000 (15:54 +0200)]
Fix output formatting for --version
refs #7245
Michael Friedrich [Fri, 24 Oct 2014 13:27:20 +0000 (15:27 +0200)]
Cli: Change service handling in repository command
refs #7255
Gunnar Beutner [Fri, 24 Oct 2014 13:41:24 +0000 (15:41 +0200)]
Remove unused variable
Gunnar Beutner [Fri, 24 Oct 2014 13:29:46 +0000 (15:29 +0200)]
Implement support for running specific CLI commands as root
fixes #7380
Gunnar Beutner [Fri, 24 Oct 2014 13:01:12 +0000 (15:01 +0200)]
Fix permissions for /etc/icinga2 in the Debian package
refs #7380
Gunnar Beutner [Fri, 24 Oct 2014 12:29:55 +0000 (14:29 +0200)]
Fix: Schema upgrade files are missing in /usr/share/icinga2-ido-{mysql,pgsql}
fixes #7392
Gunnar Beutner [Fri, 24 Oct 2014 12:24:59 +0000 (14:24 +0200)]
Create repository.d directory
Gunnar Beutner [Fri, 24 Oct 2014 11:15:21 +0000 (13:15 +0200)]
Validate number of arguments
fixes #7442
Michael Friedrich [Fri, 24 Oct 2014 10:42:57 +0000 (12:42 +0200)]
Cli: Parse repository arguments as 'name=...'
Require 'host_name' for service objects
Rename --template to --import
refs #7255
Gunnar Beutner [Fri, 24 Oct 2014 10:17:53 +0000 (12:17 +0200)]
Remove obsolete scripts
refs #7248
Gunnar Beutner [Fri, 24 Oct 2014 10:16:36 +0000 (12:16 +0200)]
Fix null pointer deref in "agent list"
refs #7248
Gunnar Beutner [Fri, 24 Oct 2014 10:16:14 +0000 (12:16 +0200)]
Implement support for removing more than one agent
refs #7248
Gunnar Beutner [Fri, 24 Oct 2014 10:04:14 +0000 (12:04 +0200)]
Make the "agent list" and "agent remove" commands work
refs #7245
Gunnar Beutner [Fri, 24 Oct 2014 09:44:11 +0000 (11:44 +0200)]
Fix icinga2-list-agents
refs #7248
Gunnar Beutner [Fri, 24 Oct 2014 06:27:03 +0000 (08:27 +0200)]
Add another missing include
refs #7433
Gunnar Beutner [Fri, 24 Oct 2014 05:45:01 +0000 (07:45 +0200)]
Add missing include
refs #7433
Michael Friedrich [Thu, 23 Oct 2014 18:42:56 +0000 (20:42 +0200)]
Cli: Allow to import multiple templates, drop zone argument
refs #7255
Michael Friedrich [Thu, 23 Oct 2014 17:06:02 +0000 (19:06 +0200)]
Cli: Add repository add --{zone,template} support for repo objects
refs #7255
Gunnar Beutner [Thu, 23 Oct 2014 17:07:14 +0000 (19:07 +0200)]
Build fix for Windows and RHEL 5
fixes #7433
Gunnar Beutner [Thu, 23 Oct 2014 17:01:47 +0000 (19:01 +0200)]
Remove unnecessary initializers
refs #7247
Michael Friedrich [Thu, 23 Oct 2014 16:20:39 +0000 (18:20 +0200)]
Fix unity build
fixes #7433
Michael Friedrich [Thu, 23 Oct 2014 14:07:48 +0000 (16:07 +0200)]
Cli: Catch ssl errors in pki request command
fixes #7426
Gunnar Beutner [Thu, 23 Oct 2014 13:05:12 +0000 (15:05 +0200)]
Update the constants.conf file for "agent setup"
refs #7423
Michael Friedrich [Mon, 20 Oct 2014 16:37:19 +0000 (18:37 +0200)]
CLI: Add basic repository <type> <command> & commit functionality
Still work in progress
refs #7255
Gunnar Beutner [Thu, 23 Oct 2014 02:38:54 +0000 (04:38 +0200)]
Remove unused code
refs #7423
Gunnar Beutner [Thu, 23 Oct 2014 02:23:22 +0000 (04:23 +0200)]
Make "agent setup" ask the user for the endpoint names
refs #7423
Gunnar Beutner [Thu, 23 Oct 2014 01:35:01 +0000 (03:35 +0200)]
Clean up the "agent setup" command a bit
refs #7423
Gunnar Beutner [Wed, 22 Oct 2014 20:02:31 +0000 (22:02 +0200)]
Create missing directory
refs #7241
Gunnar Beutner [Wed, 22 Oct 2014 19:49:41 +0000 (21:49 +0200)]
Fix certificate requests for "agent setup"
refs #7423
Gunnar Beutner [Wed, 22 Oct 2014 19:15:29 +0000 (21:15 +0200)]
Change architecture of the Wizard project back to x86
Gunnar Beutner [Wed, 22 Oct 2014 19:08:28 +0000 (21:08 +0200)]
Revert "Rename .csproj platform to match CMake targets"
This reverts commit
977ef99abb96771b55171ce1990163acb28adb9f.
Conflicts:
agent/windows-setup-agent/Icinga2SetupAgent.csproj
Michael Friedrich [Wed, 22 Oct 2014 17:27:21 +0000 (19:27 +0200)]
Cli: Fix setup agent --master and use Utility::FileCopy()
refs #7423
Michael Friedrich [Wed, 22 Oct 2014 17:26:31 +0000 (19:26 +0200)]
Cli: Update agent wizard todos
refs #7248
Michael Friedrich [Wed, 22 Oct 2014 17:25:29 +0000 (19:25 +0200)]
Add Utility::CopyFile()
refs #7423
Michael Friedrich [Wed, 22 Oct 2014 13:36:39 +0000 (15:36 +0200)]
Rename PKI arguments
fixes #7427
Michael Friedrich [Wed, 22 Oct 2014 13:29:54 +0000 (15:29 +0200)]
Cli: Refactor agent setup config creation and file verification
refs #7423
Michael Friedrich [Wed, 22 Oct 2014 12:03:39 +0000 (14:03 +0200)]
Cli: Fix some comments
Michael Friedrich [Tue, 21 Oct 2014 19:33:21 +0000 (21:33 +0200)]
Cli: Add basic setup agent calls (unfinished)
refs #7423
Gunnar Beutner [Wed, 22 Oct 2014 08:05:45 +0000 (10:05 +0200)]
Explicitly set platform name for the Windows Wizard project
refs #7241
Gunnar Beutner [Wed, 22 Oct 2014 07:38:09 +0000 (09:38 +0200)]
Rename .csproj platform to match CMake targets
refs #7241
Gunnar Beutner [Wed, 22 Oct 2014 07:34:39 +0000 (09:34 +0200)]
Add missing files
Gunnar Beutner [Wed, 22 Oct 2014 07:34:09 +0000 (09:34 +0200)]
Use the "agent setup" CLI command in the Windows wizard
fixes #7241
Gunnar Beutner [Wed, 22 Oct 2014 06:16:56 +0000 (08:16 +0200)]
Fix auto-completion for ambiguous commands
fixes #7404
Gunnar Beutner [Wed, 22 Oct 2014 06:06:06 +0000 (08:06 +0200)]
Clean up code a bit
Michael Friedrich [Tue, 21 Oct 2014 16:35:43 +0000 (18:35 +0200)]
Cli: Refactor feature {enable,disable,list} code
Required for agent setup.
refs #7423
Michael Friedrich [Tue, 21 Oct 2014 16:24:35 +0000 (18:24 +0200)]
Cli: Add basic skeleton for agent setup
refs #7423
Michael Friedrich [Tue, 21 Oct 2014 16:13:08 +0000 (18:13 +0200)]
Cli: Implement Pki Get*Path() helpers
refs #7423
Michael Friedrich [Tue, 21 Oct 2014 16:12:17 +0000 (18:12 +0200)]
Cli: Implement GetFeature*Path() helpers
refs #7423
Michael Friedrich [Tue, 21 Oct 2014 14:04:20 +0000 (16:04 +0200)]
CLI: Add agent setup command
refs #7423
Gunnar Beutner [Tue, 21 Oct 2014 14:07:22 +0000 (16:07 +0200)]
Update the Windows agent wizard
refs #7241
Michael Friedrich [Tue, 21 Oct 2014 11:54:25 +0000 (13:54 +0200)]
Cli: Move pki command funactionality into PkiUtility class
Preparing for usage in setup agent cli command.
refs #7423
Michael Friedrich [Tue, 21 Oct 2014 12:23:47 +0000 (14:23 +0200)]
Build fix
Gunnar Beutner [Tue, 21 Oct 2014 11:54:56 +0000 (13:54 +0200)]
Build fix
Michael Friedrich [Sat, 18 Oct 2014 19:06:28 +0000 (21:06 +0200)]
CLI: Add basic agent command functionality (add, remove)
Prepare for set, setup, wizard, *list.
Change repository files to .repo, rename .peer to .settings
refs #7248
refs #7255
Gunnar Beutner [Tue, 21 Oct 2014 09:44:21 +0000 (11:44 +0200)]
Implement "pki save-cert" command
fixes #7422
Gunnar Beutner [Mon, 20 Oct 2014 19:43:50 +0000 (21:43 +0200)]
Add another missing new-line
refs #7370
Gunnar Beutner [Mon, 20 Oct 2014 19:41:04 +0000 (21:41 +0200)]
Remove {DAEMON,ICINGA2}_USER and {DAEMON,ICINGA2}_GROUP variables
refs #7370
Gunnar Beutner [Mon, 20 Oct 2014 19:20:02 +0000 (21:20 +0200)]
Add missing new-line after output
refs #7370
Gunnar Beutner [Mon, 20 Oct 2014 19:16:06 +0000 (21:16 +0200)]
Add missing file
refs #7370
Gunnar Beutner [Mon, 20 Oct 2014 19:14:00 +0000 (21:14 +0200)]
Implement the "variable" CLI command
fixes #7370
Gunnar Beutner [Mon, 20 Oct 2014 18:19:01 +0000 (20:19 +0200)]
Implement "feature disable" for Windows
fixes #7418
Gunnar Beutner [Mon, 20 Oct 2014 18:04:26 +0000 (20:04 +0200)]
Build fix for Windows
Gunnar Beutner [Mon, 20 Oct 2014 12:31:39 +0000 (14:31 +0200)]
Add alias for --help
fixes #7421
Gunnar Beutner [Mon, 20 Oct 2014 12:22:02 +0000 (14:22 +0200)]
Remove "available features" list from "feature list"
fixes #7420
Gunnar Beutner [Mon, 20 Oct 2014 12:13:57 +0000 (14:13 +0200)]
Improve --help formatting
refs #7246
Gunnar Beutner [Mon, 20 Oct 2014 11:58:21 +0000 (13:58 +0200)]
Move clicommand.{cpp,hpp} to lib/cli
refs #7246
Gunnar Beutner [Mon, 20 Oct 2014 11:16:22 +0000 (13:16 +0200)]
Improve error messages for CLI commands
fixes #7395
Gunnar Beutner [Mon, 20 Oct 2014 11:15:37 +0000 (13:15 +0200)]
Make warning and critical log messages bold on terminals
Gunnar Beutner [Mon, 20 Oct 2014 08:09:57 +0000 (10:09 +0200)]
Update some more log messages
Gunnar Beutner [Sun, 19 Oct 2014 16:01:09 +0000 (18:01 +0200)]
Remove unnecessary prototype for Log()
Gunnar Beutner [Sun, 19 Oct 2014 15:52:17 +0000 (17:52 +0200)]
Refactor logging code
Gunnar Beutner [Sun, 19 Oct 2014 12:48:19 +0000 (14:48 +0200)]
Rename qstring.{cpp,hpp} to string.{cpp,hpp}