]> granicus.if.org Git - icinga2/log
icinga2
5 years agoAdd missing args for apache-status and fix a few typos 6963/head
akrus [Fri, 22 Feb 2019 08:57:41 +0000 (10:57 +0200)]
Add missing args for apache-status and fix a few typos

5 years agoMerge pull request #6896 from Icinga/bugfix/notification-delay-5561
Michael Friedrich [Fri, 22 Feb 2019 08:27:59 +0000 (09:27 +0100)]
Merge pull request #6896 from Icinga/bugfix/notification-delay-5561

Notification#BeginExecuteNotification(): SetNextNotification() correctly

5 years agoMerge pull request #6953 from Icinga/bugfix/style
Michael Friedrich [Wed, 20 Feb 2019 10:32:29 +0000 (11:32 +0100)]
Merge pull request #6953 from Icinga/bugfix/style

Fix indent in configcompiler.cpp

5 years agoMerge pull request #6958 from Icinga/feature/debug-log-stop
Michael Friedrich [Tue, 19 Feb 2019 12:52:39 +0000 (13:52 +0100)]
Merge pull request #6958 from Icinga/feature/debug-log-stop

Debug: Log calls to ConfigObject::Deactivate()

5 years agoDebug: Log calls to ConfigObject::Deactivate() 6958/head
Michael Friedrich [Tue, 19 Feb 2019 12:49:52 +0000 (13:49 +0100)]
Debug: Log calls to ConfigObject::Deactivate()

Only available in debug builds.

5 years agoMerge pull request #6956 from Icinga/bugfix/doc-escape-pipe-symbol
Michael Friedrich [Tue, 19 Feb 2019 08:39:45 +0000 (09:39 +0100)]
Merge pull request #6956 from Icinga/bugfix/doc-escape-pipe-symbol

Escape pipe symbol in api documentation

5 years agoEscape pipe symbol in api documentation 6956/head
Michael Insel [Mon, 18 Feb 2019 15:21:26 +0000 (16:21 +0100)]
Escape pipe symbol in api documentation

This escapes the pipe symbol in the api documentation.

refs #6955

5 years agoFix indent in configcompiler.cpp 6953/head
Michael Friedrich [Fri, 15 Feb 2019 11:24:49 +0000 (12:24 +0100)]
Fix indent in configcompiler.cpp

5 years agoMerge pull request #6949 from fluxX04/patch-1
Michael Insel [Wed, 13 Feb 2019 07:13:02 +0000 (08:13 +0100)]
Merge pull request #6949 from fluxX04/patch-1

Doc fix: update check_rbl parameter

5 years agofixes check_rbl parameter typo 6949/head
Alex [Wed, 13 Feb 2019 06:44:20 +0000 (07:44 +0100)]
fixes check_rbl parameter typo

5 years agoMerge pull request #6857 from Icinga/bugfix/check_nscp_api-query-sorted-6536
Michael Friedrich [Mon, 11 Feb 2019 16:57:32 +0000 (17:57 +0100)]
Merge pull request #6857 from Icinga/bugfix/check_nscp_api-query-sorted-6536

Url#m_Query: preserve order

5 years agoMerge pull request #6882 from Icinga/bugfix/influxdb-gaps-6841
Michael Friedrich [Mon, 11 Feb 2019 16:32:05 +0000 (17:32 +0100)]
Merge pull request #6882 from Icinga/bugfix/influxdb-gaps-6841

InfluxdbWriter#Stop(): flush buffer

5 years agoMerge pull request #6908 from Icinga/bugfix/perfdata-gaps
Michael Friedrich [Mon, 11 Feb 2019 16:27:44 +0000 (17:27 +0100)]
Merge pull request #6908 from Icinga/bugfix/perfdata-gaps

Ensure all perfdata to be written

5 years agoMerge pull request #6854 from Icinga/bugfix/unamehelper-inefficient-6452
Michael Friedrich [Mon, 11 Feb 2019 15:57:17 +0000 (16:57 +0100)]
Merge pull request #6854 from Icinga/bugfix/unamehelper-inefficient-6452

