<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Looking for the Perfect Dashboard: InfluxDB, Telegraf and Grafana &#8211; Part I (Installing InfluxDB, Telegraf and Grafana on Ubuntu 20.04 LTS)	</title>
	<atom:link href="https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/feed/" rel="self" type="application/rss+xml" />
	<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/</link>
	<description>Everything about VMware, Veeam, InfluxData, Grafana, Zimbra, etc.</description>
	<lastBuildDate>Tue, 07 Oct 2025 19:39:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Lars Knakkergaard		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-25213</link>

		<dc:creator><![CDATA[Lars Knakkergaard]]></dc:creator>
		<pubDate>Wed, 08 Jan 2025 09:34:59 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-25213</guid>

					<description><![CDATA[i have a veeam 12.2 and enterprise manager accordingly  i have created local user and tried setting it for portal admin 

but i still get this:

Unauthorized: Authentication failed

Any idea of where i failed?]]></description>
			<content:encoded><![CDATA[<p>i have a veeam 12.2 and enterprise manager accordingly  i have created local user and tried setting it for portal admin </p>
<p>but i still get this:</p>
<p>Unauthorized: Authentication failed</p>
<p>Any idea of where i failed?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-3273</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Sat, 26 Aug 2023 10:32:18 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-3273</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-3207&quot;&gt;Raviteja&lt;/a&gt;.

Hello,
You will need to use grouping of course. https://docs.influxdata.com/influxdb/cloud/query-data/influxql/explore-data/group-by/

Give it a try.

Why not using the dashboard I already created to use it as inspiration? Also what version of InfluxDB are you using?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-3207">Raviteja</a>.</p>
<p>Hello,<br />
You will need to use grouping of course. <a href="https://docs.influxdata.com/influxdb/cloud/query-data/influxql/explore-data/group-by/" rel="nofollow ugc">https://docs.influxdata.com/influxdb/cloud/query-data/influxql/explore-data/group-by/</a></p>
<p>Give it a try.</p>
<p>Why not using the dashboard I already created to use it as inspiration? Also what version of InfluxDB are you using?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raviteja		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-3207</link>

		<dc:creator><![CDATA[Raviteja]]></dc:creator>
		<pubDate>Wed, 23 Aug 2023 17:37:31 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-3207</guid>

					<description><![CDATA[Hi  ,
I entered the below in telegraf.conf file
[[inputs.http_response]]
# name_override = &quot;_http_status&quot;
  address = [&quot;https://example.com&quot;]
  response_timeout = &quot;10s&quot;
  method = &quot;GET&quot;
And the query i entered in grafana was
SELECT last(&quot;http_response_code&quot;) FROM &quot;http_response&quot; WHERE $timeFilter
and the output its showing only http_response_code . i want to see to which url that &quot;http_response code&quot; belongs to.
Can anyone help me on this query]]></description>
			<content:encoded><![CDATA[<p>Hi  ,<br />
I entered the below in telegraf.conf file<br />
[[inputs.http_response]]<br />
# name_override = &#8220;_http_status&#8221;<br />
  address = [&#8220;https://example.com&#8221;]<br />
  response_timeout = &#8220;10s&#8221;<br />
  method = &#8220;GET&#8221;<br />
And the query i entered in grafana was<br />
SELECT last(&#8220;http_response_code&#8221;) FROM &#8220;http_response&#8221; WHERE $timeFilter<br />
and the output its showing only http_response_code . i want to see to which url that &#8220;http_response code&#8221; belongs to.<br />
Can anyone help me on this query</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Muz		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1792</link>

		<dc:creator><![CDATA[Muz]]></dc:creator>
		<pubDate>Mon, 31 Oct 2022 15:00:32 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-1792</guid>

					<description><![CDATA[Hi Jorgeuk, 
I followed your recommended link and tested again (https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/). I am still unable to send vsphere data to influxdb. When I run it, it just stuck on Starting plugin as shown below:
----------------------------------
2022-10-31T14:53:14Z I! Starting Telegraf 1.24.2
2022-10-31T14:53:14Z I! Available plugins: 222 inputs, 9 aggregators, 26 processors, 20 parsers, 57 outputs
2022-10-31T14:53:14Z I! Loaded inputs: cpu disk diskio kernel mem processes swap system vsphere (2x)
2022-10-31T14:53:14Z I! Loaded aggregators:
2022-10-31T14:53:14Z I! Loaded processors:
2022-10-31T14:53:14Z I! Loaded outputs: influxdb_v2
2022-10-31T14:53:14Z I! Tags enabled: host=grafana
2022-10-31T14:53:14Z W! Deprecated inputs: 0 and 2 options
2022-10-31T14:53:14Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:&quot;grafana&quot;, Flush Interval:10s
2022-10-31T14:53:14Z I! [inputs.vsphere] Starting plugin
2022-10-31T14:53:14Z I! [inputs.vsphere] Starting plugin
-----------------------------

Below is the debug output. 

2022-10-31T14:43:24Z I! Starting Telegraf 1.24.2
2022-10-31T14:43:24Z I! Available plugins: 222 inputs, 9 aggregators, 26 processors, 20 parsers, 57 outputs
2022-10-31T14:43:24Z I! Loaded inputs: cpu disk diskio kernel mem processes swap system vsphere (2x)
2022-10-31T14:43:24Z I! Loaded aggregators:
2022-10-31T14:43:24Z I! Loaded processors:
2022-10-31T14:43:24Z I! Loaded outputs: influxdb_v2
2022-10-31T14:43:24Z I! Tags enabled: host=grafana
2022-10-31T14:43:24Z W! Deprecated inputs: 0 and 2 options
2022-10-31T14:43:24Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:&quot;grafana&quot;, Flush Interval:10s
2022-10-31T14:43:24Z D! [agent] Initializing plugins
2022-10-31T14:43:24Z D! [agent] Connecting outputs
2022-10-31T14:43:24Z D! [agent] Attempting connection to [outputs.influxdb_v2]
2022-10-31T14:43:24Z D! [agent] Successfully connected to outputs.influxdb_v2
2022-10-31T14:43:24Z D! [agent] Starting service inputs
2022-10-31T14:43:24Z I! [inputs.vsphere] Starting plugin
2022-10-31T14:43:24Z D! [inputs.vsphere] Creating client: 10.10.10.10
2022-10-31T14:43:24Z D! [inputs.vsphere] Option query for maxQueryMetrics failed. Using default
2022-10-31T14:43:24Z D! [inputs.vsphere] vCenter version is: 7.0.3
2022-10-31T14:43:24Z D! [inputs.vsphere] vCenter says max_query_metrics should be 256
2022-10-31T14:43:24Z D! [inputs.vsphere] Running initial discovery
2022-10-31T14:43:24Z D! [inputs.vsphere] Discover new objects for 10.10.10.10
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for vm
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(VirtualMachine, /*/vm/**) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ResourcePool, /*/host/**) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for datastore
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(Datastore, /*/datastore/**) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for datacenter
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(Datacenter, /*) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for cluster
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ClusterComputeResource, /*/host/**) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for resourcepool
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ResourcePool, /*/host/**) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for host
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(HostSystem, /*/host/**) returned 0 objects
2022-10-31T14:43:24Z I! [inputs.vsphere] Starting plugin
2022-10-31T14:43:24Z D! [inputs.vsphere] Creating client: 10.10.10.10
2022-10-31T14:43:24Z D! [inputs.vsphere] Option query for maxQueryMetrics failed. Using default
2022-10-31T14:43:24Z D! [inputs.vsphere] vCenter version is: 7.0.3
2022-10-31T14:43:24Z D! [inputs.vsphere] vCenter says max_query_metrics should be 256
2022-10-31T14:43:24Z D! [inputs.vsphere] Running initial discovery
2022-10-31T14:43:24Z D! [inputs.vsphere] Discover new objects for 10.10.10.10
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for resourcepool
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ResourcePool, /*/host/**) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for host
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(HostSystem, /*/host/**) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for vm
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for datastore
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(Datastore, /*/datastore/**) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for datacenter
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(Datacenter, /*) returned 0 objects
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for cluster
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ClusterComputeResource, /*/host/**) returned 0 objects
2022-10-31T14:43:34Z D! [outputs.influxdb_v2] Wrote batch of 22 metrics in 4.9024ms
2022-10-31T14:43:34Z D! [outputs.influxdb_v2] Buffer fullness: 0 / 10000 metrics
2022-10-31T14:43:44Z D! [outputs.influxdb_v2] Wrote batch of 25 metrics in 4.57513ms
2022-10-31T14:43:44Z D! [outputs.influxdb_v2] Buffer fullness: 0 / 10000 metrics
-----------------------
Here is my config for vSphere input plugin:
-----------------------
# -# Read metrics from one or many vCenters
## Realtime instance
[[inputs.vsphere]]
  interval = &quot;60s&quot;

  vcenters = [ &quot;https://10.10.10.10/sdk&quot; ]
  username = &quot;user@vsphere.local&quot;
  password = &quot;secret&quot;

  insecure_skip_verify = true
#  force_discover_on_init = true

  # Exclude all historical metrics
  datastore_metric_exclude = [&quot;*&quot;]
  cluster_metric_exclude = [&quot;*&quot;]
  datacenter_metric_exclude = [&quot;*&quot;]
  resourcepool_metric_exclude = [&quot;*&quot;]

  collect_concurrency = 5
  discover_concurrency = 5

# Historical instance
[[inputs.vsphere]]

  interval = &quot;300s&quot;

  vcenters = [ &quot;https://10.10.10.10/sdk&quot; ]
  username = &quot;user@vsphere.local&quot;
  password = &quot;secret&quot;

  insecure_skip_verify = true
  force_discover_on_init = true
  host_metric_exclude = [&quot;*&quot;] # Exclude realtime metrics
  vm_metric_exclude = [&quot;*&quot;] # Exclude realtime metrics

  max_query_metrics = 256
  collect_concurrency = 3

Could you please look into it and help me on this?
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Jorgeuk,<br />
I followed your recommended link and tested again (<a href="https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/" rel="ugc">https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/</a>). I am still unable to send vsphere data to influxdb. When I run it, it just stuck on Starting plugin as shown below:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
2022-10-31T14:53:14Z I! Starting Telegraf 1.24.2<br />
2022-10-31T14:53:14Z I! Available plugins: 222 inputs, 9 aggregators, 26 processors, 20 parsers, 57 outputs<br />
2022-10-31T14:53:14Z I! Loaded inputs: cpu disk diskio kernel mem processes swap system vsphere (2x)<br />
2022-10-31T14:53:14Z I! Loaded aggregators:<br />
2022-10-31T14:53:14Z I! Loaded processors:<br />
2022-10-31T14:53:14Z I! Loaded outputs: influxdb_v2<br />
2022-10-31T14:53:14Z I! Tags enabled: host=grafana<br />
2022-10-31T14:53:14Z W! Deprecated inputs: 0 and 2 options<br />
2022-10-31T14:53:14Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:&#8221;grafana&#8221;, Flush Interval:10s<br />
2022-10-31T14:53:14Z I! [inputs.vsphere] Starting plugin<br />
2022-10-31T14:53:14Z I! [inputs.vsphere] Starting plugin<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Below is the debug output. </p>
<p>2022-10-31T14:43:24Z I! Starting Telegraf 1.24.2<br />
2022-10-31T14:43:24Z I! Available plugins: 222 inputs, 9 aggregators, 26 processors, 20 parsers, 57 outputs<br />
2022-10-31T14:43:24Z I! Loaded inputs: cpu disk diskio kernel mem processes swap system vsphere (2x)<br />
2022-10-31T14:43:24Z I! Loaded aggregators:<br />
2022-10-31T14:43:24Z I! Loaded processors:<br />
2022-10-31T14:43:24Z I! Loaded outputs: influxdb_v2<br />
2022-10-31T14:43:24Z I! Tags enabled: host=grafana<br />
2022-10-31T14:43:24Z W! Deprecated inputs: 0 and 2 options<br />
2022-10-31T14:43:24Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:&#8221;grafana&#8221;, Flush Interval:10s<br />
2022-10-31T14:43:24Z D! [agent] Initializing plugins<br />
2022-10-31T14:43:24Z D! [agent] Connecting outputs<br />
2022-10-31T14:43:24Z D! [agent] Attempting connection to [outputs.influxdb_v2]<br />
2022-10-31T14:43:24Z D! [agent] Successfully connected to outputs.influxdb_v2<br />
2022-10-31T14:43:24Z D! [agent] Starting service inputs<br />
2022-10-31T14:43:24Z I! [inputs.vsphere] Starting plugin<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Creating client: 10.10.10.10<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Option query for maxQueryMetrics failed. Using default<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] vCenter version is: 7.0.3<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] vCenter says max_query_metrics should be 256<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Running initial discovery<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discover new objects for 10.10.10.10<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for vm<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(VirtualMachine, /*/vm/**) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ResourcePool, /*/host/**) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for datastore<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(Datastore, /*/datastore/**) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for datacenter<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(Datacenter, /*) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for cluster<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ClusterComputeResource, /*/host/**) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for resourcepool<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ResourcePool, /*/host/**) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for host<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(HostSystem, /*/host/**) returned 0 objects<br />
2022-10-31T14:43:24Z I! [inputs.vsphere] Starting plugin<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Creating client: 10.10.10.10<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Option query for maxQueryMetrics failed. Using default<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] vCenter version is: 7.0.3<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] vCenter says max_query_metrics should be 256<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Running initial discovery<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discover new objects for 10.10.10.10<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for resourcepool<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ResourcePool, /*/host/**) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for host<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(HostSystem, /*/host/**) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for vm<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for datastore<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(Datastore, /*/datastore/**) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for datacenter<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(Datacenter, /*) returned 0 objects<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Discovering resources for cluster<br />
2022-10-31T14:43:24Z D! [inputs.vsphere] Find(ClusterComputeResource, /*/host/**) returned 0 objects<br />
2022-10-31T14:43:34Z D! [outputs.influxdb_v2] Wrote batch of 22 metrics in 4.9024ms<br />
2022-10-31T14:43:34Z D! [outputs.influxdb_v2] Buffer fullness: 0 / 10000 metrics<br />
2022-10-31T14:43:44Z D! [outputs.influxdb_v2] Wrote batch of 25 metrics in 4.57513ms<br />
2022-10-31T14:43:44Z D! [outputs.influxdb_v2] Buffer fullness: 0 / 10000 metrics<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Here is my config for vSphere input plugin:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
# -# Read metrics from one or many vCenters<br />
## Realtime instance<br />
[[inputs.vsphere]]<br />
  interval = &#8220;60s&#8221;</p>
<p>  vcenters = [ &#8220;https://10.10.10.10/sdk&#8221; ]<br />
  username = &#8220;user@vsphere.local&#8221;<br />
  password = &#8220;secret&#8221;</p>
<p>  insecure_skip_verify = true<br />
#  force_discover_on_init = true</p>
<p>  # Exclude all historical metrics<br />
  datastore_metric_exclude = [&#8220;*&#8221;]<br />
  cluster_metric_exclude = [&#8220;*&#8221;]<br />
  datacenter_metric_exclude = [&#8220;*&#8221;]<br />
  resourcepool_metric_exclude = [&#8220;*&#8221;]</p>
<p>  collect_concurrency = 5<br />
  discover_concurrency = 5</p>
<p># Historical instance<br />
[[inputs.vsphere]]</p>
<p>  interval = &#8220;300s&#8221;</p>
<p>  vcenters = [ &#8220;https://10.10.10.10/sdk&#8221; ]<br />
  username = &#8220;user@vsphere.local&#8221;<br />
  password = &#8220;secret&#8221;</p>
<p>  insecure_skip_verify = true<br />
  force_discover_on_init = true<br />
  host_metric_exclude = [&#8220;*&#8221;] # Exclude realtime metrics<br />
  vm_metric_exclude = [&#8220;*&#8221;] # Exclude realtime metrics</p>
<p>  max_query_metrics = 256<br />
  collect_concurrency = 3</p>
<p>Could you please look into it and help me on this?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1789</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Fri, 28 Oct 2022 08:56:11 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-1789</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1787&quot;&gt;Muz&lt;/a&gt;.

Hello,
What happens without the test option? What is the telegraf.log saying? If not enabled, the logging option, you should enable it first.

I can confirm it is a configuration issue on your side, as just followed all the steps and worked without any problem. The telegraf.log would show you more data.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1787">Muz</a>.</p>
<p>Hello,<br />
What happens without the test option? What is the telegraf.log saying? If not enabled, the logging option, you should enable it first.</p>
<p>I can confirm it is a configuration issue on your side, as just followed all the steps and worked without any problem. The telegraf.log would show you more data.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Muz		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1787</link>

		<dc:creator><![CDATA[Muz]]></dc:creator>
		<pubDate>Thu, 27 Oct 2022 04:53:40 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-1787</guid>

					<description><![CDATA[Hello jorgeuk,
I followed this guide with no issues. For some reason I am not able to see any data from vcenter. I loaded your dashboards and still unable to see any data.  https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/

I used you &quot;Recommended telegraph configuration for your VMware vSphere environments&quot; in /etc/telegraf/telegraf.d/vsphere-monitor.conf file: https://jorgedelacruz.uk/2020/01/23/vmware-how-to-achieve-a-perfect-metric-collection-interval-with-telegraf-influxdb-and-grafana/

below is the failed test result with no data in the dashboard:

@grafana:/home/user# telegraf --config /etc/telegraf/telegraf.conf --test
2022-10-27T04:36:20Z W! DeprecationWarning: Option &quot;force_discover_on_init&quot; of plugin &quot;inputs.vsphere&quot; deprecated since version 1.14.0 and will be removed in 2.0.0: option is ignored
2022-10-27T04:36:20Z I! Starting Telegraf 1.24.2
2022-10-27T04:36:20Z I! Available plugins: 222 inputs, 9 aggregators, 26 processors, 20 parsers, 57 outputs
2022-10-27T04:36:20Z I! Loaded inputs: system vsphere
2022-10-27T04:36:20Z I! Loaded aggregators:
2022-10-27T04:36:20Z I! Loaded processors:
2022-10-27T04:36:20Z W! Outputs are not used in testing mode!
2022-10-27T04:36:20Z I! Tags enabled: host=grafana
2022-10-27T04:36:20Z W! Deprecated inputs: 0 and 1 options
2022-10-27T04:36:20Z I! [inputs.vsphere] Starting plugin
&#062; system,host=grafana load1=0,load15=0,load5=0.01,n_cpus=2i,n_users=2i 1666845380000000000
&#062; system,host=grafana uptime=2246i 1666845380000000000
&#062; system,host=grafana uptime_format=&quot; 0:37&quot; 1666845380000000000
2022-10-27T04:36:20Z I! [inputs.vsphere] Stopping plugin
root@grafana:/home/user#

Any help please? Thank you.]]></description>
			<content:encoded><![CDATA[<p>Hello jorgeuk,<br />
I followed this guide with no issues. For some reason I am not able to see any data from vcenter. I loaded your dashboards and still unable to see any data.  <a href="https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/" rel="ugc">https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/</a></p>
<p>I used you &#8220;Recommended telegraph configuration for your VMware vSphere environments&#8221; in /etc/telegraf/telegraf.d/vsphere-monitor.conf file: <a href="https://jorgedelacruz.uk/2020/01/23/vmware-how-to-achieve-a-perfect-metric-collection-interval-with-telegraf-influxdb-and-grafana/" rel="ugc">https://jorgedelacruz.uk/2020/01/23/vmware-how-to-achieve-a-perfect-metric-collection-interval-with-telegraf-influxdb-and-grafana/</a></p>
<p>below is the failed test result with no data in the dashboard:</p>
<p>@grafana:/home/user# telegraf &#8211;config /etc/telegraf/telegraf.conf &#8211;test<br />
2022-10-27T04:36:20Z W! DeprecationWarning: Option &#8220;force_discover_on_init&#8221; of plugin &#8220;inputs.vsphere&#8221; deprecated since version 1.14.0 and will be removed in 2.0.0: option is ignored<br />
2022-10-27T04:36:20Z I! Starting Telegraf 1.24.2<br />
2022-10-27T04:36:20Z I! Available plugins: 222 inputs, 9 aggregators, 26 processors, 20 parsers, 57 outputs<br />
2022-10-27T04:36:20Z I! Loaded inputs: system vsphere<br />
2022-10-27T04:36:20Z I! Loaded aggregators:<br />
2022-10-27T04:36:20Z I! Loaded processors:<br />
2022-10-27T04:36:20Z W! Outputs are not used in testing mode!<br />
2022-10-27T04:36:20Z I! Tags enabled: host=grafana<br />
2022-10-27T04:36:20Z W! Deprecated inputs: 0 and 1 options<br />
2022-10-27T04:36:20Z I! [inputs.vsphere] Starting plugin<br />
&gt; system,host=grafana load1=0,load15=0,load5=0.01,n_cpus=2i,n_users=2i 1666845380000000000<br />
&gt; system,host=grafana uptime=2246i 1666845380000000000<br />
&gt; system,host=grafana uptime_format=&#8221; 0:37&#8243; 1666845380000000000<br />
2022-10-27T04:36:20Z I! [inputs.vsphere] Stopping plugin<br />
root@grafana:/home/user#</p>
<p>Any help please? Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grafana: Vistazo profundo a Grafana Alerting, recibiendo alertas sobre paneles, consultas, etc. - El Blog de Jorge de la Cruz		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1779</link>

		<dc:creator><![CDATA[Grafana: Vistazo profundo a Grafana Alerting, recibiendo alertas sobre paneles, consultas, etc. - El Blog de Jorge de la Cruz]]></dc:creator>
		<pubDate>Wed, 19 Oct 2022 17:02:19 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-1779</guid>

					<description><![CDATA[[&#8230;] https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-&#8230; [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] <a href="https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-&#038;#8230" rel="ugc">https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-&#038;#8230</a>; [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1749</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Wed, 07 Sep 2022 08:18:20 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-1749</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1747&quot;&gt;johnfelipe2018&lt;/a&gt;.

Hello,
But those queries, you can find them inside the Dashboard themselves, minus the variables that you can not use on the Explore from Grafana - https://www.dropbox.com/s/fn9tc8bbbzvjjy8/2022-09-07_9-16-35.png?dl=1

Or, you can build those queries visually using Chronograf, the https://YOURINFLUXIP:8086 there you pick the stuff, click in edit and you will see the query you can copy/paste in Grafana.

Cheers]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1747">johnfelipe2018</a>.</p>
<p>Hello,<br />
But those queries, you can find them inside the Dashboard themselves, minus the variables that you can not use on the Explore from Grafana &#8211; <a href="https://www.dropbox.com/s/fn9tc8bbbzvjjy8/2022-09-07_9-16-35.png?dl=1" rel="nofollow ugc">https://www.dropbox.com/s/fn9tc8bbbzvjjy8/2022-09-07_9-16-35.png?dl=1</a></p>
<p>Or, you can build those queries visually using Chronograf, the <a href="https://YOURINFLUXIP:8086" rel="nofollow ugc">https://YOURINFLUXIP:8086</a> there you pick the stuff, click in edit and you will see the query you can copy/paste in Grafana.</p>
<p>Cheers</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: johnfelipe2018		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1748</link>

		<dc:creator><![CDATA[johnfelipe2018]]></dc:creator>
		<pubDate>Tue, 06 Sep 2022 16:51:26 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-1748</guid>

					<description><![CDATA[again, https://jorgedelacruz.uk/wp-content/uploads/2021/04/grafana-influx2-003-750x382.jpg, can you post that query textable pls]]></description>
			<content:encoded><![CDATA[<p>again, <a href="https://jorgedelacruz.uk/wp-content/uploads/2021/04/grafana-influx2-003-750x382.jpg" rel="ugc">https://jorgedelacruz.uk/wp-content/uploads/2021/04/grafana-influx2-003-750&#215;382.jpg</a>, can you post that query textable pls</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: johnfelipe2018		</title>
		<link>https://jorgedelacruz.uk/2021/04/14/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-i-installing-influxdb-telegraf-and-grafana-on-ubuntu-20-04-lts/#comment-1747</link>

		<dc:creator><![CDATA[johnfelipe2018]]></dc:creator>
		<pubDate>Tue, 06 Sep 2022 16:49:37 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=2915#comment-1747</guid>

					<description><![CDATA[https://jorgedelacruz.uk/wp-content/uploads/2021/04/grafana-influx2-003-750x382.jpg, can you put in gist or editable txt for try?]]></description>
			<content:encoded><![CDATA[<p><a href="https://jorgedelacruz.uk/wp-content/uploads/2021/04/grafana-influx2-003-750x382.jpg" rel="ugc">https://jorgedelacruz.uk/wp-content/uploads/2021/04/grafana-influx2-003-750&#215;382.jpg</a>, can you put in gist or editable txt for try?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jorgedelacruz.uk @ 2026-04-01 14:48:23 by W3 Total Cache
-->