- add option to build for Nagios3 (default) and Nagios4
- add stage support
- remove livecheck patches (broker was removed)
Changes:
========
1.2.4
o nagios4 livestatus support
1.2.4b1
o New header for limiting the execution time of a query
o FIX: Parse state of downtime notification log entries correctly
o FIX: Limit the number of lines read from a single logfile
o FIX: Fix semantics of columns num_services_hard_*
1.2.3.i7
o livedump: new option to mark the mode at the beginning of the dump and
documentation fixes
o FIX: Fixed incorrect starttime of table statehist entries
o FIX: Availability no longer showes incorrect entries when only one
logfile exists
o FIX: Fixed missing entries in log file and availability view
1.2.3.i5
o Removed "livecheck". It never was really stable. Nagios4 has something
similar built in.
o table statehist: no longer computes an unmonitored state for hosts and
services on certain instances. (showed up as no hosts/services in the
multisite gui)
o table statehist: fixed SIGSEGV chance on larger queries
1.2.3.i3
o FIX: check_mk snmp checks with a custom check interval no longer have an
incorrect staleness value
1.2.3.i2
o new service column staleness: indicator for outdated service checks
o new host column staleness: indicator for outdated host checks
1.2.3i1
o Table statehist: Improved detection of vanished hosts and services. Now
able to detect and remove nonsense check plugin output
o FIX: able to handle equal comment_id between host and service
o livestatus.log: show utf-8 decoding problems only with debug logging >=2
o livestatus: fixed incorrect output formatting of comments_with_info column
1.2.2p3
o livestatus: fixed incorrect output formatting of comments_with_info column
o table statehist: fixed memory leak
Cacti, and others
check_postgres.pl is a Perl script that runs many different tests
against one or more Postgres databases. It uses the psql program to
gather the information, and outputs the results in one of three
formats: Nagios, MRTG, or simple.
WWW: http://bucardo.org/wiki/Check_postgres
Submitted by: Matthew Seaman <matthew@FreeBSD.org>
use of md5 bundled code will be only used if not available on the system
(external md5 is currently only supported via openssl library).
Old behavior can be triggered using:
--enable-bundled-md5 (and for getopt: --enable-bundled-getopt)
ipv6calcweb.cgi was extended for supporting the new outputformat
"textkeyvalue", which can be parsed easier in scripts, example:
http://ip.bieringer.de/cgi-bin/ipv6calcweb.cgi?format=textkeyvalue
ipv6calc binaries can be build using shared libraries internally to save
space on disk with configure option: --enable-shared
ipv6calc (approx. 170 kB)
ipv6loganon (approx. 50 kB)
ipv6logstats (approx. 60 kB)
ipv6logconv (approx. 50 kB)
libipv6calc.so.0.96.0 (approx. 450 kB)
libipv6calc_db_wrapper.so.0.96.0 (approx. 1.8 MB)
(containing the BuiltIn databases)
instead of
ipv6calc (non-shared, 1.9 MB)
ipv6loganon (approx. 1.9 MB)
ipv6logstats (approx. 1.9 MB)
ipv6logconv (approx. 1.9 MB)