]> granicus.if.org Git - icinga2/log
icinga2
10 years agoUse legacy attribute getters in interfaces.
Michael Friedrich [Thu, 17 Apr 2014 11:49:45 +0000 (13:49 +0200)]
Use legacy attribute getters in interfaces.

Fixes #6041

10 years agoRun the Windows Service as NT AUTHORITY\NetworkService.
Gunnar Beutner [Thu, 17 Apr 2014 11:46:21 +0000 (13:46 +0200)]
Run the Windows Service as NT AUTHORITY\NetworkService.

Refs #4865

10 years agoDocumentation: Update object attributes.
Michael Friedrich [Thu, 17 Apr 2014 09:59:11 +0000 (11:59 +0200)]
Documentation: Update object attributes.

Fixes #6009

10 years agoAdd global Enable{Host,Service}Checks. Update interfaces and external commands.
Michael Friedrich [Thu, 17 Apr 2014 09:29:47 +0000 (11:29 +0200)]
Add global Enable{Host,Service}Checks. Update interfaces and external commands.

Fixes #6037
Fixes #5975

10 years agoRevert "Use full Git version tag for the MSI package."
Gunnar Beutner [Wed, 16 Apr 2014 18:26:02 +0000 (20:26 +0200)]
Revert "Use full Git version tag for the MSI package."

This reverts commit 03750951c2572ee0f48e0b622c1a0e1762509821.

10 years agoAdd icon for the Windows installer.
Gunnar Beutner [Wed, 16 Apr 2014 17:54:18 +0000 (19:54 +0200)]
Add icon for the Windows installer.

Refs #4865

10 years agoAdd icon and version info resource for the Icinga binary.
Gunnar Beutner [Wed, 16 Apr 2014 17:04:57 +0000 (19:04 +0200)]
Add icon and version info resource for the Icinga binary.

Refs #4865

10 years agoMerge branch 'feature/cv-mod-attr-5956' into next
Michael Friedrich [Wed, 16 Apr 2014 15:53:47 +0000 (17:53 +0200)]
Merge branch 'feature/cv-mod-attr-5956' into next

Fixes #5956
Fixes #5962
Fixes #5609

10 years agoFix custom var override.
Michael Friedrich [Wed, 16 Apr 2014 15:48:33 +0000 (17:48 +0200)]
Fix custom var override.

Refs #5956
Refs #5962

10 years agoUpdate documentation for external commands.
Michael Friedrich [Wed, 16 Apr 2014 14:47:25 +0000 (16:47 +0200)]
Update documentation for external commands.

Refs #5956
Refs #5609

10 years agoAdd modified attributes for vars dictionary.
Michael Friedrich [Tue, 15 Apr 2014 15:33:56 +0000 (17:33 +0200)]
Add modified attributes for vars dictionary.

- new external commands
- raw values for 'vars'
- OnVarsChanged() signal for db_ido customvariablestatus updates
- refactor db_ido customvariable config updates

Refs #5956
Refs #5962

10 years agoGNU C++ pthread compiler option for AIX.
Carlos Cesario [Wed, 16 Apr 2014 13:08:47 +0000 (10:08 -0300)]
GNU C++ pthread compiler option for AIX.

Ref. https://www.ibm.com/developerworks/aix/library/au-gnu.html

Fixes #5999

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoBuild fix.
Gunnar Beutner [Wed, 16 Apr 2014 13:05:50 +0000 (15:05 +0200)]
Build fix.

Refs #4865

10 years agoUse full Git version tag for the MSI package.
Gunnar Beutner [Wed, 16 Apr 2014 13:01:53 +0000 (15:01 +0200)]
Use full Git version tag for the MSI package.

Refs #4865

10 years agoAdd missing ::Stop calls.
Gunnar Beutner [Wed, 16 Apr 2014 13:01:31 +0000 (15:01 +0200)]
Add missing ::Stop calls.

Refs #4865

10 years agoAllow running Icinga 2 as a Windows service.
Gunnar Beutner [Wed, 16 Apr 2014 13:01:15 +0000 (15:01 +0200)]
Allow running Icinga 2 as a Windows service.

Refs #4865

10 years agoBuild fix for Windows.
Gunnar Beutner [Wed, 16 Apr 2014 09:13:55 +0000 (11:13 +0200)]
Build fix for Windows.

10 years agoImplement CLR-based checks.
Gunnar Beutner [Wed, 16 Apr 2014 08:39:13 +0000 (10:39 +0200)]
Implement CLR-based checks.

