164 Commits

Author SHA1 Message Date
sthen
90710cfcdd bump HW_SENSORS users, kernel ABI change from adding a new sensor type
breakage in zabbix reported by Mark Patruck
2018-12-12 13:34:31 +00:00
robert
d5b5dd781f remove old files, missed from previous commit 2018-10-26 07:00:22 +00:00
robert
9cd0dc1130 update to zabbix 4.0.0 2018-10-26 06:57:21 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
espie
117c10c7d2 missed that one 2018-09-05 09:24:31 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
jasper
d73cedd8aa fix installation of zabbix-proxy on a clean system
the default configuration would not get installed as /etc/zabbix wasn't
present, so add the missing @sample entry in PLIST-proxy

ok robert@ (MAINTAINER)
2018-08-22 19:57:59 +00:00
jasper
7878389ad3 adjust sample configuration for httpd(8) to deny requests to "conf/" to match .htaccess 2018-08-17 19:19:14 +00:00
jasper
a39f8bc501 enable TLS support
only certifcate-based encryption is supported as libressl removed support for
PSK. this was originally based on a patch by Bernard Spil, but it's been reworked
to notify+exit when PSK is configured in the agent/proxy/server configuration file.

ok robert@ (earlier version of this patch)
2018-08-12 13:25:53 +00:00
jasper
d4766faed7 add support for monitoring CPU spin as system.cpu.util[,spin]
note, it's not yet hooked into the OpenBSD template but at least it's available now.

ok robert@
2018-08-12 13:17:05 +00:00
jasper
0d3d702d78 missed in previous 2018-07-10 12:32:39 +00:00
jasper
95dcebb2ec update to zabbix-3.4.11
ok robert@ (MAINTAINER)
2018-07-10 12:32:23 +00:00
gonzalo
bcaede7530 Add example too for httpd.conf(5)
"sure if it works" robert@ (maintainer)
2018-07-09 20:15:04 +00:00
jasper
b4a0d95cb8 add sample config for nginx
ok robert@
2018-07-09 10:02:53 +00:00
jasper
c1458c970a set LogFile to unbreak the prevent the default config from erroring out with:
ERROR: "LogType" "file" parameter requires "LogFile" parameter to be set

ok robert@ (MAINTAINER)
2018-07-09 09:56:27 +00:00
jasper
cadd036925 - replace 'sudo' with 'doas' in OS detection scripts (still needs nmap to run)
- consistenly use a prompt symbol in the README
- document the needed limits to run with postgres

ok robert@ (MAINTAINER)
2018-07-09 07:56:01 +00:00
sthen
1ee90f5b01 Bump the next set of ports to trigger rebuilds following cpu stats changes
(CPUSTATES/etc). More to come.
2018-06-01 15:32:04 +00:00
sthen
ee5cc861cb - bump REVISION for php switch 2018-05-22 08:18:08 +00:00
ajacoutot
9de68dbdcc Don't install the zabbix_server rc.d script with the -proxy package.
ok robert@ (maintainer)
2018-05-10 12:17:42 +00:00
robert
64bcb25326 update to 3.4.8; from Mark Patruck 2018-04-08 10:47:23 +00:00
robert
4fd06eb548 update to 3.4.7; from Mark Patruck 2018-03-18 15:18:26 +00:00
sthen
57b3e7e5d7 change MULTI_PACKAGES bits, to avoid some build problems seen with dpb.
merged in from a diff from robert@
2018-01-30 22:37:34 +00:00
sthen
f7853f94f4 oops, latest version of file not saved in editor before committing.
actually commit what was intended in previous.
2018-01-29 08:42:55 +00:00
sthen
43b83c1ec6 add textproc/libxml to net/zabbix's LIB_DEPENDS-proxy, otherwise there's no
path to libxml2 which is listed in WANTLIB-proxy.

fixes following error in dpb build:

