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
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-25
- added code to allow check_tcp (via np_net_connect) work with local
M. Sean Finney
5
-31
/
+69
2005-10-24
initial merging of ae's np_runcmd code into selected plugins.
M. Sean Finney
10
-391
/
+293
2005-10-23
- compartmentalized ssl code into seperate sslutils.c
M. Sean Finney
3
-137
/
+175
2005-10-19
all plugins now using centralized ssl functions in netutils.c
M. Sean Finney
5
-572
/
+134
2005-10-19
endif was a few lines off of where it should be
M. Sean Finney
1
-3
/
+2
2005-10-19
- initial attempt at consolidating ssl-related code into netutils.{c,h}
M. Sean Finney
7
-125
/
+148
2005-10-18
initial "experimental" support for gnutls. by default openssl is still
M. Sean Finney
1
-14
/
+28
2005-10-13
debian bts #296278:
M. Sean Finney
1
-11
/
+59
2005-10-13
debian bts #307905:
M. Sean Finney
1
-2
/
+2
2005-10-13
multiple fixes in check_smtp from debian (bts #285554):
M. Sean Finney
1
-21
/
+65
2005-10-13
was this plugin even working? i don't think the if/else logic
M. Sean Finney
1
-32
/
+25
2005-10-13
check mysql now reads [client] defaults from my.cnf (debian bug #278817)
M. Sean Finney
1
-0
/
+2
2005-10-06
fix for misreporting temperature in perfdata output for check_ups
M. Sean Finney
1
-2
/
+5
2005-09-21
Reopen connections for each query (1296296 - David Sullivan)
Ton Voon
1
-1
/
+91
2005-09-21
Moved into plugins-root/
Ton Voon
2
-2460
/
+0
2005-09-21
Separation of root setuid plugins into plugins-root/
Ton Voon
1
-7
/
+3
2005-09-20
Support for Tru64 for check_procs + additional test cases
Ton Voon
1
-1
/
+2
2005-09-15
Added test to make sure hostname has to be specified
Ton Voon
1
-1
/
+2
2005-09-15
- Cleanup minor compile errors on Irix
Ton Voon
2
-2
/
+2
2005-09-14
Using common message
Ton Voon
1
-2
/
+1
2005-09-14
Required hostname not flagging as an error
Ton Voon
1
-1
/
+6
2005-09-14
Some makes do not like blank lines after "\". Fixed check_ldaps to only
Ton Voon
1
-7
/
+6
2005-09-14
Fix to parsing of uptime (Ronald Tin - 1254656)
Ton Voon
1
-1
/
+1
2005-09-13
More diagnostic messages from check_ping
Ton Voon
1
-5
/
+8
2005-09-12
re-add a call to setlocale(LC_ALL, "") in check_ping.c
M. Sean Finney
1
-0
/
+1
2005-09-12
ECHILD error at waitpid on Red Hat systems (Peter Pramberger and
Ton Voon
1
-1
/
+26
2005-07-25
[1185704] New Testing Infrastructure.
Peter Bray
20
-440
/
+453
2005-07-20
Fix parsing for netkit-ping and iputils-ping (Christian G Warden)
Ton Voon
1
-2
/
+4
2005-07-11
Miscelleneous bug fixes (Gerd Mueller - 1235879)
Ton Voon
1
-6
/
+24
2005-07-06
Updated help file to remove swap -s reference (Sivakumar Nellurandi)
Ton Voon
1
-4
/
+0
2005-06-29
initial versions of the runcmd framework by andreas
M. Sean Finney
2
-0
/
+378
2005-06-29
divide by 0 fix for check_swap
M. Sean Finney
1
-1
/
+7
2005-06-28
set LC_NUMERIC to POSIX in check_load (1164325)
M. Sean Finney
1
-0
/
+1
2005-06-28
scanf parsing fix for check_swap from tracker id 1123292. now use floor(3)
M. Sean Finney
2
-9
/
+12
2005-06-27
fixes from richard brodie (tracker id 1216576)
M. Sean Finney
1
-5
/
+6
2005-06-26
"asprintf madness" fix from andreas' patch to np-d, minus the comments.
M. Sean Finney
1
-13
/
+11
2005-06-05
check_tcp code cleanup from andreas plus fix to andreas' patch from sean
M. Sean Finney
1
-276
/
+242
2005-06-03
gcc 2.x fixes from edward
M. Sean Finney
1
-9
/
+9
2005-06-01
only load mibs if needed or specified - patch 1212395
Subhendu Ghosh
1
-10
/
+32
2005-05-28
bugfixes to check_load thanks to andreas
M. Sean Finney
1
-125
/
+98
2005-05-26
fix for check_msyql so that it doesn't use column numbers but the
M. Sean Finney
1
-9
/
+26
2005-05-25
64bit sys support - 1185713
Subhendu Ghosh
1
-1
/
+1
2005-05-25
support for getnext - 1106430
Subhendu Ghosh
1
-2
/
+18
2005-05-25
RH9 pattern
Subhendu Ghosh
1
-1
/
+3
2005-05-25
v2c support - 1155754
Subhendu Ghosh
1
-1
/
+4
2005-05-25
fixes for check_procs:
M. Sean Finney
2
-9
/
+11
2005-05-25
bah, my_connect is taken by mysql. now calling it np_net_connect.
M. Sean Finney
3
-7
/
+7
2005-05-24
optimizations and cleanup from andreas
M. Sean Finney
3
-131
/
+37
2005-05-03
setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse ...
M. Sean Finney
1
-1
/
+1
2005-05-03
if check_tcp was called with -e but not -s, it would hang in a call to my_rec...
M. Sean Finney
1
-2
/
+4
[next]