10 years agoFix failed agent checks after restarts.
Gunnar Beutner [Tue, 15 Apr 2014 13:56:41 +0000 (15:56 +0200)]
Fix failed agent checks after restarts.

Refs #4865

10 years agoFix copyright.
Michael Friedrich [Tue, 15 Apr 2014 13:03:56 +0000 (15:03 +0200)]
Fix copyright.

10 years agoFix icinga2-list-agents.
Gunnar Beutner [Tue, 15 Apr 2014 13:03:30 +0000 (15:03 +0200)]
Fix icinga2-list-agents.

Refs #6008

10 years agoAdd group apply (creates object only once and sets membership).
Michael Friedrich [Tue, 15 Apr 2014 11:45:44 +0000 (13:45 +0200)]
Add group apply (creates object only once and sets membership).

Refs #5910

10 years agoFix incorrect variable name in the auto-discovery script.
Gunnar Beutner [Tue, 15 Apr 2014 12:33:19 +0000 (14:33 +0200)]
Fix incorrect variable name in the auto-discovery script.

Refs #6008

10 years agoImplement support for hosts in the agent component.
Gunnar Beutner [Tue, 15 Apr 2014 11:11:14 +0000 (13:11 +0200)]
Implement support for hosts in the agent component.

Refs #4865

10 years agoFix JSON output for non-finite numbers.
Gunnar Beutner [Tue, 15 Apr 2014 10:21:40 +0000 (12:21 +0200)]
Fix JSON output for non-finite numbers.

Fixes #6015

10 years agoAdd nested group support for {Host,Service,User}Group.
Michael Friedrich [Mon, 14 Apr 2014 18:59:41 +0000 (20:59 +0200)]
Add nested group support for {Host,Service,User}Group.

Fixes #5858

10 years agoCompat: Only dump host address{,6}, alias if set.
Michael Friedrich [Mon, 14 Apr 2014 19:49:39 +0000 (21:49 +0200)]
Compat: Only dump host address{,6}, alias if set.

Fixes #6013

10 years agoBuild fix for Windows.
Gunnar Beutner [Mon, 14 Apr 2014 07:50:54 +0000 (09:50 +0200)]
Build fix for Windows.

Refs #6008

10 years agoUpdate the INSTALL file.
Gunnar Beutner [Mon, 14 Apr 2014 07:44:35 +0000 (09:44 +0200)]
Update the INSTALL file.

Refs #5817

10 years agoFix another exception issue with FreeBSD.
Gunnar Beutner [Mon, 14 Apr 2014 01:02:33 +0000 (03:02 +0200)]
Fix another exception issue with FreeBSD.

Refs #6008

10 years agoFix infinite loop when user/group for -u/-g are invalid.
Gunnar Beutner [Sun, 13 Apr 2014 21:35:42 +0000 (23:35 +0200)]
Fix infinite loop when user/group for -u/-g are invalid.

Fixes #6008

10 years agoFix db_ido queries.
Gunnar Beutner [Sun, 13 Apr 2014 18:22:25 +0000 (20:22 +0200)]
Fix db_ido queries.

Fixes #6007

10 years agoFix the .bundle validation.
Gunnar Beutner [Sun, 13 Apr 2014 17:24:22 +0000 (19:24 +0200)]
Fix the .bundle validation.

Refs #6002

10 years agoMake the PKI scripts work with /bin/sh.
Gunnar Beutner [Sun, 13 Apr 2014 17:22:14 +0000 (19:22 +0200)]
Make the PKI scripts work with /bin/sh.

Refs #6002

10 years agoAdd missing files in the spec file.
Gunnar Beutner [Sun, 13 Apr 2014 16:54:17 +0000 (18:54 +0200)]
Add missing files in the spec file.

Refs #6002

10 years agoAdd "apt" check command.
Gunnar Beutner [Sun, 13 Apr 2014 16:47:02 +0000 (18:47 +0200)]
Add "apt" check command.

Refs #6002

10 years agoAdd apt.conf for the Debian package.
Gunnar Beutner [Sun, 13 Apr 2014 15:51:24 +0000 (17:51 +0200)]
Add apt.conf for the Debian package.

Refs #6002

10 years agoAdd missing files.
Gunnar Beutner [Sun, 13 Apr 2014 15:35:07 +0000 (17:35 +0200)]
Add missing files.

Refs #6002

