index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
utils.c
Age
Commit message (
Expand
)
Author
Files
Lines
30 hours
plugins/utils.c: update copyright
Lorenz Kästle
1
-1/+1
30 hours
plugins/utils.c: clang-format
Lorenz Kästle
1
-308/+201
2024-03-26
check_disk: Fail on missing arguments for --warning and --critical and fix a ...
Lorenz Kästle
1
-1/+30
2023-11-22
Fix logic in is_uint64_t to fix type-limit warning
RincewindsHat
1
-3/+12
2023-10-19
Fixes for -Wsign-compare
RincewindsHat
1
-1/+9
2023-10-18
plugins/utils: Use C99 booleans
RincewindsHat
1
-66/+44
2023-09-22
Rework maxfd/open_max to avoid unused variables
RincewindsHat
1
-16/+0
2022-10-27
fixed two PRId64 to PRIu64 in perfdata_uint64 (#1802)
Andreas Baumann
1
-2/+2
2022-10-21
using PRId64 and PRIu64 instead of %ld directly (#1800)
Andreas Baumann
1
-12/+12
2021-11-17
homogenize perfdata function and fix small bug with missing semicolon
RincewindsHat
1
-2/+4
2021-10-26
Fix my own errors for real this time and add some comments, so I wont do them...
RincewindsHat
1
-32/+32
2021-10-26
Re-add separation semicolons for perfdata, which I deleted
RincewindsHat
1
-8/+16
2021-10-26
Remove useless lines and fix some formatting
RincewindsHat
1
-12/+8
2021-10-02
Revert to poor man's logic
refs/pull/1707/head
RincewindsHat
1
-8/+8
2021-09-25
Introduce new perfdata functions and stuff for using (u)int64_t
rincewind
1
-0/+120
2019-05-24
fix maxfd being zero
Sven Nierlein
1
-0/+16
2019-02-15
check_by_ssh: fix child process leak on timeouts
refs/pull/1583/head
Sven Nierlein
1
-31/+0
2016-11-07
check_users not correctly detecting thresholds
John C. Frickson
1
-0/+41
2015-10-02
Merge pull request #1315 from waja/utils_remove_unused_variable
Sven Nierlein
1
-2/+0
2015-04-21
add sperfdata function which can handle threshold ranges
Gerhard Lausser
1
-0/+40
2014-12-27
utils: remove unused variable
refs/pull/1315/head
Sebastian Herbszt
1
-2/+0
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
1
-1/+1
2013-09-10
Move global variables from .h to .c files
Holger Weiss
1
-2/+5
2012-06-29
Die when asprintf fails
Anders Kaseorg
1
-20/+47
2009-03-20
Make alarm handler customisable
Thomas Guyot-Sionnest
1
-3/+3
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
1
-18/+3
2008-01-31
Bump plugins/ to GPLv3 (non-plugind files)
Thomas Guyot-Sionnest
1
-12/+26
2007-11-23
Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK.
Thomas Guyot-Sionnest
1
-0/+27
2007-07-07
Changed output order of print_revision
Matthias Eble
1
-6/+5
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
1
-0/+7
2006-07-13
Move new util_* functions to lib/
Ton Voon
1
-190/+1
2006-07-13
Using coreutils' base_name function because of portability issues with
Ton Voon
1
-27/+0
2006-06-18
updating help and usage and license
Benoit Mortier
1
-1/+1
2006-04-27
Internal version of basename if one not found in system
Ton Voon
1
-0/+27
2006-04-06
Stop coredump on Solaris if arg not specified (Jason Kau - 1465288)
Ton Voon
1
-1/+1
2006-03-29
New function to for escaped strings from command line for send/quit.
Ton Voon
1
-0/+30
2006-01-30
Clearly defined thresholds & ranges in docs. Added get_status routine. Added
Ton Voon
1
-20/+113
2006-01-30
Added libtap tests for utils.c library functions. Removed redundant
Ton Voon
1
-0/+55
2005-10-24
initial merging of ae's np_runcmd code into selected plugins.
M. Sean Finney
1
-0/+11
2004-12-25
various fixes for localization
Benoit Mortier
1
-4/+4
2004-12-03
removing support fonction
Benoit Mortier
1
-15/+0
2004-12-02
More internationalization work
Benoit Mortier
1
-0/+7
2004-12-01
standardize localization string
Benoit Mortier
1
-12/+0
2004-03-03
begin writing some perfdata as float
Karl DeBisschop
1
-11/+16
2004-02-20
add perfdata function for floats to complement ints, also spell fix "received"
Karl DeBisschop
1
-0/+39
2003-08-28
use single quotes per guideline, also quote when SPC or = are found
Karl DeBisschop
1
-2/+2
2003-08-28
suppress quotes in perf data when not needed (some plugins need the space to ...
Karl DeBisschop
1
-1/+4
2003-08-26
function to make perfdata output
Karl DeBisschop
1
-0/+44
2003-08-10
config.h is redundant (common.h includes it)
Karl DeBisschop
1
-1/+0
2003-08-09
more pedantic compiler warns
Karl DeBisschop
1
-3/+3
[next]