"Keegan,Nate" writes:
> I'm guessing that the concat function changed between PostgreSQL 9.0.4 and
> 9.0.5 in a subtle way that is breaking this script by causing the wrong
> information to be returned from the database.
There is no built-in function named concat() in Postgres 9.0.x, nor any
pr
On Nov 9, 2011, at 18:00, "Keegan,Nate" wrote:
> I'm using a Perl script to take SNMP traps and send them to Zabbix on FreeBSD
> 8.2-RELEASE amd64.
>
> The original Perl script can be found at
> http://www.zabbix.com/wiki/howto/monitor/snmp/snmp_traps_-_a_new_solution
>
> This script works ju
I'm using a Perl script to take SNMP traps and send them to Zabbix on FreeBSD
8.2-RELEASE amd64.
The original Perl script can be found at
http://www.zabbix.com/wiki/howto/monitor/snmp/snmp_traps_-_a_new_solution
This script works just fine under PostgreSQL 9.0.4.
I'm using the FreeBSD ports sy