summaryrefslogtreecommitdiff
path: root/net/nagios-plugin-pgsql
diff options
context:
space:
mode:
authorbouyer <bouyer>2009-03-24 19:54:53 +0000
committerbouyer <bouyer>2009-03-24 19:54:53 +0000
commit57a2a354ba94057fe47fb9cb8ed5dc2da14e6d51 (patch)
treea24a2cdde46def158ff3b8debb6a34758bcd233a /net/nagios-plugin-pgsql
parentbb8edeb657bebe1da471c7e00d66adca22905d49 (diff)
downloadpkgsrc-57a2a354ba94057fe47fb9cb8ed5dc2da14e6d51.tar.gz
Update nagios-plugins and nagios-plugin-{ldap,pgsql,mysql,radius,snmp}
to 1.4.13. Approved by tonnerre@ main CHANGES since 1.4.11: - lots of bug fixes - Added ./check_nt -v INSTANCES to count number of instances (Alessandro Ren) - New check_icmp -s option to specify the source IP address - check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs) - check_disk should now work with large file systems (2TB+) on all archs that supports it - check_ntp_peer now checks for the LI_ALARM flag - check_procs now accepts --ereg-argument-array for a regular expression match to the argument array - check_dig can now pass arguments to dig by using -A/--dig-arguments - check_dns now allow to repeat -a to match multiple possibly returned address (common with load balancers) - check_mysql and check_radius now try clearing password in processlist just like check_mysql_query - check_mysql and check_mysql_query now support sockets explicitely (-s, --socket) - negate now has the ability to replace the status text as well (-s, --substitute) - Added performance data to check_ping (Christian Schneemann) - On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse (result from command) instead of always UNKNOWN. - check_dig now returns CRITICAL instead of WARNING when no answer section is found - check_procs now captures stderr in external command and adds to plugin output - check_snmp now only prints perfdata for non numeric values (#1867716) - check_icmp now supports packet size modification - check_http -e now accepts a comma-delimited list of expected status codes (Sven Nierlein) - check_ntp_peer/check_ntp_time used to show port in --help but ignored the argument - now implemented
Diffstat (limited to 'net/nagios-plugin-pgsql')
-rw-r--r--net/nagios-plugin-pgsql/distinfo9
-rw-r--r--net/nagios-plugin-pgsql/patches/patch-an16
2 files changed, 4 insertions, 21 deletions
diff --git a/net/nagios-plugin-pgsql/distinfo b/net/nagios-plugin-pgsql/distinfo
index 8c8614902b8..9a703870b3e 100644
--- a/net/nagios-plugin-pgsql/distinfo
+++ b/net/nagios-plugin-pgsql/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.5 2008/05/27 21:22:02 tonnerre Exp $
+$NetBSD: distinfo,v 1.6 2009/03/24 19:54:53 bouyer Exp $
-SHA1 (nagios-plugins-1.4.11.tar.gz) = bc91a57ad6f5468b17f24429ba25225cfff45d59
-RMD160 (nagios-plugins-1.4.11.tar.gz) = 4f33e796f8eac2d8d13cbecbcc1191857e1b5f15
-Size (nagios-plugins-1.4.11.tar.gz) = 1734230 bytes
+SHA1 (nagios-plugins-1.4.13.tar.gz) = fb22eba22095bdd709a65b1477bfb566aac9077e
+RMD160 (nagios-plugins-1.4.13.tar.gz) = 38de32581581b21e36e047138a94a70a9a031a02
+Size (nagios-plugins-1.4.13.tar.gz) = 2279556 bytes
SHA1 (patch-ak) = 801eaa64d88db20880c8b7e61922f198fc5791ac
SHA1 (patch-al) = 658079cb3669ffcf2b0d158816b048c412f78d01
SHA1 (patch-am) = ed7e108505679e739449b5eed6101f307e23f436
-SHA1 (patch-an) = 728d37331b2d5bee011abaefd37c9e17af06baf6
diff --git a/net/nagios-plugin-pgsql/patches/patch-an b/net/nagios-plugin-pgsql/patches/patch-an
deleted file mode 100644
index d593d591c03..00000000000
--- a/net/nagios-plugin-pgsql/patches/patch-an
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-an,v 1.1 2008/03/16 21:13:05 seb Exp $
-
-Fix build with PostgreSQL 8.3. From
-http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk/plugins/check_pgsql.c
-revision 1951
-
---- plugins/check_pgsql.c.orig 2004-12-25 23:17:44.000000000 +0000
-+++ plugins/check_pgsql.c
-@@ -28,6 +28,7 @@ const char *email = "nagiosplug-devel@li
-
- #include "netutils.h"
- #include <libpq-fe.h>
-+#include <pg_config_manual.h>
-
- #define DEFAULT_DB "template1"
- #define DEFAULT_HOST "127.0.0.1"