Make UnameHelper() efficient

5 years agoMerge pull request #6934 from Icinga/bugfix/boost-version-6933
Michael Friedrich [Mon, 11 Feb 2019 15:53:27 +0000 (16:53 +0100)]
Merge pull request #6934 from Icinga/bugfix/boost-version-6933

Raise required Boost version to 1.53

5 years agoMerge pull request #6577 from Icinga/fix/setup-api-including-users-file
Michael Friedrich [Mon, 11 Feb 2019 15:41:46 +0000 (16:41 +0100)]
Merge pull request #6577 from Icinga/fix/setup-api-including-users-file

Include api user configuration file during api setup

5 years agoMerge pull request #6748 from Icinga/bugfix/api-setup-fails-missing-confd
Michael Friedrich [Mon, 11 Feb 2019 15:35:57 +0000 (16:35 +0100)]
Merge pull request #6748 from Icinga/bugfix/api-setup-fails-missing-confd

Fix api setup to automatically create the conf.d directory

5 years agoMerge pull request #6943 from peteeckel/bugfix/apilistener-duplicate-log-entries...
Michael Friedrich [Mon, 11 Feb 2019 14:32:50 +0000 (15:32 +0100)]
Merge pull request #6943 from peteeckel/bugfix/apilistener-duplicate-log-entries-6942

Avoid duplicating non-zero count message replay messages in the debug log

5 years agoMerge pull request #6944 from Icinga/feature/docs-windows-agent-throubleshooting
Michael Friedrich [Mon, 11 Feb 2019 13:38:33 +0000 (14:38 +0100)]
Merge pull request #6944 from Icinga/feature/docs-windows-agent-throubleshooting

Troubleshooting: Add notes on ephemeral port range blocking on Windows agents

5 years agoTroubleshooting: Add notes on ephemeral port range blocking on Windows agents 6944/head
Michael Friedrich [Mon, 11 Feb 2019 13:32:02 +0000 (14:32 +0100)]
Troubleshooting: Add notes on ephemeral port range blocking on Windows agents

5 years agoAvoid duplicating non-zero count message replay messages in the debug log 6943/head
Peter Eckel [Mon, 11 Feb 2019 12:54:17 +0000 (13:54 +0100)]
Avoid duplicating non-zero count message replay messages in the debug log

5 years agoMerge pull request #6940 from Icinga/bugfix/fix-check-swap-6913
Michael Friedrich [Mon, 11 Feb 2019 08:46:59 +0000 (09:46 +0100)]
Merge pull request #6940 from Icinga/bugfix/fix-check-swap-6913

Fix check_swap percentage calculation

5 years agoRaise required Boost version to 1.53 6934/head
Alexander A. Klimov [Fri, 8 Feb 2019 16:33:46 +0000 (17:33 +0100)]
Raise required Boost version to 1.53

refs #6933

5 years agoFix check_swap percentage calculation 6940/head
Michael Insel [Fri, 8 Feb 2019 15:57:19 +0000 (16:57 +0100)]
Fix check_swap percentage calculation

This fixes the check_swap percentage calculation. When the pagefile is
turned off the available swap and total swap are 0 which leads to a
wrong calculation and misformated output.

refs #6913

5 years agoMerge pull request #6894 from Icinga/bugfix/checkresults-from-the-future-6797
Michael Friedrich [Fri, 8 Feb 2019 12:48:12 +0000 (13:48 +0100)]
Merge pull request #6894 from Icinga/bugfix/checkresults-from-the-future-6797

Fix checkresults from the future breaking checks

5 years agoRefactor conditions and add debug log messages for future crs and skipped crs 6894/head
Michael Friedrich [Fri, 8 Feb 2019 12:32:13 +0000 (13:32 +0100)]
Refactor conditions and add debug log messages for future crs and skipped crs

5 years agoFix checkresults from the future breaking checks
Jean Flach [Fri, 11 Jan 2019 15:16:45 +0000 (16:16 +0100)]
Fix checkresults from the future breaking checks