10 years agoSplit localhost config into several files.
Gunnar Beutner [Sun, 13 Apr 2014 15:32:38 +0000 (17:32 +0200)]
Split localhost config into several files.

Refs #6002

10 years agoUse /bin/sh instead of bash.
Gunnar Beutner [Sun, 13 Apr 2014 15:15:55 +0000 (17:15 +0200)]
Use /bin/sh instead of bash.

Refs #6002

10 years agoDon't disable notifications on master instances.
Gunnar Beutner [Sun, 13 Apr 2014 11:49:38 +0000 (13:49 +0200)]
Don't disable notifications on master instances.

Refs #6002

10 years agoDon't ask for upstream host/port for master instances.
Gunnar Beutner [Sun, 13 Apr 2014 11:48:51 +0000 (13:48 +0200)]
Don't ask for upstream host/port for master instances.

Refs #6002

10 years agoValidate agent bundle files.
Gunnar Beutner [Sun, 13 Apr 2014 10:44:18 +0000 (12:44 +0200)]
Validate agent bundle files.

Refs #6002

10 years agoFix auto-discovery info files.
Gunnar Beutner [Sun, 13 Apr 2014 10:41:34 +0000 (12:41 +0200)]
Fix auto-discovery info files.

Refs #6002

10 years agoFix incorrect attribute name.
Gunnar Beutner [Sun, 13 Apr 2014 09:16:15 +0000 (11:16 +0200)]
Fix incorrect attribute name.

Refs #6002

10 years agoMake sure that icinga2-forget-agent removes the .peer file.
Gunnar Beutner [Sun, 13 Apr 2014 09:11:55 +0000 (11:11 +0200)]
Make sure that icinga2-forget-agent removes the .peer file.

Refs #6002

10 years agoImplement --batch parameter for icinga2-list-agents.
Gunnar Beutner [Sun, 13 Apr 2014 09:10:17 +0000 (11:10 +0200)]
Implement --batch parameter for icinga2-list-agents.

Refs #6002

10 years agoUpdate directories for the Debian package.
Gunnar Beutner [Sun, 13 Apr 2014 08:00:00 +0000 (10:00 +0200)]
Update directories for the Debian package.

Refs #6002

10 years agoWrite peer info to the agent inventory.
Gunnar Beutner [Sun, 13 Apr 2014 07:45:14 +0000 (09:45 +0200)]
Write peer info to the agent inventory.

Refs #6002

10 years agoImplement support for auto-discovering services for passive agents.
Gunnar Beutner [Sun, 13 Apr 2014 07:22:27 +0000 (09:22 +0200)]
Implement support for auto-discovering services for passive agents.

Fixes #6002

10 years agoFix the setup script.
Gunnar Beutner [Sun, 13 Apr 2014 01:06:22 +0000 (03:06 +0200)]
Fix the setup script.

Refs #4865

10 years agoMake the agent setup scripts more user-friendly.
Gunnar Beutner [Sat, 12 Apr 2014 23:59:25 +0000 (01:59 +0200)]
Make the agent setup scripts more user-friendly.

Refs #4865

10 years agoRemove the SNMP auto-discovery scripts.
Gunnar Beutner [Sat, 12 Apr 2014 23:20:51 +0000 (01:20 +0200)]
Remove the SNMP auto-discovery scripts.

Refs #4865

10 years agoFix the spec file.
Gunnar Beutner [Sat, 12 Apr 2014 20:47:36 +0000 (22:47 +0200)]
Fix the spec file.

Refs #4865

10 years agoFix commonName check in the auto-discovery script.
Gunnar Beutner [Sat, 12 Apr 2014 20:46:56 +0000 (22:46 +0200)]
Fix commonName check in the auto-discovery script.

Refs #4865

10 years agoSet OpenSSL locking callback.
Gunnar Beutner [Sat, 12 Apr 2014 19:22:59 +0000 (21:22 +0200)]
Set OpenSSL locking callback.

Refs #4865

10 years agoMake sure that the auto-discovery script gets installed.
Gunnar Beutner [Sat, 12 Apr 2014 18:20:00 +0000 (20:20 +0200)]
Make sure that the auto-discovery script gets installed.

Refs #4865

10 years agoUse sysconfdir for the agent certificate paths.
Gunnar Beutner [Sat, 12 Apr 2014 17:42:28 +0000 (19:42 +0200)]
Use sysconfdir for the agent certificate paths.

Refs #4865