>>> Running show-prepare-results in net/zabbix,-proxy at 1517211824
===> net/zabbix,-proxy
===> zabbix-proxy-3.4.6 depends on: libiconv-* -> libiconv-1.14p3
===> zabbix-proxy-3.4.6 depends on: openldap-client-* -> openldap-client-2.4.45p4
===> zabbix-proxy-3.4.6 depends on: libexecinfo-* -> libexecinfo-0.3p0v0
===> zabbix-proxy-3.4.6 depends on: pcre-* -> pcre-8.41
===> zabbix-proxy-3.4.6 depends on: curl-* -> curl-7.58.0
===> zabbix-proxy-3.4.6 depends on: net-snmp-* -> net-snmp-5.7.3p14
===> zabbix-proxy-3.4.6 depends on: libssh2-* -> libssh2-1.8.0
===>  Verifying specs:  c iconv kvm m execinfo lber ldap crypto ssl z  curl nghttp2 pcre pcreposix c iconv kvm m execinfo lber ldap crypto ssl z  curl nghttp2 pcre pcreposix netsnmp ssh2 xml2
Missing library for xml2>=0.0
Fatal error
2018-01-29 08:40:45 +00:00
robert
ae208ee7ba make sure we are not depending on iksemel by disabling jabber support for
the sqlite3 flavor because the proxy does not depend on it
2018-01-28 11:06:59 +00:00
robert
f9f6848745 update to zabbix-3.4.6 and split out the proxy to a new subpackage
so that we can keep sqlite support for the proxy because the server
does not support that anymore
2018-01-25 13:56:35 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
e75050c916 security and bugfix update to Zabbix 3.2.10, from Mark Patruck.
https://www.zabbix.com/rn3.2.8
https://www.zabbix.com/rn3.2.9
https://www.zabbix.com/rn3.2.10
2017-11-16 21:09:58 +00:00
jca
b1a0f68946 typo 2017-11-03 11:15:15 +00:00
jca
6fabb7fd64 Add libssh2 support to zabbbix
While here s,/usr/local,${TRUEPREFIX}, in the server README.

From William Leuschner, with input from ajacoutot@ and sthen@
2017-11-03 11:14:52 +00:00
robert
1d77de26e3 update to 3.2.7
fixes a security issue as well ZBX-12349: https://www.zabbix.com/rn3.2.7

from Mark Patruck
2017-07-26 17:54:44 +00:00
robert
f4ea495359 update to 3.2.3;
add libxml support for vm monitoring, fix broken sensors and remove
the obsolete zabbix_agent.conf

diff from Mark Patruck
2017-01-08 19:24:53 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
naddy
03993be59c replace libiconv module 2016-09-12 11:45:57 +00:00
robert
245b5b01c7 update to 3.0.4 2016-09-01 15:32:47 +00:00
robert
99a92459c0 update to zabbix 3.0.3 2016-07-07 18:47:32 +00:00
rpointel
fa28884f77 update zabbix to 2.4.7 (ok robert@ (maintainer)). 2016-01-16 14:49:24 +00:00
nigel
a2006212f6 bump zabbix,-web after changes.
Ok aja@
2015-12-31 10:34:43 +00:00
ajacoutot
98bca201ef @sample /var/www/conf/modules.sample/
ok sthen@
2015-12-30 10:01:25 +00:00
jca
b7ab7d5e56 Unbreak: stop using struct ifnet and libkvm for interface stats.
ok robert@
2015-12-09 17:43:36 +00:00
sthen
4e2d8093a5 sync WANTLIB (curl+nghttp2) 2015-10-30 12:47:38 +00:00
sthen
391dc93fe7 REVISION bumps following the additional member in struct if_data,
to make sure packages get updated
2015-10-05 16:29:01 +00:00
robert
76046fb418 update to 2.4.6; from Mark Patruck 2015-09-01 19:40:18 +00:00
ajacoutot
c3e54f48aa Change the instructions to use su(1) instead of sudo(1). 2015-07-17 20:38:43 +00:00
ajacoutot
4697f60c30 No need to override the default pexp. 2015-07-15 17:30:08 +00:00
robert
9c1017ae2d bump revision due to the change of the default php version to 5.6
ok aja@
2015-06-05 06:00:20 +00:00
robert
4a9176e035 unbreak build by adding missing patch 2015-06-03 10:51:17 +00:00
robert
58727be334 apply the official patch for ZBX-9456 to fix the CPU statistics 2015-06-02 16:45:03 +00:00
robert
4e6b3db268 update to 2.4.5 and pull the patches from ZBX-9456 2015-05-15 08:04:44 +00:00