5 years agoMerge pull request #6935 from Icinga/feature/enhance-notification-logging
Michael Friedrich [Fri, 8 Feb 2019 10:54:09 +0000 (11:54 +0100)]
Merge pull request #6935 from Icinga/feature/enhance-notification-logging

Enhance notification logging

5 years agoEnhance notification logging 6935/head
Michael Friedrich [Thu, 7 Feb 2019 14:42:09 +0000 (15:42 +0100)]
Enhance notification logging

- More details from the local context (notification, user, checkable, command names)
- Notice logs for when this notification object is paused in HA enabled zones
- Notice logs for interval=0 reminder notifications
- Object name for skipping recovery notifications when problem hasn't been notified before

5 years agoRespect activation priority also on deactivation 6908/head
Alexander A. Klimov [Wed, 6 Feb 2019 10:17:45 +0000 (11:17 +0100)]
Respect activation priority also on deactivation

5 years agoMerge pull request #6858 from Icinga/feature/string-builder
Michael Friedrich [Mon, 4 Feb 2019 15:05:20 +0000 (16:05 +0100)]
Merge pull request #6858 from Icinga/feature/string-builder

Make string builder reusable

5 years agoMerge pull request #6928 from Icinga/doc/windows-devel-dot-net-2
Michael Friedrich [Mon, 4 Feb 2019 14:50:04 +0000 (15:50 +0100)]
Merge pull request #6928 from Icinga/doc/windows-devel-dot-net-2

Doc: Add .NET 3.5 to the windows build stack

5 years agoMerge pull request #6901 from Icinga/bugfix/so_reuseport-6898
Michael Friedrich [Mon, 4 Feb 2019 13:21:20 +0000 (14:21 +0100)]
Merge pull request #6901 from Icinga/bugfix/so_reuseport-6898

TcpSocket#Bind(): also set SO_REUSEPORT

5 years agoMerge pull request #6914 from Icinga/bugfix/clusterevents-missing-persistent-ack
Michael Friedrich [Mon, 4 Feb 2019 12:52:44 +0000 (13:52 +0100)]
Merge pull request #6914 from Icinga/bugfix/clusterevents-missing-persistent-ack

ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute

5 years agoMerge pull request #6853 from Icinga/bugfix/incorrect-command_endpoint-6666
Michael Friedrich [Mon, 4 Feb 2019 12:51:31 +0000 (13:51 +0100)]
Merge pull request #6853 from Icinga/bugfix/incorrect-command_endpoint-6666

Checkable: require zone to be set if command_endpoint is set

5 years agoDoc: Add .NET 3.5 to the windows build stack 6928/head
Michael Insel [Fri, 1 Feb 2019 15:46:28 +0000 (16:46 +0100)]
Doc: Add .NET 3.5 to the windows build stack

The Windows Agent Wizard is currently build on .NET Framework 2.0, which
is not installed by default on Windows 10. This adds a note to the
development documentation to install the .NET Framework 3.5 (which
includes .NET Framework 2.0) component on Windows 10.

5 years agoMerge pull request #6926 from miso231/feature/itl-cloudera-checks
Michael Friedrich [Thu, 31 Jan 2019 15:20:09 +0000 (16:20 +0100)]
Merge pull request #6926 from miso231/feature/itl-cloudera-checks

Feature/itl cloudera checks

5 years agoUse full command name as prefix for check arguments 6926/head
Michal Petko [Thu, 31 Jan 2019 14:58:46 +0000 (15:58 +0100)]
Use full command name as prefix for check arguments

5 years agoMerge pull request #6925 from Icinga/bugfix/check-swap-format
Michael Friedrich [Thu, 31 Jan 2019 08:13:41 +0000 (09:13 +0100)]
Merge pull request #6925 from Icinga/bugfix/check-swap-format

Fix check_swap formatting

5 years agoAdd documentation to cloudera checks
Michal Petko [Thu, 31 Jan 2019 07:11:31 +0000 (08:11 +0100)]
Add documentation to cloudera checks

5 years agoAdd check commands for HDFS file count and used space
Michal Petko [Thu, 31 Jan 2019 06:59:44 +0000 (07:59 +0100)]
Add check commands for HDFS file count and used space

