summaryrefslogtreecommitdiffstats
path: root/plugins/check_dbi.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19check_dbi: Fix compiler warning for uninitialized variableRincewindsHat1-1/+1
2023-07-11Merge branch 'master' into compiler_warning_part_6refs/pull/1871/headLorenz Kästle1-0/+1
2023-04-17Try fixing deprecated functions in libdbiRincewindsHat1-3/+10
2023-04-17Fixes for -Wimplicit-fallthroughRincewindsHat1-0/+1
2019-02-15check_by_ssh: fix child process leak on timeoutsrefs/pull/1583/headSven Nierlein1-0/+1
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-06-23check_ups/check_dbi: Fixing spelling bugJan Wagner1-3/+3
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser Reinhardt1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2012-06-06check_dbi: Hint the user about cause when dbi init fails.Sebastian Harl1-1/+1
2012-06-06check_dbi: Added simple regex example to help output.Sebastian Harl1-0/+6
2012-06-06check_dbi: Added SERVER_VERSION metric.Sebastian Harl1-4/+25
2012-06-06check_dbi: Added -r and -R options.Sebastian Harl1-12/+89
2012-06-06check_dbi: Added -e option.Sebastian Harl1-19/+76
2012-06-06check_dbi: Added some examples to the help output.Sebastian Harl1-1/+16
2012-06-06check_dbi: Added QUERY_TIME metric.Sebastian Harl1-37/+90
2012-06-06check_dbi: Replaced -W/-C with -m.Sebastian Harl1-61/+70
2012-06-06check_dbi: Fixed/improved perfdata output.Sebastian Harl1-1/+1
2012-06-06check_dbi: Check and report the time used by the query.Sebastian Harl1-17/+37
2012-06-06check_dbi: Added threshold ranges for the connection time.Sebastian Harl1-7/+45
2012-06-06check_dbi: Include extra opts in help output.Sebastian Harl1-0/+5
2012-06-06Initial version of the 'check_dbi' plugin.Sebastian Harl1-0/+516