As I dont have the option to send alerts from Influxdb it has to be via Grafana for now - has anyone got any information on how I can use the Deadman check that is within the awesome Influxdb within Grafana - I cant seem to find any information about it - some people have said to use inputs ping but I dont seem to have the same success that the deadman would have as when telegraf service stops the info stops and the metric stays the same.
Does the deadman setup get posted into the timeseries db anywhere that I can pull?
Thats great thanks for the info it was what I was looking for, sadly for some reason I am unable to access the _monitoring bucket from Grafana, it only shows user created buckets.
I even tried to create a token to show all buckets but to no avail.
Thanks @mhall119, in a separate issue this has kinda been resolved as can now access the _monitoring bucket from Grafana, I would like to know however how to copy data from one bucket to another - as the current solution is a temporary one and would need to backup the buckets / db and switch to new hardware in the future - has anyone had to do this yet?
you can create a task in influxdb containing a query that returns the data you want to use and then you pipe it into the “to()” function to write it into a different bucket.