5 years agoFix check_swap formatting 6925/head
Michael Insel [Wed, 30 Jan 2019 18:41:24 +0000 (19:41 +0100)]
Fix check_swap formatting

This fixes a small formatting mistake introduced by #6811. To keep the
check_swap output in sync with all other plugins I fixed the formatting.

5 years agoMerge pull request #6916 from Icinga/bugfix/retry-interval-zero
Michael Friedrich [Wed, 30 Jan 2019 14:28:26 +0000 (15:28 +0100)]
Merge pull request #6916 from Icinga/bugfix/retry-interval-zero

Don't allow retry_interval <= 0

5 years agoMerge pull request #6924 from Icinga/bugfix/convert-long-double
Michael Friedrich [Wed, 30 Jan 2019 14:18:12 +0000 (15:18 +0100)]
Merge pull request #6924 from Icinga/bugfix/convert-long-double

Fix double to long conversions

5 years agoFix Convert::ToLong(double val) 6924/head
Michael Friedrich [Wed, 30 Jan 2019 13:47:59 +0000 (14:47 +0100)]
Fix Convert::ToLong(double val)

5 years agoAdd a unit test for Convert::ToLong(double) - fails
Michael Friedrich [Wed, 30 Jan 2019 13:23:57 +0000 (14:23 +0100)]
Add a unit test for Convert::ToLong(double) - fails

5 years agoMerge pull request #6917 from Icinga/bugfix/cluster-message-delete-object
Michael Friedrich [Tue, 29 Jan 2019 12:37:50 +0000 (13:37 +0100)]
Merge pull request #6917 from Icinga/bugfix/cluster-message-delete-object

Cluster: Delete object message should log that

5 years agoMerge pull request #6920 from Icinga/bugfix/scheduleddowntime-zone
Michael Friedrich [Tue, 29 Jan 2019 12:35:32 +0000 (13:35 +0100)]
Merge pull request #6920 from Icinga/bugfix/scheduleddowntime-zone

Downtime::AddDowntime(): place Downtimes in the same zone as the origin ScheduledDowntimes

5 years agoMerge pull request #6911 from peteeckel/feature/nscp-disk-exclude-option
Michael Friedrich [Tue, 29 Jan 2019 08:43:06 +0000 (09:43 +0100)]
Merge pull request #6911 from peteeckel/feature/nscp-disk-exclude-option

Make the NSCP CheckDisk --exclude option available to Icinga 2

5 years agoUpdated documentation for nscp-disk-local 6911/head
Peter Eckel [Mon, 28 Jan 2019 17:30:31 +0000 (18:30 +0100)]
Updated documentation for nscp-disk-local

5 years agoDowntime::AddDowntime(): place Downtimes in the same zone as the origin ScheduledDown... 6920/head
Alexander A. Klimov [Mon, 28 Jan 2019 17:29:57 +0000 (18:29 +0100)]
Downtime::AddDowntime(): place Downtimes in the same zone as the origin ScheduledDowntimes

5 years agoCluster: Delete object message should log that 6917/head
Michael Friedrich [Mon, 28 Jan 2019 16:39:22 +0000 (17:39 +0100)]
Cluster: Delete object message should log that

Atm it is a copy-paste error and irritates during debugging.
Coming from my analysis of existing cluster messages.

5 years agoDon't allow retry_interval <= 0 6916/head
Michael Friedrich [Mon, 28 Jan 2019 16:33:05 +0000 (17:33 +0100)]
Don't allow retry_interval <= 0

5 years agoClusterEvents::AcknowledgementSet event should forward 'persistent' attribute 6914/head
Michael Friedrich [Mon, 28 Jan 2019 16:29:46 +0000 (17:29 +0100)]
ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute

5 years agoMake the NSCP CheckDisk --exclude option available to Icinga 2
Peter Eckel [Fri, 25 Jan 2019 15:38:11 +0000 (16:38 +0100)]
Make the NSCP CheckDisk --exclude option available to Icinga 2

