Re: net/zabbix SSH flavor?

2017-11-03 Thread Jeremie Courreges-Anglas
On Sat, Oct 21 2017, Jeremie Courreges-Anglas wrote: > +cc maintainer > > On Fri, Oct 20 2017, William Leuschner wrote: >> I discovered an issue with my patch for compiling net/zabbix with SSH by >> default. Namely, I didn't bump the REVISION, so openup

Re: net/zabbix SSH flavor? + update to 3.2.9

2017-10-28 Thread Mark Patruck
The following diff updates zabbix to 3.2.9 including libssh2. Tested on amd64 with -pgsql Index: Makefile === RCS file: /cvs/ports/net/zabbix/Makefile,v retrieving revision 1.128 diff -u -p -r1.128 Makefile --- Makefile26 Jul

Re: net/zabbix SSH flavor?

2017-10-20 Thread Jeremie Courreges-Anglas
+cc maintainer On Fri, Oct 20 2017, William Leuschner wrote: > I discovered an issue with my patch for compiling net/zabbix with SSH by > default. Namely, I didn't bump the REVISION, so openup automatically > reinstalled it. Below is an updated version of the patch, with a >

Re: net/zabbix SSH flavor?

2017-10-20 Thread William Leuschner
I discovered an issue with my patch for compiling net/zabbix with SSH by default. Namely, I didn't bump the REVISION, so openup automatically reinstalled it. Below is an updated version of the patch, with a REVISION bump. Also, portcheck reported an absolute path in pkg/README-server, so I

Re: net/zabbix SSH flavor?

2017-10-13 Thread William Leuschner
I originally added a flavor because I though that was the standard way of doing things. However, I completely agree that libssh2 is small and self-contained enough to build in by default. Plus, it would be nice for OpenBSD's port of Zabbix to "just work" with respect to SSH checks. Patch below to

Re: net/zabbix SSH flavor?

2017-10-13 Thread Stuart Henderson
On 2017/10/13 07:11, Antoine Jacoutot wrote: > On Thu, Oct 12, 2017 at 07:02:54PM +, William Leuschner wrote: > > Now that the release hubbub is over, what do you all think of this patch > > to add an ssh flavor to net/zabbix that lets it run SSH checks? > > Is it worth adding yet another

Re: net/zabbix SSH flavor?

2017-10-12 Thread Antoine Jacoutot
On Thu, Oct 12, 2017 at 07:02:54PM +, William Leuschner wrote: > Now that the release hubbub is over, what do you all think of this patch > to add an ssh flavor to net/zabbix that lets it run SSH checks? Is it worth adding yet another FLAVOR to this port? Can't we enable it by default? >

Re: net/zabbix SSH flavor?

2017-10-12 Thread William Leuschner
Now that the release hubbub is over, what do you all think of this patch to add an ssh flavor to net/zabbix that lets it run SSH checks? Index: Makefile === RCS file: /cvs/ports/net/zabbix/Makefile,v retrieving revision 1.122 diff -u

Re: net/zabbix SSH flavor?

2017-10-06 Thread William Leuschner
ping ─ William Leuschner wel2...@rit.edu On 9/25/2017 1:17 PM, William Leuschner wrote: > Ah, that did it! Thank you for the pointers. The now-fixed patch is > below. Comments? > ─── > William Leuschner > wel2...@rit.edu > > Index: Makefile >

Re: net/zabbix SSH flavor?

2017-09-25 Thread William Leuschner
Ah, that did it! Thank you for the pointers. The now-fixed patch is below. Comments? ─── William Leuschner wel2...@rit.edu Index: Makefile === RCS file: /cvs/ports/net/zabbix/Makefile,v retrieving revision

Re: net/zabbix SSH flavor?

2017-09-21 Thread Nigel Taylor
$ cd /usr/ports/mystuff/net/zabbix $ doas make configure $ cd /usr/ports/pobj/zabbix-3.2.7-mysql/zabbix-3.2.7 $ ./configure --help | grep -i ssh If you want to use SSH2 based checks: --with-ssh2[=DIR] use SSH2 package [default=no], DIR is the SSH2 I don't see a --with-ssh option that's