10 years agoAdd auto-discovery script for the agent.
Gunnar Beutner [Sat, 12 Apr 2014 17:34:01 +0000 (19:34 +0200)]
Add auto-discovery script for the agent.

Refs #4865

10 years agoFix race condition in AgentListener::NewClientHandler.
Gunnar Beutner [Sat, 12 Apr 2014 11:09:25 +0000 (13:09 +0200)]
Fix race condition in AgentListener::NewClientHandler.

Refs #4865

10 years agoUpdate the upstream_name attribute in the setup script.
Gunnar Beutner [Sat, 12 Apr 2014 10:56:35 +0000 (12:56 +0200)]
Update the upstream_name attribute in the setup script.

Refs #4865

10 years agoFix the spec file.
Gunnar Beutner [Sat, 12 Apr 2014 10:08:22 +0000 (12:08 +0200)]
Fix the spec file.

Refs #4865

10 years agoDisable notification feature for agent instances.
Gunnar Beutner [Sat, 12 Apr 2014 09:55:10 +0000 (11:55 +0200)]
Disable notification feature for agent instances.

Refs #4865

10 years agoIncrease default syslog log level to "warning".
Gunnar Beutner [Sat, 12 Apr 2014 09:53:04 +0000 (11:53 +0200)]
Increase default syslog log level to "warning".

Refs #4865

10 years agoUpdate agent setup scripts.
Gunnar Beutner [Sat, 12 Apr 2014 09:51:18 +0000 (11:51 +0200)]
Update agent setup scripts.

Refs #4865

10 years agoAdd setup scripts for the agent.
Gunnar Beutner [Sat, 12 Apr 2014 09:35:18 +0000 (11:35 +0200)]
Add setup scripts for the agent.

Refs #4865

10 years agoUpdate the example config.
Gunnar Beutner [Sat, 12 Apr 2014 08:26:16 +0000 (10:26 +0200)]
Update the example config.

Refs #4865

10 years agoAdd missing file.
Gunnar Beutner [Sat, 12 Apr 2014 07:25:04 +0000 (09:25 +0200)]
Add missing file.

Refs #4865

10 years agoUpdate "swap" check command.
Gunnar Beutner [Sat, 12 Apr 2014 06:56:26 +0000 (08:56 +0200)]
Update "swap" check command.

Refs #4865

10 years agoUpdate example config.
Gunnar Beutner [Sat, 12 Apr 2014 06:54:09 +0000 (08:54 +0200)]
Update example config.

Refs #4865

10 years agoInstall missing file.
Gunnar Beutner [Sat, 12 Apr 2014 06:53:09 +0000 (08:53 +0200)]
Install missing file.

Refs #4865

10 years agoUpdate ITL commands.
Gunnar Beutner [Sat, 12 Apr 2014 06:18:38 +0000 (08:18 +0200)]
Update ITL commands.

Refs #4865

10 years agoFix file descriptors not getting closed properly
Gunnar Beutner [Sat, 12 Apr 2014 06:16:57 +0000 (08:16 +0200)]
Fix file descriptors not getting closed properly

Refs #4865

10 years agoImplement support for agent-based checks.
Gunnar Beutner [Sat, 12 Apr 2014 02:21:09 +0000 (04:21 +0200)]
Implement support for agent-based checks.

Refs #4865

10 years agoFix external commands which take no arguments.
Gunnar Beutner [Fri, 11 Apr 2014 13:47:26 +0000 (15:47 +0200)]
Fix external commands which take no arguments.

Fixes #5998

10 years agoUpdate documentation.
Gunnar Beutner [Fri, 11 Apr 2014 12:57:48 +0000 (14:57 +0200)]
Update documentation.

Refs #5909

10 years agoMake sure the scheduling offset is set properly for hosts.
Gunnar Beutner [Fri, 11 Apr 2014 12:57:16 +0000 (14:57 +0200)]
Make sure the scheduling offset is set properly for hosts.

Refs #5909

10 years agoAllow trailing comma in arrays.
Gunnar Beutner [Fri, 11 Apr 2014 11:51:14 +0000 (13:51 +0200)]
Allow trailing comma in arrays.

Fixes #5928

10 years agoInstall vi in the dev environment.
Gunnar Beutner [Fri, 11 Apr 2014 11:50:43 +0000 (13:50 +0200)]
Install vi in the dev environment.

Refs #5996

10 years agoUpdate documentation.
Gunnar Beutner [Fri, 11 Apr 2014 10:40:20 +0000 (12:40 +0200)]
Update documentation.

