Ryan Armstrong

Results 19 issues of Ryan Armstrong

This PR aims to achieve the following outcomes: * grab sets `If-Modified-Since` for completed downloads and checks for a `304` response * grab compares `Last-Modified` headers with local timestamps when...

help wanted

Current test files generate garbage files that dangle on early termination and break subsequent tests.

@Wicaeed identified in https://github.com/cavaliercoder/libzbxpgsql/issues/49#issuecomment-290574051 that the libconfig9 package requirement does not appear to be present in the debian packages. This should be automatically discovered via: https://github.com/cavaliercoder/libzbxpgsql-build/blob/master/debuild/control#L10

Implement monitoring of streaming replication as per https://wiki.postgresql.org/wiki/Streaming_Replication

enhancement

Connection pooling is currently recommended via PG Bouncer/other (http://cavaliercoder.com/libzbxpgsql/documentation/connection-pooling/). There is an opportunity however to reuse a single connection for each agent thread. This would mean that: - connection overhead...

The current name makes sense as standard name for a shared module, but not for the scope of the monitoring package (deb/rpm/other). The package should be named `zabbix-agent-pgsql` more inline...

The `DBusBasicValue` type was introduced to the API somewhere prior to D-Bus v1.6.0. When trying to build this module on older versions, the following compiler error is encountered: ``` libzbxsystemd.c:...

For the life of me I couldn't think of a better name for this project. Maybe `zmod`?? Seems too ambiguous. Suggestions are welcomed!

When testing keys in a Go module with `zabbix_agentd -t`, occasionally the agent segfaults before exiting with no stack trace printed. This is also observed although much less frequently in...

Tests work fine in the Dummy module, but any tests run for the g2z package fail with: ``` $ go test -v # testmain 2015/08/29 15:41:53 duplicate symbol _cgoexp_d7801daa201c_zbx_module_api_version (types...