Code

check_pgsql: Fixed query perfdata output for empty warn/crit ranges.
authorSebastian Harl <sh@teamix.net>
Wed, 6 Apr 2011 14:59:19 +0000 (16:59 +0200)
committerSebastian Harl <sh@teamix.net>
Wed, 6 Apr 2011 14:59:19 +0000 (16:59 +0200)
commitf606589141752480dddd329a47dd391f118e2c4d
treee3037a4f64766ce1e1a05e4d1b925f350389bd7d
parent8a55b5215a1194335455594e39ac2004e4eea754
check_pgsql: Fixed query perfdata output for empty warn/crit ranges.

Previously, "(null)" was printed (when using GNU's libc). This has been
changed to print the empty string instead.
plugins/check_pgsql.c