aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/zipios++
ModeNameSize
-rw-r--r--Makefile1001logstatsplainblame
-rw-r--r--distinfo145logstatsplainblame
-rw-r--r--pkg-descr369logstatsplainblame
-rw-r--r--pkg-plist926logstatsplainblame
ions'>-3/+2 | * Support stagingehaupt2014-02-282-9/+10 | * - Update MASTER_SITESmiwi2014-02-273-10/+14 | | | | PR: 187059 * Add missing shutdown KEYWORDfeld2014-02-271-3/+4 | | | | | | | | Appease rclint Not bumping PORTREVISION; this is a no-op Sponsored by: SupraNet Communications, Inc * Remove unnecessary quotes.feld2014-02-271-1/+1 | | | | | | Remember to run rclint one last time before you commit >:-( Sponsored by: SupraNet Communications, Inc * Clean up / simplify rc script.feld2014-02-272-7/+6 | | | | | | | | | I have been meaning to solve the following error that used to happen every time you executed the rc script: /usr/local/etc/rc.d/xymon-server: WARNING: cannot read shebang line from su Sponsored by: SupraNet Communications, Inc * Really fix the typos.matthew2014-02-262-2/+2 | * Fix yet another typo.matthew2014-02-261-2/+2 | * - Support stagingehaupt2014-02-261-3/+4 | | | | - Use shebangfix * Support stagingehaupt2014-02-261-8/+8 | * Update Xymon ports to 4.3.17feld2014-02-254-6/+6 | * - Bring in bugfix for upstream bug #2525 to resolve snmpd crashzi2014-02-253-14/+13 | | | | | - Remove unneeded test.t from FILESDIR - Bump PORTREVISION * Fix typo.matthew2014-02-251-1/+2 | * Support stagingehaupt2014-02-242-13/+13 | * Support stagingehaupt2014-02-242-12/+9 | * Support stagingehaupt2014-02-241-6/+4 | * Support stagingehaupt2014-02-241-17/+8 | * Support stagingehaupt2014-02-241-7/+4 | * Support stagingehaupt2014-02-241-8/+8 | * - Support stagingehaupt2014-02-241-4/+5 | | | | - Install to PREFIX and not LOCALBASE * Support stagingehaupt2014-02-241-8/+7 | * - update to 1.2.4ohauer2014-02-246-110/+41 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 * check_postgres.pl - a Postgres monitoring script for Nagios, MRTG,matthew2014-02-245-0/+190 | | | | | | | | | | | | | 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> * - Add stage supportdanilo