summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 021876b)
raw | patch | inline | side by side (parent: 021876b)
author | Sebastian Harl <sh@teamix.net> | |
Fri, 8 Apr 2011 08:53:49 +0000 (10:53 +0200) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Fri, 8 Apr 2011 08:53:49 +0000 (10:53 +0200) |
There is no reasonable default value for that.
plugins/check_pgsql.c | patch | blob | history |
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index 4b4452942cfa0f8e7254d07a47bd2d4b6c379c88..9cdeb504cd2e36706efa48577673f77aaf656fa9 100644 (file)
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
? _("CRITICAL")
: _("UNKNOWN"));
printf (_("'%s' returned %f"), query, value);
- printf ("|query=%f;%s;%s;0\n", value,
+ printf ("|query=%f;%s;%s;;\n", value,
query_warning ? query_warning : "",
query_critical ? query_critical : "");
return my_status;