Refs #5909

10 years agoFix some of the paths for the Docker scripts.
Gunnar Beutner [Fri, 11 Apr 2014 10:30:06 +0000 (12:30 +0200)]
Fix some of the paths for the Docker scripts.

Refs #5996

10 years agoUse the right UID and GID for build files.
Gunnar Beutner [Fri, 11 Apr 2014 10:17:04 +0000 (12:17 +0200)]
Use the right UID and GID for build files.

Refs #5996

10 years agoAdd support for GDB pretty printers in the dev environment.
Gunnar Beutner [Fri, 11 Apr 2014 09:42:37 +0000 (11:42 +0200)]
Add support for GDB pretty printers in the dev environment.

Refs #5996

10 years agoAdd scripts to build a dev environment with Docker.
Gunnar Beutner [Fri, 11 Apr 2014 09:01:38 +0000 (11:01 +0200)]
Add scripts to build a dev environment with Docker.

Fixes #5996

10 years agoMark the PerfdataValue class as "safe".
Gunnar Beutner [Fri, 11 Apr 2014 05:43:57 +0000 (07:43 +0200)]
Mark the PerfdataValue class as "safe".

Refs #5909

10 years agoSupport shell-style comments.
Gunnar Beutner [Thu, 10 Apr 2014 09:30:01 +0000 (11:30 +0200)]
Support shell-style comments.

Fixes #5994

10 years agoFix the cluster component.
Gunnar Beutner [Thu, 10 Apr 2014 08:58:08 +0000 (10:58 +0200)]
Fix the cluster component.

Fixes #5950

10 years agoOnly resolve user macros (vars.*) recursively.
Gunnar Beutner [Thu, 10 Apr 2014 06:46:36 +0000 (08:46 +0200)]
Only resolve user macros (vars.*) recursively.

Fixes #5983

10 years agoFix notification timer for notifications with interval <= 0.
Gunnar Beutner [Wed, 9 Apr 2014 13:51:10 +0000 (15:51 +0200)]
Fix notification timer for notifications with interval <= 0.

Fixes #5785

10 years agoAnother build fix for Windows.
Gunnar Beutner [Wed, 9 Apr 2014 10:44:04 +0000 (12:44 +0200)]
Another build fix for Windows.

Refs #5987

10 years agoWindows build fix.
Gunnar Beutner [Wed, 9 Apr 2014 10:38:26 +0000 (12:38 +0200)]
Windows build fix.

Refs #5987

10 years agoAvoid unnecessary copies for DynamicType::GetObjects.
Gunnar Beutner [Wed, 9 Apr 2014 10:22:23 +0000 (12:22 +0200)]
Avoid unnecessary copies for DynamicType::GetObjects.

Fixes #5987

10 years agoFix unit tests.
Gunnar Beutner [Wed, 9 Apr 2014 09:40:17 +0000 (11:40 +0200)]
Fix unit tests.

Refs #5986

10 years agoAllow dictionaries to contain null values.
Gunnar Beutner [Wed, 9 Apr 2014 08:52:13 +0000 (10:52 +0200)]
Allow dictionaries to contain null values.

Fixes #5986

10 years agoImplement the "return" keyword.
Gunnar Beutner [Wed, 9 Apr 2014 08:36:57 +0000 (10:36 +0200)]
Implement the "return" keyword.

Fixes #5985

10 years agoRename the notification attributes.
Gunnar Beutner [Wed, 9 Apr 2014 08:25:23 +0000 (10:25 +0200)]
Rename the notification attributes.

Fixes #5906

10 years agoChange the default notification interval to 30 minutes.
Gunnar Beutner [Wed, 9 Apr 2014 04:49:55 +0000 (06:49 +0200)]
Change the default notification interval to 30 minutes.

Refs #5909

10 years agoFix re-notification interval.
Gunnar Beutner [Tue, 8 Apr 2014 23:08:28 +0000 (01:08 +0200)]
Fix re-notification interval.

Refs #5909

10 years agoUpdate the example config.
Gunnar Beutner [Tue, 8 Apr 2014 22:11:29 +0000 (00:11 +0200)]
Update the example config.

Refs #5979

10 years agoFix the state filters for "critical" and "unknown".
Gunnar Beutner [Tue, 8 Apr 2014 22:09:35 +0000 (00:09 +0200)]
Fix the state filters for "critical" and "unknown".

Refs #5979