mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Major changes: * support for influxdb * AnotherDNS update * new matcher ConsecutiveLoss * lots of spelling fixes * update FPing commandline * better handling of return codes from probe binaries * drop SSHv1 and rsa1 from SSH.pm * fix config reload for slaves * fix edgetrigger functionality * fping protocol parameter optional * exploss matcher fixes * interface parameter for fping probe * pass 6th argument to edgetrigger external alerts * red background for 100% loss * make loss colors more distinctive * calculate loss buckets based on number of 'pings' Full changelog: calculate loss buckets based on number of 'pings'
10 lines
259 B
Text
10 lines
259 B
Text
--- Makefile.am.orig 2019-01-30 16:17:01 UTC
|
|
+++ Makefile.am
|
|
@@ -16,6 +16,6 @@
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
-SUBDIRS = lib thirdparty bin doc etc htdocs
|
|
+SUBDIRS = doc etc htdocs lib bin
|
|
|
|
EXTRA_DIST = COPYRIGHT CHANGES CONTRIBUTORS LICENSE PERL_MODULES
|