You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow us to create an alert if the uptime is less than a certain threshold (restart notification), and also deduce how long a process has been up.
Current behavior:
Not included in current plugin.
Desired behavior:
Add a section in the 'influxdb' plugin ('uptime?') that would have the three parameters mentioned above.
Use case:
This would allow us to run an alert if the uptime is less than a certain threshold (restart notification), and also deduce how long an instance has been up.
The text was updated successfully, but these errors were encountered:
Collect the system stats from influxdb metrics as well. These include
the current time, started time, and uptime of the database.
fixes: influxdata#11071
Proposal:
I'd like to capture this info from the http://(servername):8086/debug/vars output:
This would allow us to create an alert if the uptime is less than a certain threshold (restart notification), and also deduce how long a process has been up.
Current behavior:
Not included in current plugin.
Desired behavior:
Add a section in the 'influxdb' plugin ('uptime?') that would have the three parameters mentioned above.
Use case:
This would allow us to run an alert if the uptime is less than a certain threshold (restart notification), and also deduce how long an instance has been up.
The text was updated successfully, but these errors were encountered: