projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
178db08
)
Unbreak type_inst value in collectd psql view.
author
Bernd Ahlers
<bernd@tuneafish.de>
Mon, 10 Jun 2013 13:48:14 +0000
(15:48 +0200)
committer
Florian Forster
<octo@collectd.org>
Sun, 16 Jun 2013 07:39:29 +0000
(09:39 +0200)
Signed-off-by: Florian Forster <octo@collectd.org>
contrib/postgresql/collectd_insert.sql
patch
|
blob
|
history
diff --git
a/contrib/postgresql/collectd_insert.sql
b/contrib/postgresql/collectd_insert.sql
index
fb44bb4
..
00c5519
100644
(file)
--- a/
contrib/postgresql/collectd_insert.sql
+++ b/
contrib/postgresql/collectd_insert.sql
@@
-104,7
+104,7
@@
CREATE OR REPLACE VIEW collectd
WHEN type_inst IS NOT NULL THEN '-'
ELSE ''
END
- || coalesce(
plugin
_inst, '') AS identifier,
+ || coalesce(
type
_inst, '') AS identifier,
tstamp, name, value
FROM identifiers
JOIN values