5 years agoMerge pull request #6897 from Icinga/bugfix/getlocalzone-null
Michael Friedrich [Fri, 25 Jan 2019 07:31:57 +0000 (08:31 +0100)]
Merge pull request #6897 from Icinga/bugfix/getlocalzone-null

Validate Zone::GetLocalZone() before using

5 years agoCheckerComponent#Stop(): wait for all running checks
Alexander A. Klimov [Thu, 24 Jan 2019 14:09:39 +0000 (15:09 +0100)]
CheckerComponent#Stop(): wait for all running checks

5 years agoCheckerComponent#Stop(): log after actually being stopped
Alexander A. Klimov [Thu, 24 Jan 2019 12:55:17 +0000 (13:55 +0100)]
CheckerComponent#Stop(): log after actually being stopped

5 years agoDeactivate perfdata writers after checker
Alexander A. Klimov [Thu, 24 Jan 2019 12:49:27 +0000 (13:49 +0100)]
Deactivate perfdata writers after checker

5 years agoMerge pull request #6803 from BarbUk/feature/itl-check-btrfs
Michael Friedrich [Thu, 24 Jan 2019 10:03:48 +0000 (11:03 +0100)]
Merge pull request #6803 from BarbUk/feature/itl-check-btrfs

Add btrfs CheckCommand definition

5 years agoMerge pull request #6865 from BarbUk/feature/itl-check-haproxy-status
Michael Friedrich [Thu, 24 Jan 2019 10:02:25 +0000 (11:02 +0100)]
Merge pull request #6865 from BarbUk/feature/itl-check-haproxy-status

Add haproxy-status CheckCommand definition

5 years agoMerge pull request #6861 from BarbUk/feature/itl-check-temp
Michael Friedrich [Thu, 24 Jan 2019 10:01:49 +0000 (11:01 +0100)]
Merge pull request #6861 from BarbUk/feature/itl-check-temp

Add lmsensors CheckCommand definition

5 years agoMerge pull request #6848 from BarbUk/feature/itl-check-fail2ban
Michael Friedrich [Thu, 24 Jan 2019 10:00:51 +0000 (11:00 +0100)]
Merge pull request #6848 from BarbUk/feature/itl-check-fail2ban

Add fail2ban CheckCommand definition

5 years agoMerge pull request #6780 from ITisitBV/master
Michael Friedrich [Thu, 24 Jan 2019 09:59:52 +0000 (10:59 +0100)]
Merge pull request #6780 from ITisitBV/master

Make mail-{host,service}-notification.sh as POSIX-compliant as possible.

5 years agoMerge pull request #6899 from Icinga/bugfix/localtime-zero-windows
Michael Friedrich [Thu, 24 Jan 2019 09:58:43 +0000 (10:58 +0100)]
Merge pull request #6899 from Icinga/bugfix/localtime-zero-windows

Log: Ensure not to pass negative values to localtime()

5 years agoTcpSocket#Bind(): also set SO_REUSEPORT 6901/head
Alexander A. Klimov [Thu, 17 Jan 2019 11:13:44 +0000 (12:13 +0100)]
TcpSocket#Bind(): also set SO_REUSEPORT

refs #6898

5 years agoLog: Ensure not to pass negative values to localtime() 6899/head
Michael Friedrich [Wed, 16 Jan 2019 16:27:38 +0000 (17:27 +0100)]
Log: Ensure not to pass negative values to localtime()

refs #6887

5 years agoMerge pull request #6883 from Icinga/bugfix/retry-interval-zero-6871
Michael Friedrich [Wed, 16 Jan 2019 14:00:03 +0000 (15:00 +0100)]
Merge pull request #6883 from Icinga/bugfix/retry-interval-zero-6871

Allow Checkable#retry_interval to be 0

5 years agoMerge pull request #6885 from Icinga/fix/uoa-comment-downtime
Michael Friedrich [Wed, 16 Jan 2019 13:57:34 +0000 (14:57 +0100)]
Merge pull request #6885 from Icinga/fix/uoa-comment-downtime

Don't run UpdateObjectAuthority for Comments and Downtimes

