Code

Added state retention APIs. Implemented for check_snmp with --rate option.
authorTon Voon <ton.voon@opsera.com>
Thu, 17 Jun 2010 09:16:43 +0000 (10:16 +0100)
committertonvoon <ton.voon@opsera.com>
Wed, 23 Jun 2010 13:30:34 +0000 (13:30 +0000)
commit18f6835edaf7d640a2c9e476cb1babdbdadbfd9b
treeae11f40e48dc34658445c99012726f32bfb45c56
parentf61412478ceb7c821793c8356b936f64066508bf
Added state retention APIs. Implemented for check_snmp with --rate option.

See http://nagiosplugin.org/c-api-private for more details on the API.

Also updated check_snmp -l option to change the perfdata label.
63 files changed:
NEWS
build-aux/c++defs.h
build-aux/warn-on-use.h
gl/Makefile.am
gl/alloca.c [deleted file]
gl/config.charset
gl/error.c
gl/getopt.c
gl/getopt_int.h
gl/localcharset.c
gl/m4/asm-underscore.m4 [new file with mode: 0644]
gl/m4/getopt.m4
gl/m4/gettext.m4
gl/m4/gnulib-cache.m4
gl/m4/gnulib-common.m4
gl/m4/gnulib-comp.m4
gl/m4/iconv.m4
gl/m4/intl.m4
gl/m4/lib-link.m4
gl/m4/netdb_h.m4
gl/m4/onceonly.m4
gl/m4/po.m4
gl/m4/printf.m4
gl/m4/sha1.m4 [new file with mode: 0644]
gl/m4/sockpfaf.m4
gl/m4/stdint.m4
gl/m4/stdio_h.m4
gl/m4/string_h.m4
gl/m4/strnlen.m4
gl/m4/time_h.m4
gl/m4/unistd_h.m4
gl/m4/vasnprintf.m4
gl/m4/visibility.m4
gl/netdb.in.h
gl/regex_internal.c
gl/regex_internal.h
gl/sha1.c [new file with mode: 0644]
gl/sha1.h [new file with mode: 0644]
gl/stdbool.in.h
gl/stdio-write.c
gl/stdio.in.h
gl/strerror.c
gl/string.in.h
gl/sys_stat.in.h
gl/time.in.h
gl/unistd.in.h
gl/vasnprintf.c
gl/verify.h
gl/wchar.in.h
lib/Makefile.am
lib/tests/Makefile.am
lib/tests/test_utils.c
lib/tests/var/.gitignore [new file with mode: 0644]
lib/tests/var/baddate [new file with mode: 0644]
lib/tests/var/missingdataline [new file with mode: 0644]
lib/tests/var/oldformat [new file with mode: 0644]
lib/tests/var/statefile [new file with mode: 0644]
lib/utils_base.c
lib/utils_base.h
plugins/Makefile.am
plugins/check_snmp.c
plugins/tests/check_snmp.t
plugins/tests/check_snmp_agent.pl