index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
utils.c
Age
Commit message (
Expand
)
Author
2022-10-27
fixed two PRId64 to PRIu64 in perfdata_uint64 (#1802)
Andreas Baumann
2022-10-21
using PRId64 and PRIu64 instead of %ld directly (#1800)
Andreas Baumann
2021-11-17
homogenize perfdata function and fix small bug with missing semicolon
RincewindsHat
2021-10-26
Fix my own errors for real this time and add some comments, so I wont do them...
RincewindsHat
2021-10-26
Re-add separation semicolons for perfdata, which I deleted
RincewindsHat
2021-10-26
Remove useless lines and fix some formatting
RincewindsHat
2021-10-02
Revert to poor man's logic
RincewindsHat
2021-09-25
Introduce new perfdata functions and stuff for using (u)int64_t
rincewind
2019-05-24
fix maxfd being zero
Sven Nierlein
2019-02-15
check_by_ssh: fix child process leak on timeouts
Sven Nierlein
2016-11-07
check_users not correctly detecting thresholds
John C. Frickson
2015-10-02
Merge pull request #1315 from waja/utils_remove_unused_variable
Sven Nierlein
2015-04-21
add sperfdata function which can handle threshold ranges
Gerhard Lausser
2014-12-27
utils: remove unused variable
Sebastian Herbszt
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
2013-09-10
Move global variables from .h to .c files
Holger Weiss
2012-06-29
Die when asprintf fails
Anders Kaseorg
2009-03-20
Make alarm handler customisable
Thomas Guyot-Sionnest
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
2008-01-31
Bump plugins/ to GPLv3 (non-plugind files)
Thomas Guyot-Sionnest
2007-11-23
Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK.
Thomas Guyot-Sionnest
2007-07-07
Changed output order of print_revision
Matthias Eble
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
2006-07-13
Move new util_* functions to lib/
Ton Voon
2006-07-13
Using coreutils' base_name function because of portability issues with
Ton Voon
2006-06-18
updating help and usage and license
Benoit Mortier
2006-04-27
Internal version of basename if one not found in system
Ton Voon
2006-04-06
Stop coredump on Solaris if arg not specified (Jason Kau - 1465288)
Ton Voon
2006-03-29
New function to for escaped strings from command line for send/quit.
Ton Voon
2006-01-30
Clearly defined thresholds & ranges in docs. Added get_status routine. Added
Ton Voon
2006-01-30
Added libtap tests for utils.c library functions. Removed redundant
Ton Voon
2005-10-24
initial merging of ae's np_runcmd code into selected plugins.
M. Sean Finney
2004-12-25
various fixes for localization
Benoit Mortier
2004-12-03
removing support fonction
Benoit Mortier
2004-12-02
More internationalization work
Benoit Mortier
2004-12-01
standardize localization string
Benoit Mortier
2004-03-03
begin writing some perfdata as float
Karl DeBisschop
2004-02-20
add perfdata function for floats to complement ints, also spell fix "received"
Karl DeBisschop
2003-08-28
use single quotes per guideline, also quote when SPC or = are found
Karl DeBisschop
2003-08-28
suppress quotes in perf data when not needed (some plugins need the space to ...
Karl DeBisschop
2003-08-26
function to make perfdata output
Karl DeBisschop
2003-08-10
config.h is redundant (common.h includes it)
Karl DeBisschop
2003-08-09
more pedantic compiler warns
Karl DeBisschop
2003-08-09
add function for elapsed tim ein microseconds
Karl DeBisschop
2003-08-09
more pedantic compiler warnings
Karl DeBisschop
2003-08-08
fix a variety of compiler warnings about qualifier discards and other pedanti...
Karl DeBisschop
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
2003-08-02
ifdef so utils.h can be header for utils.c
Karl DeBisschop
2003-07-29
clean up warnings about ill-formed comment and string concatenation
Karl DeBisschop
2003-07-26
checkins for internationalization
Karl DeBisschop
[next]