5 years agoValidate Zone::GetLocalZone() before using 6897/head
Alexander A. Klimov [Tue, 15 Jan 2019 18:23:20 +0000 (19:23 +0100)]
Validate Zone::GetLocalZone() before using

5 years agoNotification#BeginExecuteNotification(): SetNextNotification() correctly 6896/head
Alexander A. Klimov [Fri, 11 Jan 2019 17:25:12 +0000 (18:25 +0100)]
Notification#BeginExecuteNotification(): SetNextNotification() correctly

refs #5561

5 years agoMerge pull request #6890 from T-Systems-MMS/feature/snmp-storage-exclude
Michael Friedrich [Fri, 11 Jan 2019 16:03:58 +0000 (17:03 +0100)]
Merge pull request #6890 from T-Systems-MMS/feature/snmp-storage-exclude

Added snmp_exclude option to manubulon snmp-storage check

5 years agoMerge pull request #6893 from widhalmt/fix/itl-ipmi-6892
Michael Friedrich [Fri, 11 Jan 2019 16:01:29 +0000 (17:01 +0100)]
Merge pull request #6893 from widhalmt/fix/itl-ipmi-6892

Add new "-us" option to ipmi-sensor CheckCommand

5 years agoAdd new "-us" option to `ipmi-sensor` CheckCommand due to change in monitoring plugin. 6893/head
Thomas Widhalm [Fri, 11 Jan 2019 12:50:07 +0000 (13:50 +0100)]
Add new "-us" option to `ipmi-sensor` CheckCommand due to change in monitoring plugin.

Fixes #6892

5 years agoAdded snmp_exclude option to manubulon snmp-storage check 6890/head
Martin Neubert [Fri, 11 Jan 2019 08:54:24 +0000 (09:54 +0100)]
Added snmp_exclude option to manubulon snmp-storage check

5 years agoDon't run UpdateObjectAuthority for Comments and Downtimes 6885/head
Jean Flach [Thu, 10 Jan 2019 10:44:14 +0000 (11:44 +0100)]
Don't run UpdateObjectAuthority for Comments and Downtimes

5 years agoAllow Checkable#retry_interval to be 0 6883/head
Alexander A. Klimov [Wed, 9 Jan 2019 10:27:33 +0000 (11:27 +0100)]
Allow Checkable#retry_interval to be 0

refs #6871

5 years agoMerge pull request #6880 from Icinga/bugfix/pki-requestcertificate-no-cert
Michael Friedrich [Wed, 9 Jan 2019 08:30:27 +0000 (09:30 +0100)]
Merge pull request #6880 from Icinga/bugfix/pki-requestcertificate-no-cert

pki::RequestCertificate: handle missing certificate/CSR

5 years agoInfluxdbWriter#Stop(): flush buffer 6882/head
Alexander A. Klimov [Tue, 8 Jan 2019 17:15:32 +0000 (18:15 +0100)]
InfluxdbWriter#Stop(): flush buffer

refs #6841

5 years agopki::RequestCertificate: handle missing certificate/CSR 6880/head
Alexander A. Klimov [Tue, 8 Jan 2019 10:49:44 +0000 (11:49 +0100)]
pki::RequestCertificate: handle missing certificate/CSR

5 years agoMerge pull request #6877 from Icinga/bugfix/http-log-spam
Michael Friedrich [Mon, 7 Jan 2019 14:49:23 +0000 (15:49 +0100)]
Merge pull request #6877 from Icinga/bugfix/http-log-spam

HttpServerConnection#DataAvailableHandler(): reduce log spam

5 years agoHttpServerConnection#DataAvailableHandler(): reduce log spam 6877/head
Alexander A. Klimov [Mon, 7 Jan 2019 14:32:19 +0000 (15:32 +0100)]
HttpServerConnection#DataAvailableHandler(): reduce log spam

5 years agoFix plugin name in documentation 6865/head
BarbUk [Mon, 24 Dec 2018 06:37:24 +0000 (10:37 +0400)]
Fix plugin name in documentation

5 years agoAdd haproxy-status CheckCommand definition
BarbUk [Mon, 24 Dec 2018 06:32:37 +0000 (10:32 +0400)]
Add haproxy-status CheckCommand definition

Another haproxy CheckCommand. This plugin uses haproxy stat socket to
check for all or specific frontend/backend status.

5 years agoRename check_temp to check_lmsensors 6861/head
BarbUk [Sun, 23 Dec 2018 14:26:24 +0000 (18:26 +0400)]
Rename check_temp to check_lmsensors

5 years agoMerge branch 'master' into feature/itl-check-temp
BarbUk [Sun, 23 Dec 2018 14:24:12 +0000 (18:24 +0400)]
Merge branch 'master' into feature/itl-check-temp

5 years agoMerge pull request #6862 from BarbUk/feature/itl-check-proxysql
Michael Friedrich [Sun, 23 Dec 2018 11:19:07 +0000 (12:19 +0100)]
Merge pull request #6862 from BarbUk/feature/itl-check-proxysql

Add proxysql CheckCommand definition

5 years agoMerge pull request #6863 from BarbUk/feature/itl-check-hddtemp
Michael Friedrich [Sun, 23 Dec 2018 11:17:35 +0000 (12:17 +0100)]
Merge pull request #6863 from BarbUk/feature/itl-check-hddtemp

Add hddtemp CheckCommand definition

5 years agoMerge pull request #6864 from BarbUk/feature/itl-check-phpfpm-status
Michael Friedrich [Sun, 23 Dec 2018 11:16:42 +0000 (12:16 +0100)]
Merge pull request #6864 from BarbUk/feature/itl-check-phpfpm-status

Add phpfpm-status CheckCommand definition

5 years agoAdd phpfpm-status CheckCommand definition 6864/head
BarbUk [Sat, 22 Dec 2018 09:51:27 +0000 (13:51 +0400)]
Add phpfpm-status CheckCommand definition

5 years agoAdd hddtemp CheckCommand definition 6863/head
BarbUk [Sat, 22 Dec 2018 07:19:18 +0000 (11:19 +0400)]
Add hddtemp CheckCommand definition

5 years agoAdd proxysql CheckCommand definition 6862/head
BarbUk [Sat, 22 Dec 2018 07:01:30 +0000 (11:01 +0400)]
Add proxysql CheckCommand definition

5 years agoAdd temp CheckCommand definition
BarbUk [Sat, 22 Dec 2018 06:43:35 +0000 (10:43 +0400)]
Add temp CheckCommand definition

5 years agoMake string builder reusable 6858/head
Alexander A. Klimov [Fri, 21 Dec 2018 11:43:04 +0000 (12:43 +0100)]
Make string builder reusable

5 years agoMerge pull request #6852 from BarbUk/feature/itl-check-haproxy
Michael Friedrich [Fri, 21 Dec 2018 11:05:30 +0000 (12:05 +0100)]
Merge pull request #6852 from BarbUk/feature/itl-check-haproxy

Add haproxy CheckCommand definition

5 years agoMerge pull request #6850 from BarbUk/fix/itl-check-disk
Michael Friedrich [Fri, 21 Dec 2018 11:04:40 +0000 (12:04 +0100)]
Merge pull request #6850 from BarbUk/fix/itl-check-disk

Fix ITL CheckCommand disk

5 years agoUrl#m_Query: test order preservation 6857/head
Alexander A. Klimov [Fri, 21 Dec 2018 10:54:48 +0000 (11:54 +0100)]
Url#m_Query: test order preservation

refs #6536

5 years agoUrl#m_Query: preserve order
Alexander A. Klimov [Fri, 21 Dec 2018 10:52:37 +0000 (11:52 +0100)]
Url#m_Query: preserve order

refs #6536

5 years agoMake UnameHelper() efficient 6854/head
Alexander A. Klimov [Thu, 20 Dec 2018 14:48:10 +0000 (15:48 +0100)]
Make UnameHelper() efficient

refs #6452

5 years agoCheckable: require zone to be set if command_endpoint is set 6853/head
Alexander A. Klimov [Thu, 20 Dec 2018 12:59:28 +0000 (13:59 +0100)]
Checkable: require zone to be set if command_endpoint is set

refs #6666