summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ead8b24)
raw | patch | inline | side by side (parent: ead8b24)
author | Florian Forster <octo@collectd.org> | |
Sat, 25 Feb 2012 15:56:35 +0000 (16:56 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 25 Feb 2012 15:56:35 +0000 (16:56 +0100) |
This should resolve GitHub issue #21.
Change-Id: I67e4b440a6fbc8a8608fa672fb3320b05f9c0a12
Change-Id: I67e4b440a6fbc8a8608fa672fb3320b05f9c0a12
src/bind.c | patch | blob | history |
diff --git a/src/bind.c b/src/bind.c
index 6e13a8be8964d83fa475af35ff9d03ecbbb253ed..28c1e56a74c880bb170d9d6efbfc7b2b0542ea80 100644 (file)
--- a/src/bind.c
+++ b/src/bind.c
list_info_ptr_t list_info =
{
plugin_instance,
- /* type = */ "dns_qtype_gauge"
+ /* type = */ "dns_qtype"
};
ssnprintf (plugin_instance, sizeof (plugin_instance), "%s-qtypes",
doc, path_ctx, current_time, DS_TYPE_COUNTER);
} /* }}} */
+ /* Record types in the cache */
if (view->cacherrsets != 0) /* {{{ */
{
char plugin_instance[DATA_MAX_NAME_LEN];
list_info_ptr_t list_info =
{
plugin_instance,
- /* type = */ "dns_qtype_gauge"
+ /* type = */ "dns_qtype_cached"
};
ssnprintf (plugin_instance, sizeof (plugin_instance), "%s-cache_rr_sets",